Class: Stripe::V2::MoneyManagement::FinancialAddressService::RetrieveParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::MoneyManagement::FinancialAddressService::RetrieveParams
- Defined in:
- lib/stripe/services/v2/money_management/financial_address_service.rb
Instance Attribute Summary collapse
-
#include ⇒ Object
Open Enum.
Instance Method Summary collapse
-
#initialize(include: nil) ⇒ RetrieveParams
constructor
A new instance of RetrieveParams.
Methods inherited from RequestParams
Constructor Details
#initialize(include: nil) ⇒ RetrieveParams
Returns a new instance of RetrieveParams.
39 40 41 |
# File 'lib/stripe/services/v2/money_management/financial_address_service.rb', line 39 def initialize(include: nil) @include = include end |
Instance Attribute Details
#include ⇒ Object
Open Enum. A list of fields to reveal in the FinancialAddresses returned.
37 38 39 |
# File 'lib/stripe/services/v2/money_management/financial_address_service.rb', line 37 def include @include end |