public static interface VisaPinVerification.Builder extends SdkPojo, CopyableBuilder<VisaPinVerification.Builder,VisaPinVerification>
| Modifier and Type | Method and Description |
|---|---|
VisaPinVerification.Builder |
pinVerificationKeyIndex(Integer pinVerificationKeyIndex)
The value for PIN verification index.
|
VisaPinVerification.Builder |
verificationValue(String verificationValue)
Parameters that are required to generate or verify Visa PVV (PIN Verification Value).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVisaPinVerification.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).VisaPinVerification.Builder verificationValue(String verificationValue)
Parameters that are required to generate or verify Visa PVV (PIN Verification Value).
verificationValue - Parameters that are required to generate or verify Visa PVV (PIN Verification Value).Copyright © 2023. All rights reserved.