Class: Yoomoney::Models::PayoutCreateParams::PayoutDestinationData::PayoutToYooMoneyDestinationData
- Inherits:
-
Yoomoney::Models::PayoutDestinationData
- Object
- Internal::Type::BaseModel
- Yoomoney::Models::PayoutDestinationData
- Yoomoney::Models::PayoutCreateParams::PayoutDestinationData::PayoutToYooMoneyDestinationData
- Defined in:
- lib/yoomoney/models/payout_create_params.rb,
sig/yoomoney/models/payout_create_params.rbs
Instance Attribute Summary collapse
-
#account_number ⇒ String
Номер кошелька ЮMoney.
Attributes inherited from Yoomoney::Models::PayoutDestinationData
Instance Method Summary collapse
-
#initialize ⇒ PayoutToYooMoneyDestinationData
constructor
A new instance of PayoutToYooMoneyDestinationData.
- #to_hash ⇒ { account_number: String }
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ PayoutToYooMoneyDestinationData
Returns a new instance of PayoutToYooMoneyDestinationData.
98 |
# File 'sig/yoomoney/models/payout_create_params.rbs', line 98
def initialize: (account_number: String) -> void
|
Instance Attribute Details
#account_number ⇒ String
Номер кошелька ЮMoney.
106 |
# File 'lib/yoomoney/models/payout_create_params.rb', line 106 required :account_number, String |
Instance Method Details
#to_hash ⇒ { account_number: String }
100 |
# File 'sig/yoomoney/models/payout_create_params.rbs', line 100
def to_hash: -> { account_number: String }
|