Class: Yoomoney::Models::SavePaymentMethodBankCard::Confirmation
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Yoomoney::Models::SavePaymentMethodBankCard::Confirmation
- Defined in:
- lib/yoomoney/models/save_payment_method_bank_card.rb
Overview
Instance Attribute Summary collapse
Instance Method Summary collapse
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:, confirmation_url: nil) ⇒ Object
|
|
# File 'lib/yoomoney/models/save_payment_method_bank_card.rb', line 79
|
Instance Attribute Details
#confirmation_url ⇒ String?
77 |
# File 'lib/yoomoney/models/save_payment_method_bank_card.rb', line 77 optional :confirmation_url, String |
#type ⇒ Symbol, Yoomoney::Models::PaymentMethodsConfirmationType
72 |
# File 'lib/yoomoney/models/save_payment_method_bank_card.rb', line 72 required :type, enum: -> { Yoomoney::PaymentMethodsConfirmationType } |