Stripe.Params.CustomerCashBalanceUpdateParams (tiger_stripe v0.3.0)

Copy Markdown View Source

Parameters for customer cash balance update.

Summary

Types

settings()

@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 are automatic, manual, or merchant_default. For more information about these reconciliation modes, see Reconciliation. Possible values: automatic, manual, merchant_default.

t()

@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.