Class: Aws::Types::AmexAttributes

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:primary_account_number])

Instance Attribute Summary collapse

Instance Attribute Details

#application_transaction_counter::String

Returns the value of attribute application_transaction_counter.

Returns:

  • (::String)


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.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def authorization_request_key_identifier
  @authorization_request_key_identifier
end

#current_pin_attributesTypes::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.

Returns:

  • ("EMV_OPTION_A", "EMV_OPTION_B")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def 
  @primary_account_number
end