SourceUpdateOptions constructor
const
SourceUpdateOptions({
- int? amount,
- List<
String> ? expand, - SourceMandate? mandate,
- Map<
String, String> ? metadata, - CardOwner? owner,
- SourceOrder? sourceOrder,
Implementation
const SourceUpdateOptions({
this.amount,
this.expand,
this.mandate,
this.metadata,
this.owner,
this.sourceOrder,
});