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