Class: Stripe::CustomerCashBalanceUpdateParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::CustomerCashBalanceUpdateParams
- Defined in:
- lib/stripe/params/customer_cash_balance_update_params.rb
Defined Under Namespace
Classes: Settings
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
-
#settings ⇒ Object
A hash of settings for this cash balance.
Instance Method Summary collapse
-
#initialize(expand: nil, settings: nil) ⇒ CustomerCashBalanceUpdateParams
constructor
A new instance of CustomerCashBalanceUpdateParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil, settings: nil) ⇒ CustomerCashBalanceUpdateParams
Returns a new instance of CustomerCashBalanceUpdateParams.
19 20 21 22 |
# File 'lib/stripe/params/customer_cash_balance_update_params.rb', line 19 def initialize(expand: nil, settings: nil) @expand = @settings = settings end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
15 16 17 |
# File 'lib/stripe/params/customer_cash_balance_update_params.rb', line 15 def @expand end |
#settings ⇒ Object
A hash of settings for this cash balance.
17 18 19 |
# File 'lib/stripe/params/customer_cash_balance_update_params.rb', line 17 def settings @settings end |