@Generated(value="software.amazon.awssdk:codegen") public final class VisaPinVerificationValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VisaPinVerificationValue.Builder,VisaPinVerificationValue>
Parameters that are required to generate or verify Visa PVV (PIN Verification Value).
| Modifier and Type | Class and Description |
|---|---|
static interface |
VisaPinVerificationValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VisaPinVerificationValue.Builder |
builder() |
String |
encryptedPinBlock()
The encrypted PIN block data to verify.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
pinVerificationKeyIndex()
The value for PIN verification index.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VisaPinVerificationValue.Builder> |
serializableBuilderClass() |
VisaPinVerificationValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String encryptedPinBlock()
The encrypted PIN block data to verify.
public final Integer pinVerificationKeyIndex()
The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN Verification Value).
public VisaPinVerificationValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VisaPinVerificationValue.Builder,VisaPinVerificationValue>public static VisaPinVerificationValue.Builder builder()
public static Class<? extends VisaPinVerificationValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.