Class: Aws::PaymentCryptographyData::Types::TranslationPinDataIsoFormat034

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

Overview

Parameters that are required for tranlation between ISO9564 PIN format 0,3,4 tranlation.

Constant Summary collapse

SENSITIVE =
[:primary_account_number]

Instance Attribute Summary collapse

Instance Attribute Details

#primary_account_numberString

The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.

Returns:

  • (String)


1854
1855
1856
1857
1858
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1854

class TranslationPinDataIsoFormat034 < Struct.new(
  :primary_account_number)
  SENSITIVE = [:primary_account_number]
  include Aws::Structure
end