Class: Increase::Models::CardPayment::Element::CardAuthorization::Verification::CardVerificationCode
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardPayment::Element::CardAuthorization::Verification::CardVerificationCode
- Defined in:
- lib/increase/models/card_payment.rb
Overview
Defined Under Namespace
Modules: Result
Instance Attribute Summary collapse
-
#result ⇒ Symbol, Increase::Models::CardPayment::Element::CardAuthorization::Verification::CardVerificationCode::Result
The result of verifying the Card Verification Code.
Instance Method Summary collapse
-
#initialize(result: ) ⇒ Object
constructor
Fields related to verification of the Card Verification Code, a 3-digit code on the back of the card.
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(result: ) ⇒ Object
Fields related to verification of the Card Verification Code, a 3-digit code on the back of the card.
|
|
# File 'lib/increase/models/card_payment.rb', line 1707
|
Instance Attribute Details
#result ⇒ Symbol, Increase::Models::CardPayment::Element::CardAuthorization::Verification::CardVerificationCode::Result
The result of verifying the Card Verification Code.
1704 1705 |
# File 'lib/increase/models/card_payment.rb', line 1704 required :result, enum: -> { Increase::CardPayment::Element::CardAuthorization::Verification::CardVerificationCode::Result } |