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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-paymentcryptographydata/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)


2223
2224
2225
2226
2227
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2223

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