Class VisaPinVerification
- java.lang.Object
-
- software.amazon.awssdk.services.paymentcryptographydata.model.VisaPinVerification
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VisaPinVerification.Builder,VisaPinVerification>
@Generated("software.amazon.awssdk:codegen") public final class VisaPinVerification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VisaPinVerification.Builder,VisaPinVerification>
Parameters that are required to generate or verify Visa PIN.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVisaPinVerification.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VisaPinVerification.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerpinVerificationKeyIndex()The value for PIN verification index.List<SdkField<?>>sdkFields()static Class<? extends VisaPinVerification.Builder>serializableBuilderClass()VisaPinVerification.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringverificationValue()Parameters that are required to generate or verify Visa PVV (PIN Verification Value).-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
pinVerificationKeyIndex
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).
- Returns:
- The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN Verification Value).
-
verificationValue
public final String verificationValue()
Parameters that are required to generate or verify Visa PVV (PIN Verification Value).
- Returns:
- Parameters that are required to generate or verify Visa PVV (PIN Verification Value).
-
toBuilder
public VisaPinVerification.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VisaPinVerification.Builder,VisaPinVerification>
-
builder
public static VisaPinVerification.Builder builder()
-
serializableBuilderClass
public static Class<? extends VisaPinVerification.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-