Class CryptogramVerificationArpcMethod2
- java.lang.Object
-
- software.amazon.awssdk.services.paymentcryptographydata.model.CryptogramVerificationArpcMethod2
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CryptogramVerificationArpcMethod2.Builder,CryptogramVerificationArpcMethod2>
@Generated("software.amazon.awssdk:codegen") public final class CryptogramVerificationArpcMethod2 extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CryptogramVerificationArpcMethod2.Builder,CryptogramVerificationArpcMethod2>
Parameters that are required for ARPC response generation using method2 after ARQC verification is successful.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCryptogramVerificationArpcMethod2.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CryptogramVerificationArpcMethod2.Builderbuilder()StringcardStatusUpdate()The data indicating whether the issuer approves or declines an online transaction using an EMV chip card.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringproprietaryAuthenticationData()The proprietary authentication data used by issuer for communication during online transaction using an EMV chip card.List<SdkField<?>>sdkFields()static Class<? extends CryptogramVerificationArpcMethod2.Builder>serializableBuilderClass()CryptogramVerificationArpcMethod2.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
cardStatusUpdate
public final String cardStatusUpdate()
The data indicating whether the issuer approves or declines an online transaction using an EMV chip card.
- Returns:
- The data indicating whether the issuer approves or declines an online transaction using an EMV chip card.
-
proprietaryAuthenticationData
public final String proprietaryAuthenticationData()
The proprietary authentication data used by issuer for communication during online transaction using an EMV chip card.
- Returns:
- The proprietary authentication data used by issuer for communication during online transaction using an EMV chip card.
-
toBuilder
public CryptogramVerificationArpcMethod2.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CryptogramVerificationArpcMethod2.Builder,CryptogramVerificationArpcMethod2>
-
builder
public static CryptogramVerificationArpcMethod2.Builder builder()
-
serializableBuilderClass
public static Class<? extends CryptogramVerificationArpcMethod2.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.
-
-