Class: Increase::Models::CardPayment::Element::CardValidation::Verification
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardPayment::Element::CardValidation::Verification
- Defined in:
- lib/increase/models/card_payment.rb
Overview
Defined Under Namespace
Classes: CardVerificationCode, CardholderAddress
Instance Attribute Summary collapse
-
#card_verification_code ⇒ Increase::Models::CardPayment::Element::CardValidation::Verification::CardVerificationCode
Fields related to verification of the Card Verification Code, a 3-digit code on the back of the card.
-
#cardholder_address ⇒ Increase::Models::CardPayment::Element::CardValidation::Verification::CardholderAddress
Cardholder address provided in the authorization request and the address on file we verified it against.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(card_verification_code: , cardholder_address: ) ⇒ Object
constructor
Some parameter documentations has been truncated, see Verification for more details.
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(card_verification_code: , cardholder_address: ) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::CardPayment::Element::CardValidation::Verification for more details.
Fields related to verification of cardholder-provided values.
|
|
# File 'lib/increase/models/card_payment.rb', line 9136
|
Instance Attribute Details
#card_verification_code ⇒ Increase::Models::CardPayment::Element::CardValidation::Verification::CardVerificationCode
Fields related to verification of the Card Verification Code, a 3-digit code on the back of the card.
9125 9126 |
# File 'lib/increase/models/card_payment.rb', line 9125 required :card_verification_code, -> { Increase::CardPayment::Element::CardValidation::Verification::CardVerificationCode } |
#cardholder_address ⇒ Increase::Models::CardPayment::Element::CardValidation::Verification::CardholderAddress
Cardholder address provided in the authorization request and the address on file we verified it against.
9133 9134 |
# File 'lib/increase/models/card_payment.rb', line 9133 required :cardholder_address, -> { Increase::CardPayment::Element::CardValidation::Verification::CardholderAddress } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/card_payment.rb', line 9177
|