Interface DynamicCardVerificationValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DynamicCardVerificationValue.Builder,DynamicCardVerificationValue>,SdkBuilder<DynamicCardVerificationValue.Builder,DynamicCardVerificationValue>,SdkPojo
- Enclosing class:
- DynamicCardVerificationValue
public static interface DynamicCardVerificationValue.Builder extends SdkPojo, CopyableBuilder<DynamicCardVerificationValue.Builder,DynamicCardVerificationValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DynamicCardVerificationValue.BuilderapplicationTransactionCounter(String applicationTransactionCounter)The transaction counter value that comes from the terminal.DynamicCardVerificationValue.BuildercardExpiryDate(String cardExpiryDate)The expiry date of a payment card.DynamicCardVerificationValue.BuilderpanSequenceNumber(String panSequenceNumber)A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).DynamicCardVerificationValue.BuilderserviceCode(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, sdkFields
-
-
-
-
Method Detail
-
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.
-
cardExpiryDate
DynamicCardVerificationValue.Builder cardExpiryDate(String 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.
-
panSequenceNumber
DynamicCardVerificationValue.Builder panSequenceNumber(String 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.
-
serviceCode
DynamicCardVerificationValue.Builder serviceCode(String 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.
-
-