PayoutCreateOptions constructor
const
PayoutCreateOptions({})
Implementation
const PayoutCreateOptions({
required this.amount,
required this.currency,
this.description,
this.destination,
this.expand,
this.metadata,
this.method,
this.sourceType,
this.statementDescriptor,
});