Class: Aws::Types::Emv2000Attributes
- Inherits:
-
Object
- Object
- Aws::Types::Emv2000Attributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_transaction_counter ⇒ ::String
Returns the value of attribute application_transaction_counter.
-
#major_key_derivation_mode ⇒ "EMV_OPTION_A", "EMV_OPTION_B"
Returns the value of attribute major_key_derivation_mode.
-
#pan_sequence_number ⇒ ::String
Returns the value of attribute pan_sequence_number.
-
#primary_account_number ⇒ ::String
Returns the value of attribute primary_account_number.
Instance Attribute Details
#application_transaction_counter ⇒ ::String
Returns the value of attribute application_transaction_counter.
280 281 282 |
# File 'sig/types.rbs', line 280 def application_transaction_counter @application_transaction_counter end |
#major_key_derivation_mode ⇒ "EMV_OPTION_A", "EMV_OPTION_B"
Returns the value of attribute major_key_derivation_mode.
277 278 279 |
# File 'sig/types.rbs', line 277 def major_key_derivation_mode @major_key_derivation_mode end |
#pan_sequence_number ⇒ ::String
Returns the value of attribute pan_sequence_number.
279 280 281 |
# File 'sig/types.rbs', line 279 def pan_sequence_number @pan_sequence_number end |
#primary_account_number ⇒ ::String
Returns the value of attribute primary_account_number.
278 279 280 |
# File 'sig/types.rbs', line 278 def primary_account_number @primary_account_number end |