TreasuryOutboundTransferCreateOptions constructor
const
TreasuryOutboundTransferCreateOptions({})
Implementation
const TreasuryOutboundTransferCreateOptions({
required this.amount,
required this.currency,
this.description,
this.destinationPaymentMethod,
this.destinationPaymentMethodOptions,
this.expand,
required this.financialAccount,
this.metadata,
this.statementDescriptor,
});