Class: Yoomoney::Models::Payout::PayoutDestination::PayoutToYooMoneyDestination
- Inherits:
-
Yoomoney::Models::PayoutDestination
- Object
- Internal::Type::BaseModel
- Yoomoney::Models::PayoutDestination
- Yoomoney::Models::Payout::PayoutDestination::PayoutToYooMoneyDestination
- Defined in:
- lib/yoomoney/models/payout.rb,
sig/yoomoney/models/payout.rbs
Instance Attribute Summary collapse
Attributes inherited from Yoomoney::Models::PayoutDestination
Instance Method Summary collapse
-
#initialize ⇒ PayoutToYooMoneyDestination
constructor
A new instance of PayoutToYooMoneyDestination.
- #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 ⇒ PayoutToYooMoneyDestination
Returns a new instance of PayoutToYooMoneyDestination.
174 |
# File 'sig/yoomoney/models/payout.rbs', line 174
def initialize: (account_number: String) -> void
|
Instance Attribute Details
#account_number ⇒ String
178 |
# File 'lib/yoomoney/models/payout.rb', line 178 required :account_number, String |
Instance Method Details
#to_hash ⇒ { account_number: String }
176 |
# File 'sig/yoomoney/models/payout.rbs', line 176
def to_hash: -> { account_number: String }
|