Class: Yoomoney::Models::ConfirmationData
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Yoomoney::Models::ConfirmationData
- Defined in:
- lib/yoomoney/models/confirmation_data.rb
Direct Known Subclasses
PaymentCreateParams::Confirmation::ConfirmationDataEmbedded, PaymentCreateParams::Confirmation::ConfirmationDataExternal, PaymentCreateParams::Confirmation::ConfirmationDataMobileApplication, PaymentCreateParams::Confirmation::ConfirmationDataRedirect
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#locale ⇒ Symbol, ...
Язык интерфейса, писем и смс.
-
#type ⇒ Symbol, Yoomoney::Models::ConfirmationData::Type
Код сценария подтверждения.
Instance Method Summary collapse
- #initialize(type:, locale: nil) ⇒ Object constructor
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:, locale: nil) ⇒ Object
|
|
# File 'lib/yoomoney/models/confirmation_data.rb', line 18
|
Instance Attribute Details
#locale ⇒ Symbol, ...
Язык интерфейса, писем и смс.
16 |
# File 'lib/yoomoney/models/confirmation_data.rb', line 16 optional :locale, enum: -> { Yoomoney::Locale } |
#type ⇒ Symbol, Yoomoney::Models::ConfirmationData::Type
Код сценария подтверждения.
10 |
# File 'lib/yoomoney/models/confirmation_data.rb', line 10 required :type, enum: -> { Yoomoney::ConfirmationData::Type } |