Interface CryptogramVerificationArpcMethod2.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CryptogramVerificationArpcMethod2.Builder,
,CryptogramVerificationArpcMethod2> SdkBuilder<CryptogramVerificationArpcMethod2.Builder,
,CryptogramVerificationArpcMethod2> SdkPojo
- Enclosing class:
CryptogramVerificationArpcMethod2
@Mutable
@NotThreadSafe
public static interface CryptogramVerificationArpcMethod2.Builder
extends SdkPojo, CopyableBuilder<CryptogramVerificationArpcMethod2.Builder,CryptogramVerificationArpcMethod2>
-
Method Summary
Modifier and TypeMethodDescriptioncardStatusUpdate
(String cardStatusUpdate) The data indicating whether the issuer approves or declines an online transaction using an EMV chip card.proprietaryAuthenticationData
(String proprietaryAuthenticationData) The proprietary authentication data used by issuer for communication during online transaction using an EMV chip card.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
cardStatusUpdate
The data indicating whether the issuer approves or declines an online transaction using an EMV chip card.
- Parameters:
cardStatusUpdate
- The data indicating whether the issuer approves or declines an online transaction using an EMV chip card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
proprietaryAuthenticationData
CryptogramVerificationArpcMethod2.Builder proprietaryAuthenticationData(String proprietaryAuthenticationData) The proprietary authentication data used by issuer for communication during online transaction using an EMV chip card.
- Parameters:
proprietaryAuthenticationData
- The proprietary authentication data used by issuer for communication during online transaction using an EMV chip card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-