Interface DynamicCardVerificationValue.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DynamicCardVerificationValue.Builder,,- DynamicCardVerificationValue> - SdkBuilder<DynamicCardVerificationValue.Builder,,- DynamicCardVerificationValue> - SdkPojo
- Enclosing class:
- DynamicCardVerificationValue
@Mutable
@NotThreadSafe
public static interface DynamicCardVerificationValue.Builder
extends SdkPojo, CopyableBuilder<DynamicCardVerificationValue.Builder,DynamicCardVerificationValue> 
- 
Method SummaryModifier and TypeMethodDescriptionapplicationTransactionCounter(String applicationTransactionCounter) The transaction counter value that comes from the terminal.cardExpiryDate(String cardExpiryDate) The expiry date of a payment card.panSequenceNumber(String panSequenceNumber) A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).serviceCode(String serviceCode) The service code of the payment 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- 
panSequenceNumberA number that identifies and differentiates payment cards with the same Primary Account Number (PAN). - Parameters:
- panSequenceNumber- A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cardExpiryDateThe expiry date of a payment card. - Parameters:
- cardExpiryDate- The expiry date of a payment card.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
serviceCodeThe service code of the payment card. This is different from Card Security Code (CSC). - Parameters:
- serviceCode- The service code of the payment card. This is different from Card Security Code (CSC).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
applicationTransactionCounterDynamicCardVerificationValue.Builder applicationTransactionCounter(String applicationTransactionCounter) The transaction counter value that comes from the terminal. - Parameters:
- applicationTransactionCounter- The transaction counter value that comes from the terminal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-