Class: Aws::Types::MasterCardAttributes
- Inherits:
-
Object
- Object
- Aws::Types::MasterCardAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_cryptogram ⇒ ::String
Returns the value of attribute application_cryptogram.
-
#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_cryptogram ⇒ ::String
Returns the value of attribute application_cryptogram.
565 566 567 |
# File 'sig/types.rbs', line 565 def application_cryptogram @application_cryptogram end |
#major_key_derivation_mode ⇒ "EMV_OPTION_A", "EMV_OPTION_B"
Returns the value of attribute major_key_derivation_mode.
562 563 564 |
# File 'sig/types.rbs', line 562 def major_key_derivation_mode @major_key_derivation_mode end |
#pan_sequence_number ⇒ ::String
Returns the value of attribute pan_sequence_number.
564 565 566 |
# File 'sig/types.rbs', line 564 def pan_sequence_number @pan_sequence_number end |
#primary_account_number ⇒ ::String
Returns the value of attribute primary_account_number.
563 564 565 |
# File 'sig/types.rbs', line 563 def primary_account_number @primary_account_number end |