Class: Aws::PaymentCryptographyData::Types::CryptogramVerificationArpcMethod2
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::CryptogramVerificationArpcMethod2
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-paymentcryptographydata/types.rb
Overview
Parameters that are required for ARPC response generation using method2 after ARQC verification is successful.
Constant Summary collapse
- SENSITIVE =
[:proprietary_authentication_data]
Instance Attribute Summary collapse
-
#card_status_update ⇒ String
The data indicating whether the issuer approves or declines an online transaction using an EMV chip card.
-
#proprietary_authentication_data ⇒ String
The proprietary authentication data used by issuer for communication during online transaction using an EMV chip card.
Instance Attribute Details
#card_status_update ⇒ String
The data indicating whether the issuer approves or declines an online transaction using an EMV chip card.
386 387 388 389 390 391 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 386 class CryptogramVerificationArpcMethod2 < Struct.new( :card_status_update, :proprietary_authentication_data) SENSITIVE = [:proprietary_authentication_data] include Aws::Structure end |
#proprietary_authentication_data ⇒ String
The proprietary authentication data used by issuer for communication during online transaction using an EMV chip card.
386 387 388 389 390 391 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 386 class CryptogramVerificationArpcMethod2 < Struct.new( :card_status_update, :proprietary_authentication_data) SENSITIVE = [:proprietary_authentication_data] include Aws::Structure end |