Class: Stripe::V2::MoneyManagement::FinancialAddressCreateParams::CryptoProperties

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/money_management/financial_address_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#networkObject

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