Class: Increase::Models::CardPayment::Element::CardAuthorization::Verification::CardVerificationCode
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::CardPayment::Element::CardAuthorization::Verification::CardVerificationCode
- Defined in:
- lib/increase/models/card_payment.rb
Instance Attribute Summary collapse
-
#result ⇒ Symbol
The result of verifying the Card Verification Code.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#result ⇒ Symbol
The result of verifying the Card Verification Code.
341 |
# File 'lib/increase/models/card_payment.rb', line 341 required :result, Increase::Enum.new(:not_checked, :match, :no_match) |