Class: Aws::Types::DynamicCardVerificationValue

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#application_transaction_counter::String

Returns the value of attribute application_transaction_counter.

Returns:



262
263
264
# File 'sig/types.rbs', line 262

def application_transaction_counter
  @application_transaction_counter
end

#card_expiry_date::String

Returns the value of attribute card_expiry_date.

Returns:



260
261
262
# File 'sig/types.rbs', line 260

def card_expiry_date
  @card_expiry_date
end

#pan_sequence_number::String

Returns the value of attribute pan_sequence_number.

Returns:



259
260
261
# File 'sig/types.rbs', line 259

def pan_sequence_number
  @pan_sequence_number
end

#service_code::String

Returns the value of attribute service_code.

Returns:



261
262
263
# File 'sig/types.rbs', line 261

def service_code
  @service_code
end