unified gateway interfaces
This commit is contained in:
@@ -13,6 +13,7 @@ class PaymentIntent {
|
||||
final Money? amount;
|
||||
final FxIntent? fx;
|
||||
final SettlementMode settlementMode;
|
||||
final String? settlementCurrency;
|
||||
final Map<String, String>? attributes;
|
||||
final Customer? customer;
|
||||
|
||||
@@ -23,6 +24,7 @@ class PaymentIntent {
|
||||
this.amount,
|
||||
this.fx,
|
||||
this.settlementMode = SettlementMode.unspecified,
|
||||
this.settlementCurrency,
|
||||
this.attributes,
|
||||
this.customer,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user