Class: Yoomoney::Models::Payment::AuthorizationDetails
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Yoomoney::Models::Payment::AuthorizationDetails
- Defined in:
- lib/yoomoney/models/payment.rb
Overview
Defined Under Namespace
Classes: ThreeDSecure
Instance Attribute Summary collapse
- #auth_code ⇒ String?
- #rrn ⇒ String?
- #three_d_secure ⇒ Yoomoney::Models::Payment::AuthorizationDetails::ThreeDSecure
Instance Method Summary collapse
-
#initialize(three_d_secure:, auth_code: nil, rrn: 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(three_d_secure:, auth_code: nil, rrn: nil) ⇒ Object
Данные об авторизации платежа.
|
|
# File 'lib/yoomoney/models/payment.rb', line 215
|
Instance Attribute Details
#auth_code ⇒ String?
208 |
# File 'lib/yoomoney/models/payment.rb', line 208 optional :auth_code, String |
#rrn ⇒ String?
213 |
# File 'lib/yoomoney/models/payment.rb', line 213 optional :rrn, String |
#three_d_secure ⇒ Yoomoney::Models::Payment::AuthorizationDetails::ThreeDSecure
203 |
# File 'lib/yoomoney/models/payment.rb', line 203 required :three_d_secure, -> { Yoomoney::Payment::AuthorizationDetails::ThreeDSecure } |