Class: Yoomoney::Models::RefundMethod
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Yoomoney::Models::RefundMethod
- Defined in:
- lib/yoomoney/models/refund_method.rb,
sig/yoomoney/models/refund_method.rbs
Direct Known Subclasses
Yoomoney::Models::Refund::RefundMethod::ElectronicCertificateRefundMethod, Yoomoney::Models::Refund::RefundMethod::SbpRefundMethod
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(type:) ⇒ RefundMethod
constructor
A new instance of RefundMethod.
- #to_hash ⇒ { type: Yoomoney::Models::refund_method_type }
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(type:) ⇒ RefundMethod
Returns a new instance of RefundMethod.
|
|
# File 'lib/yoomoney/models/refund_method.rb', line 11
|
Instance Attribute Details
#type ⇒ Symbol, Yoomoney::Models::RefundMethodType
9 |
# File 'lib/yoomoney/models/refund_method.rb', line 9 required :type, enum: -> { Yoomoney::RefundMethodType } |
Instance Method Details
#to_hash ⇒ { type: Yoomoney::Models::refund_method_type }
10 |
# File 'sig/yoomoney/models/refund_method.rbs', line 10
def to_hash: -> { type: Yoomoney::Models::refund_method_type }
|