TreasuryInboundTransferCreateOptions constructor
const
TreasuryInboundTransferCreateOptions({})
Implementation
const TreasuryInboundTransferCreateOptions({
required this.amount,
required this.currency,
this.description,
this.expand,
required this.financialAccount,
this.metadata,
required this.originPaymentMethod,
this.statementDescriptor,
});