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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
cardStatusUpdateThe 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.
 
- 
proprietaryAuthenticationDataCryptogramVerificationArpcMethod2.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.
 
 
-