Class: Aws::PaymentCryptographyData::Types::VisaPin

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-paymentcryptographydata/types.rb

Overview

Parameters that are required to generate or verify Visa PIN.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pin_verification_key_indexInteger

The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN Verification Value).

Returns:

  • (Integer)


2760
2761
2762
2763
2764
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2760

class VisaPin < Struct.new(
  :pin_verification_key_index)
  SENSITIVE = []
  include Aws::Structure
end