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 Summary
Modifier 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.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
-
panSequenceNumber
A 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.
-
cardExpiryDate
The 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.
-
serviceCode
The 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.
-
applicationTransactionCounter
DynamicCardVerificationValue.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.
-