Class: Yoomoney::Models::PaymentMethodCreateParams::PaymentMethodData::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 ⇒ Object
111
|
# File 'sig/yoomoney/models/payment_method_create_params.rbs', line 111
def initialize: (
|
Instance Attribute Details
#return_url ⇒ String
96
|
# File 'lib/yoomoney/models/payment_method_create_params.rb', line 96
required :return_url, String
|
101
|
# File 'lib/yoomoney/models/payment_method_create_params.rb', line 101
required :type, enum: -> { Yoomoney::PaymentMethodsConfirmationType }
|
Instance Method Details
#to_hash ⇒ {
116
|
# File 'sig/yoomoney/models/payment_method_create_params.rbs', line 116
def to_hash: -> {
|