Class: Aws::Types::Emv2000Attributes

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)


280
281
282
# File 'sig/types.rbs', line 280

def application_transaction_counter
  @application_transaction_counter
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")


277
278
279
# File 'sig/types.rbs', line 277

def major_key_derivation_mode
  @major_key_derivation_mode
end

#pan_sequence_number::String

Returns the value of attribute pan_sequence_number.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def pan_sequence_number
  @pan_sequence_number
end

#primary_account_number::String

Returns the value of attribute primary_account_number.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def 
  @primary_account_number
end