Class: Aws::Types::VisaAttributes
- Inherits:
-
Object
- Object
- Aws::Types::VisaAttributes
- 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.
935 936 937 |
# File 'sig/types.rbs', line 935 def application_transaction_counter @application_transaction_counter end |
#authorization_request_key_identifier ⇒ ::String
Returns the value of attribute authorization_request_key_identifier.
936 937 938 |
# File 'sig/types.rbs', line 936 def @authorization_request_key_identifier end |
#current_pin_attributes ⇒ Types::CurrentPinAttributes
Returns the value of attribute current_pin_attributes.
937 938 939 |
# File 'sig/types.rbs', line 937 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.
932 933 934 |
# File 'sig/types.rbs', line 932 def major_key_derivation_mode @major_key_derivation_mode end |
#pan_sequence_number ⇒ ::String
Returns the value of attribute pan_sequence_number.
934 935 936 |
# File 'sig/types.rbs', line 934 def pan_sequence_number @pan_sequence_number end |
#primary_account_number ⇒ ::String
Returns the value of attribute primary_account_number.
933 934 935 |
# File 'sig/types.rbs', line 933 def primary_account_number @primary_account_number end |