Class: Vantiv::Api::FraudResult
- Inherits:
-
Object
- Object
- Vantiv::Api::FraudResult
- Defined in:
- lib/vantiv/api/fraud_result.rb
Instance Attribute Summary collapse
-
#avs_result ⇒ Object
Returns the value of attribute avs_result.
-
#card_validation_result ⇒ Object
Returns the value of attribute card_validation_result.
Instance Attribute Details
#avs_result ⇒ Object
Returns the value of attribute avs_result.
4 5 6 |
# File 'lib/vantiv/api/fraud_result.rb', line 4 def avs_result @avs_result end |
#card_validation_result ⇒ Object
Returns the value of attribute card_validation_result.
4 5 6 |
# File 'lib/vantiv/api/fraud_result.rb', line 4 def card_validation_result @card_validation_result end |