Class: Aws::Types::VisaAttributes

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)


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.

Returns:

  • (::String)


936
937
938
# File 'sig/types.rbs', line 936

def authorization_request_key_identifier
  @authorization_request_key_identifier
end

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

Returns:

  • ("EMV_OPTION_A", "EMV_OPTION_B")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


933
934
935
# File 'sig/types.rbs', line 933

def 
  @primary_account_number
end