TreasuryOutboundPaymentCreateOptions constructor
const
TreasuryOutboundPaymentCreateOptions({
- required int amount,
- required String currency,
- String? customer,
- String? description,
- String? destinationPaymentMethod,
- OutboundPaymentDestinationPaymentMethodData? destinationPaymentMethodData,
- OutboundPaymentDestinationPaymentMethodOptions? destinationPaymentMethodOptions,
- OutboundPaymentEndUserDetails? endUserDetails,
- List<
String> ? expand, - required String financialAccount,
- Map<
String, String> ? metadata, - String? statementDescriptor,
Implementation
const TreasuryOutboundPaymentCreateOptions({
required this.amount,
required this.currency,
this.customer,
this.description,
this.destinationPaymentMethod,
this.destinationPaymentMethodData,
this.destinationPaymentMethodOptions,
this.endUserDetails,
this.expand,
required this.financialAccount,
this.metadata,
this.statementDescriptor,
});