Class: Aws::Types::SessionKeyUnionPay
- Inherits:
-
Object
- Object
- Aws::Types::SessionKeyUnionPay
- 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.
747 748 749 |
# File 'sig/types.rbs', line 747 def application_transaction_counter @application_transaction_counter end |
#pan_sequence_number ⇒ ::String
Returns the value of attribute pan_sequence_number.
746 747 748 |
# File 'sig/types.rbs', line 746 def pan_sequence_number @pan_sequence_number end |
#primary_account_number ⇒ ::String
Returns the value of attribute primary_account_number.
745 746 747 |
# File 'sig/types.rbs', line 745 def primary_account_number @primary_account_number end |