Class: Increase::Models::CardPayment::Element::CardDecline::Verification

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/card_payment.rb

Defined Under Namespace

Classes: CardVerificationCode, CardholderAddress

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #inspect, #to_h, #to_s

Instance Attribute Details

#card_verification_codeIncrease::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_addressIncrease::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 }