Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.model.CryptogramVerificationArpcMethod2.Builder
-
Packages that use CryptogramVerificationArpcMethod2.Builder Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of CryptogramVerificationArpcMethod2.Builder in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return CryptogramVerificationArpcMethod2.Builder Modifier and Type Method Description static CryptogramVerificationArpcMethod2.BuilderCryptogramVerificationArpcMethod2. builder()CryptogramVerificationArpcMethod2.BuilderCryptogramVerificationArpcMethod2.Builder. cardStatusUpdate(String cardStatusUpdate)The data indicating whether the issuer approves or declines an online transaction using an EMV chip card.CryptogramVerificationArpcMethod2.BuilderCryptogramVerificationArpcMethod2.Builder. proprietaryAuthenticationData(String proprietaryAuthenticationData)The proprietary authentication data used by issuer for communication during online transaction using an EMV chip card.CryptogramVerificationArpcMethod2.BuilderCryptogramVerificationArpcMethod2. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type CryptogramVerificationArpcMethod2.Builder Modifier and Type Method Description static Class<? extends CryptogramVerificationArpcMethod2.Builder>CryptogramVerificationArpcMethod2. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptographydata.model with type arguments of type CryptogramVerificationArpcMethod2.Builder Modifier and Type Method Description default CryptogramAuthResponse.BuilderCryptogramAuthResponse.Builder. arpcMethod2(Consumer<CryptogramVerificationArpcMethod2.Builder> arpcMethod2)Parameters that are required for ARPC response generation using method2 after ARQC verification is successful.static CryptogramAuthResponseCryptogramAuthResponse. fromArpcMethod2(Consumer<CryptogramVerificationArpcMethod2.Builder> arpcMethod2)Create an instance of this class withCryptogramAuthResponse.arpcMethod2()initialized to the given value.
-