Class: Aws::PaymentCryptographyData::Types::TranslationPinDataIsoFormat034
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::PaymentCryptographyData::Types::TranslationPinDataIsoFormat034
 
- 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
- 
  
    
      #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.
| 2494 2495 2496 2497 2498 | # File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2494 class TranslationPinDataIsoFormat034 < Struct.new( :primary_account_number) SENSITIVE = [:primary_account_number] include Aws::Structure end |