New comments section in the requests/responses
This commit is contained in:
@@ -17,6 +17,7 @@ class PaymentIntent {
|
||||
final FeeTreatment feeTreatment;
|
||||
final SettlementMode settlementMode;
|
||||
final Map<String, String>? attributes;
|
||||
final String? comment;
|
||||
final Customer? customer;
|
||||
|
||||
const PaymentIntent({
|
||||
@@ -29,6 +30,7 @@ class PaymentIntent {
|
||||
this.fx,
|
||||
this.settlementMode = SettlementMode.unspecified,
|
||||
this.attributes,
|
||||
this.comment,
|
||||
this.customer,
|
||||
required this.feeTreatment,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user