SourceUpdateOptions constructor

const SourceUpdateOptions({
  1. int? amount,
  2. List<String>? expand,
  3. SourceMandate? mandate,
  4. Map<String, String>? metadata,
  5. CardOwner? owner,
  6. SourceOrder? sourceOrder,
})

Implementation

const SourceUpdateOptions({
  this.amount,
  this.expand,
  this.mandate,
  this.metadata,
  this.owner,
  this.sourceOrder,
});