TopupCreateOptions constructor
const
TopupCreateOptions({})
Implementation
const TopupCreateOptions({
required this.amount,
required this.currency,
this.description,
this.expand,
this.metadata,
this.source,
this.statementDescriptor,
this.transferGroup,
});