Parameters for customer cash balance update.
Summary
Types
@type settings() :: %{ optional(:reconciliation_mode) => String.t() | nil, optional(String.t()) => term() }
reconciliation_mode- Controls how funds transferred by the customer are applied to payment intents and invoices. Valid options areautomatic,manual, ormerchant_default. For more information about these reconciliation modes, see Reconciliation. Possible values:automatic,manual,merchant_default.
@type t() :: %Stripe.Params.CustomerCashBalanceUpdateParams{ expand: [String.t()] | nil, settings: settings() | nil }
expand- Specifies which fields in the response should be expanded.settings- A hash of settings for this cash balance.