Class: Stripe::Tax::SettingsService::RetrieveParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::SettingsService::RetrieveParams
- Defined in:
- lib/stripe/services/tax/settings_service.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ RetrieveParams
constructor
A new instance of RetrieveParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ RetrieveParams
Returns a new instance of RetrieveParams.
11 12 13 |
# File 'lib/stripe/services/tax/settings_service.rb', line 11 def initialize(expand: nil) = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
9 10 11 |
# File 'lib/stripe/services/tax/settings_service.rb', line 9 def end |