Class: Aws::Types::SessionKeyEmv2000
- Inherits:
-
Object
- Object
- Aws::Types::SessionKeyEmv2000
- 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.
-
#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.
725 726 727 |
# File 'sig/types.rbs', line 725 def application_transaction_counter @application_transaction_counter end |
#pan_sequence_number ⇒ ::String
Returns the value of attribute pan_sequence_number.
724 725 726 |
# File 'sig/types.rbs', line 724 def pan_sequence_number @pan_sequence_number end |
#primary_account_number ⇒ ::String
Returns the value of attribute primary_account_number.
723 724 725 |
# File 'sig/types.rbs', line 723 def primary_account_number @primary_account_number end |