Class: Stripe::Treasury::FinancialAccount::RetrieveFeaturesParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Treasury::FinancialAccount::RetrieveFeaturesParams
- Defined in:
- lib/stripe/resources/treasury/financial_account.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ RetrieveFeaturesParams
constructor
A new instance of RetrieveFeaturesParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ RetrieveFeaturesParams
Returns a new instance of RetrieveFeaturesParams.
517 518 519 |
# File 'lib/stripe/resources/treasury/financial_account.rb', line 517 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
515 516 517 |
# File 'lib/stripe/resources/treasury/financial_account.rb', line 515 def @expand end |