Class: Stripe::V2::MoneyManagement::FinancialAccounts::StatementRetrieveParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::MoneyManagement::FinancialAccounts::StatementRetrieveParams
- Defined in:
- lib/stripe/params/v2/money_management/financial_accounts/statement_retrieve_params.rb
Instance Attribute Summary collapse
-
#include ⇒ Object
Additional fields to include in the response.
Instance Method Summary collapse
-
#initialize(include: nil) ⇒ StatementRetrieveParams
constructor
A new instance of StatementRetrieveParams.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(include: nil) ⇒ StatementRetrieveParams
Returns a new instance of StatementRetrieveParams.
12 13 14 |
# File 'lib/stripe/params/v2/money_management/financial_accounts/statement_retrieve_params.rb', line 12 def initialize(include: nil) @include = include end |
Instance Attribute Details
#include ⇒ Object
Additional fields to include in the response.
10 11 12 |
# File 'lib/stripe/params/v2/money_management/financial_accounts/statement_retrieve_params.rb', line 10 def include @include end |