SourceCreateOptions constructor
const
SourceCreateOptions({
- int? amount,
- String? currency,
- String? customer,
- List<
String> ? expand, - SourceFlow? flow,
- SourceMandate? mandate,
- Map<
String, String> ? metadata, - String? originalSource,
- CardOwner? owner,
- SourceReceiver? receiver,
- PortalFlowsAfterCompletionRedirect? redirect,
- SourceOrder? sourceOrder,
- String? statementDescriptor,
- String? token,
- String? type,
- SourceUsage? usage,
Implementation
const SourceCreateOptions({
this.amount,
this.currency,
this.customer,
this.expand,
this.flow,
this.mandate,
this.metadata,
this.originalSource,
this.owner,
this.receiver,
this.redirect,
this.sourceOrder,
this.statementDescriptor,
this.token,
this.type,
this.usage,
});