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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-paymentcryptographydata/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 =
[]

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)


341
342
343
344
345
346
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 341

class CryptogramVerificationArpcMethod2 < Struct.new(
  :card_status_update,
  :proprietary_authentication_data)
  SENSITIVE = []
  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)


341
342
343
344
345
346
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 341

class CryptogramVerificationArpcMethod2 < Struct.new(
  :card_status_update,
  :proprietary_authentication_data)
  SENSITIVE = []
  include Aws::Structure
end