TransferCreateOptions constructor
const
TransferCreateOptions({})
Implementation
const TransferCreateOptions({
this.amount,
required this.currency,
this.description,
required this.destination,
this.expand,
this.metadata,
this.sourceTransaction,
this.sourceType,
this.transferGroup,
});