Class: Increase::Models::RealTimeDecision::CardAuthorization::NetworkDetails::Visa
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::RealTimeDecision::CardAuthorization::NetworkDetails::Visa
- Defined in:
- lib/increase/models/real_time_decision.rb
Instance Attribute Summary collapse
-
#electronic_commerce_indicator ⇒ Symbol
For electronic commerce transactions, this identifies the level of security used in obtaining the customer's payment credential.
-
#point_of_service_entry_mode ⇒ Symbol
The method used to enter the cardholder's primary account number and card expiration date.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#electronic_commerce_indicator ⇒ Symbol
For electronic commerce transactions, this identifies the level of security used in obtaining the customer's payment credential. For mail or telephone order transactions, identifies the type of mail or telephone order.
197 198 199 200 201 202 203 204 205 206 207 |
# File 'lib/increase/models/real_time_decision.rb', line 197 required :electronic_commerce_indicator, Increase::Enum.new( :mail_phone_order, :recurring, :installment, :unknown_mail_phone_order, :secure_electronic_commerce, :non_authenticated_security_transaction_at_3ds_capable_merchant, :non_authenticated_security_transaction, :non_secure_transaction ) |
#point_of_service_entry_mode ⇒ Symbol
The method used to enter the cardholder's primary account number and card expiration date.
212 213 214 215 216 217 218 219 220 221 222 223 224 |
# File 'lib/increase/models/real_time_decision.rb', line 212 required :point_of_service_entry_mode, Increase::Enum.new( :unknown, :manual, :magnetic_stripe_no_cvv, :optical_code, :integrated_circuit_card, :contactless, :credential_on_file, :magnetic_stripe, :contactless_magnetic_stripe, :integrated_circuit_card_no_cvv ) |