CustomerBalanceTransactionCreateOptions constructor
const
CustomerBalanceTransactionCreateOptions({})
Implementation
const CustomerBalanceTransactionCreateOptions({
required this.amount,
required this.currency,
this.description,
this.expand,
this.metadata,
});