Class: Aws::PaymentCryptographyData::Types::DynamicCardVerificationValue

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 =
[:card_expiry_date, :service_code]

Instance Attribute Summary collapse

Instance Attribute Details

#application_transaction_counterString

The transaction counter value that comes from the terminal.

Returns:

  • (String)


592
593
594
595
596
597
598
599
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 592

class DynamicCardVerificationValue < Struct.new(
  :pan_sequence_number,
  :card_expiry_date,
  :service_code,
  :application_transaction_counter)
  SENSITIVE = [:card_expiry_date, :service_code]
  include Aws::Structure
end

#card_expiry_dateString

The expiry date of a payment card.

Returns:

  • (String)


592
593
594
595
596
597
598
599
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 592

class DynamicCardVerificationValue < Struct.new(
  :pan_sequence_number,
  :card_expiry_date,
  :service_code,
  :application_transaction_counter)
  SENSITIVE = [:card_expiry_date, :service_code]
  include Aws::Structure
end

#pan_sequence_numberString

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

Returns:

  • (String)


592
593
594
595
596
597
598
599
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 592

class DynamicCardVerificationValue < Struct.new(
  :pan_sequence_number,
  :card_expiry_date,
  :service_code,
  :application_transaction_counter)
  SENSITIVE = [:card_expiry_date, :service_code]
  include Aws::Structure
end

#service_codeString

The service code of the payment card. This is different from Card Security Code (CSC).

Returns:

  • (String)


592
593
594
595
596
597
598
599
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 592

class DynamicCardVerificationValue < Struct.new(
  :pan_sequence_number,
  :card_expiry_date,
  :service_code,
  :application_transaction_counter)
  SENSITIVE = [:card_expiry_date, :service_code]
  include Aws::Structure
end