CashBalanceUpdateOptions constructor

const CashBalanceUpdateOptions({
  1. List<String>? expand,
  2. CustomerSettings? settings,
})

Implementation

const CashBalanceUpdateOptions({
  this.expand,
  this.settings,
});