public static interface VisaPinVerificationValue.Builder extends SdkPojo, CopyableBuilder<VisaPinVerificationValue.Builder,VisaPinVerificationValue>
| Modifier and Type | Method and Description |
|---|---|
VisaPinVerificationValue.Builder |
encryptedPinBlock(String encryptedPinBlock)
The encrypted PIN block data to verify.
|
VisaPinVerificationValue.Builder |
pinVerificationKeyIndex(Integer pinVerificationKeyIndex)
The value for PIN verification index.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVisaPinVerificationValue.Builder encryptedPinBlock(String encryptedPinBlock)
The encrypted PIN block data to verify.
encryptedPinBlock - The encrypted PIN block data to verify.VisaPinVerificationValue.Builder pinVerificationKeyIndex(Integer pinVerificationKeyIndex)
The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN Verification Value).
pinVerificationKeyIndex - The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN
Verification Value).Copyright © 2023. All rights reserved.