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