Class: Aws::Types::AmexAttributes
- Inherits:
-
Object
- Object
- Aws::Types::AmexAttributes
- 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.
-
#authorization_request_key_identifier ⇒ ::String
Returns the value of attribute authorization_request_key_identifier.
-
#current_pin_attributes ⇒ Types::CurrentPinAttributes
Returns the value of attribute current_pin_attributes.
-
#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.
20 21 22 |
# File 'sig/types.rbs', line 20 def application_transaction_counter @application_transaction_counter end |
#authorization_request_key_identifier ⇒ ::String
Returns the value of attribute authorization_request_key_identifier.
21 22 23 |
# File 'sig/types.rbs', line 21 def @authorization_request_key_identifier end |
#current_pin_attributes ⇒ Types::CurrentPinAttributes
Returns the value of attribute current_pin_attributes.
22 23 24 |
# File 'sig/types.rbs', line 22 def current_pin_attributes @current_pin_attributes end |
#major_key_derivation_mode ⇒ "EMV_OPTION_A", "EMV_OPTION_B"
Returns the value of attribute major_key_derivation_mode.
17 18 19 |
# File 'sig/types.rbs', line 17 def major_key_derivation_mode @major_key_derivation_mode end |
#pan_sequence_number ⇒ ::String
Returns the value of attribute pan_sequence_number.
19 20 21 |
# File 'sig/types.rbs', line 19 def pan_sequence_number @pan_sequence_number end |
#primary_account_number ⇒ ::String
Returns the value of attribute primary_account_number.
18 19 20 |
# File 'sig/types.rbs', line 18 def primary_account_number @primary_account_number end |