CashBalanceUpdateOptions constructor
const
CashBalanceUpdateOptions({
- List<
String> ? expand, - CustomerSettings? settings,
Implementation
const CashBalanceUpdateOptions({
this.expand,
this.settings,
});