Class: Increase::Models::CardPayment::Element::CardDecline::Verification
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::CardPayment::Element::CardDecline::Verification
- Defined in:
- lib/increase/models/card_payment.rb
Defined Under Namespace
Classes: CardVerificationCode, CardholderAddress
Instance Attribute Summary collapse
-
#card_verification_code ⇒ Increase::Models::CardPayment::Element::CardDecline::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::CardDecline::Verification::CardholderAddress
Cardholder address provided in the authorization request and the address on file we verified it against.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#card_verification_code ⇒ Increase::Models::CardPayment::Element::CardDecline::Verification::CardVerificationCode
Fields related to verification of the Card Verification Code, a 3-digit code on the back of the card.
627 628 |
# File 'lib/increase/models/card_payment.rb', line 627 required :card_verification_code, -> { Increase::Models::CardPayment::Element::CardDecline::Verification::CardVerificationCode } |
#cardholder_address ⇒ Increase::Models::CardPayment::Element::CardDecline::Verification::CardholderAddress
Cardholder address provided in the authorization request and the address on file we verified it against.
633 634 |
# File 'lib/increase/models/card_payment.rb', line 633 required :cardholder_address, -> { Increase::Models::CardPayment::Element::CardDecline::Verification::CardholderAddress } |