Class: Aws::PaymentCryptographyData::Types::TranslationPinDataAs2805Format0
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::TranslationPinDataAs2805Format0
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-paymentcryptographydata/types.rb
Overview
Parameters that are required for translation between AS2805 PIN format 0 translation.
Constant Summary collapse
- SENSITIVE =
[:primary_account_number]
Instance Attribute Summary collapse
-
#primary_account_number ⇒ String
The Primary Account Number (PAN) of the cardholder.
Instance Attribute Details
#primary_account_number ⇒ String
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.
2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2641 class TranslationPinDataAs2805Format0 < Struct.new( :primary_account_number) SENSITIVE = [:primary_account_number] include Aws::Structure end |