CustomerSettings constructor

const CustomerSettings({
  1. CustomerReconciliationMode? reconciliationMode,
})

balance_settings_param

Settings controlling the behavior of the customer's cash balance, such as reconciliation of funds received.

Implementation

const CustomerSettings({this.reconciliationMode});