Class: Aws::PaymentCryptographyData::Types::DynamicCardVerificationCode

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb

Overview

Parameters that are required to generate or verify Dynamic Card Verification Value (dCVV).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_transaction_counterString

The transaction counter value that comes from the terminal.

Returns:

  • (String)


550
551
552
553
554
555
556
557
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 550

class DynamicCardVerificationCode < Struct.new(
  :application_transaction_counter,
  :pan_sequence_number,
  :track_data,
  :unpredictable_number)
  SENSITIVE = []
  include Aws::Structure
end

#pan_sequence_numberString

A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).

Returns:

  • (String)


550
551
552
553
554
555
556
557
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 550

class DynamicCardVerificationCode < Struct.new(
  :application_transaction_counter,
  :pan_sequence_number,
  :track_data,
  :unpredictable_number)
  SENSITIVE = []
  include Aws::Structure
end

#track_dataString

The data on the two tracks of magnetic cards used for financial transactions. This includes the cardholder name, PAN, expiration date, bank ID (BIN) and several other numbers the issuing bank uses to validate the data received.

Returns:

  • (String)


550
551
552
553
554
555
556
557
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 550

class DynamicCardVerificationCode < Struct.new(
  :application_transaction_counter,
  :pan_sequence_number,
  :track_data,
  :unpredictable_number)
  SENSITIVE = []
  include Aws::Structure
end

#unpredictable_numberString

A random number generated by the issuer.

Returns:

  • (String)


550
551
552
553
554
555
556
557
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 550

class DynamicCardVerificationCode < Struct.new(
  :application_transaction_counter,
  :pan_sequence_number,
  :track_data,
  :unpredictable_number)
  SENSITIVE = []
  include Aws::Structure
end