Class: Aws::PaymentCryptographyData::Types::CryptogramVerificationArpcMethod2

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#card_status_updateString

The data indicating whether the issuer approves or declines an online transaction using an EMV chip card.

Returns:

  • (String)


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_dataString

The proprietary authentication data used by issuer for communication during online transaction using an EMV chip card.

Returns:

  • (String)


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