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

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

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

Instance Attribute Details

#resultSymbol

The result of verifying the Card Verification Code.

Returns:

  • (Symbol)


640
# File 'lib/increase/models/card_payment.rb', line 640

required :result, Increase::Enum.new(:not_checked, :match, :no_match)