Class: Yoomoney::Models::SavePaymentMethodBankCard::Confirmation
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
#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
|
72
|
# File 'lib/yoomoney/models/save_payment_method_bank_card.rb', line 72
required :type, enum: -> { Yoomoney::PaymentMethodsConfirmationType }
|
Instance Method Details
#to_hash ⇒ {
90
|
# File 'sig/yoomoney/models/save_payment_method_bank_card.rbs', line 90
def to_hash: -> {
|