| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
static CryptogramVerificationArpcMethod2.Builder |
CryptogramVerificationArpcMethod2.builder() |
CryptogramVerificationArpcMethod2.Builder |
CryptogramVerificationArpcMethod2.Builder.cardStatusUpdate(String cardStatusUpdate)
The data indicating whether the issuer approves or declines an online transaction using an EMV chip card.
|
CryptogramVerificationArpcMethod2.Builder |
CryptogramVerificationArpcMethod2.Builder.proprietaryAuthenticationData(String proprietaryAuthenticationData)
The proprietary authentication data used by issuer for communication during online transaction using an EMV
chip card.
|
CryptogramVerificationArpcMethod2.Builder |
CryptogramVerificationArpcMethod2.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CryptogramVerificationArpcMethod2.Builder> |
CryptogramVerificationArpcMethod2.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CryptogramAuthResponse.Builder |
CryptogramAuthResponse.Builder.arpcMethod2(Consumer<CryptogramVerificationArpcMethod2.Builder> arpcMethod2)
Parameters that are required for ARPC response generation using method2 after ARQC verification is
successful.
|
static CryptogramAuthResponse |
CryptogramAuthResponse.fromArpcMethod2(Consumer<CryptogramVerificationArpcMethod2.Builder> arpcMethod2)
Create an instance of this class with
CryptogramAuthResponse.arpcMethod2() initialized to the given value. |
Copyright © 2023. All rights reserved.