Class: Stripe::CustomerUpdateParams::CashBalance
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::CustomerUpdateParams::CashBalance
- Defined in:
- lib/stripe/params/customer_update_params.rb
Defined Under Namespace
Classes: Settings
Instance Attribute Summary collapse
-
#settings ⇒ Object
Settings controlling the behavior of the customer’s cash balance, such as reconciliation of funds received.
Instance Method Summary collapse
-
#initialize(settings: nil) ⇒ CashBalance
constructor
A new instance of CashBalance.
Methods inherited from RequestParams
Constructor Details
#initialize(settings: nil) ⇒ CashBalance
Returns a new instance of CashBalance.
43 44 45 |
# File 'lib/stripe/params/customer_update_params.rb', line 43 def initialize(settings: nil) @settings = settings end |
Instance Attribute Details
#settings ⇒ Object
Settings controlling the behavior of the customer’s cash balance, such as reconciliation of funds received.
41 42 43 |
# File 'lib/stripe/params/customer_update_params.rb', line 41 def settings @settings end |