Class: Increase::Models::PendingTransaction::Source::CardAuthorization::Verification::CardVerificationCode

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/increase/models/pending_transaction.rb

Overview

Defined Under Namespace

Modules: Result

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(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/pending_transaction.rb', line 1512


Instance Attribute Details

#resultSymbol, Increase::Models::PendingTransaction::Source::CardAuthorization::Verification::CardVerificationCode::Result

The result of verifying the Card Verification Code.



1509
1510
# File 'lib/increase/models/pending_transaction.rb', line 1509

required :result,
enum: -> { Increase::PendingTransaction::Source::CardAuthorization::Verification::CardVerificationCode::Result }