Class: Stripe::V2::MoneyManagement::FinancialAddressCreateParams::CryptoProperties
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::MoneyManagement::FinancialAddressCreateParams::CryptoProperties
- Defined in:
- lib/stripe/params/v2/money_management/financial_address_create_params.rb
Instance Attribute Summary collapse
-
#network ⇒ Object
The blockchain network of the crypto wallet.
Instance Method Summary collapse
-
#initialize(network: nil) ⇒ CryptoProperties
constructor
A new instance of CryptoProperties.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(network: nil) ⇒ CryptoProperties
Returns a new instance of CryptoProperties.
12 13 14 |
# File 'lib/stripe/params/v2/money_management/financial_address_create_params.rb', line 12 def initialize(network: nil) @network = network end |
Instance Attribute Details
#network ⇒ Object
The blockchain network of the crypto wallet.
10 11 12 |
# File 'lib/stripe/params/v2/money_management/financial_address_create_params.rb', line 10 def network @network end |