Class: Aws::PaymentCryptographyData::Types::VisaPin
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::VisaPin
- 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
-
#pin_verification_key_index ⇒ Integer
The value for PIN verification index.
Instance Attribute Details
#pin_verification_key_index ⇒ Integer
The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN Verification Value).
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 |