Class: Stripe::CustomerCashBalanceService::UpdateParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::CustomerCashBalanceService::UpdateParams
- Defined in:
- lib/stripe/services/customer_cash_balance_service.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) ⇒ UpdateParams
constructor
A new instance of UpdateParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil, settings: nil) ⇒ UpdateParams
Returns a new instance of UpdateParams.
29 30 31 32 |
# File 'lib/stripe/services/customer_cash_balance_service.rb', line 29 def initialize(expand: nil, settings: nil) @expand = @settings = settings end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
25 26 27 |
# File 'lib/stripe/services/customer_cash_balance_service.rb', line 25 def @expand end |
#settings ⇒ Object
A hash of settings for this cash balance.
27 28 29 |
# File 'lib/stripe/services/customer_cash_balance_service.rb', line 27 def settings @settings end |