alias Stripe::CustomerCashBalance
Overview
The current funds being held by Stripe on behalf of the customer. You can apply these funds towards payment intents when the source is "cash_balance". The settings[reconciliation_mode]
field describes if these funds apply to these payment intents manually or automatically.
Alias Definition
Stripe::CashBalance
Defined in:
stripe/models/customer_cash_balance.crConstant Summary
-
ERROR_MESSAGE_FOR_OBJECT =
"invalid value for \"object\", must be one of [cash_balance]."
-
MAX_LENGTH_FOR_CUSTOMER =
5000
-
VALID_VALUES_FOR_OBJECT =
String.static_array("cash_balance")