SourceCreateOptions constructor

const SourceCreateOptions({
  1. int? amount,
  2. String? currency,
  3. String? customer,
  4. List<String>? expand,
  5. SourceFlow? flow,
  6. SourceMandate? mandate,
  7. Map<String, String>? metadata,
  8. String? originalSource,
  9. CardOwner? owner,
  10. SourceReceiver? receiver,
  11. PortalFlowsAfterCompletionRedirect? redirect,
  12. SourceOrder? sourceOrder,
  13. String? statementDescriptor,
  14. String? token,
  15. String? type,
  16. 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,
});