public static interface DynamicCardVerificationValue.Builder extends SdkPojo, CopyableBuilder<DynamicCardVerificationValue.Builder,DynamicCardVerificationValue>
| Modifier and Type | Method and Description |
|---|---|
DynamicCardVerificationValue.Builder |
applicationTransactionCounter(String applicationTransactionCounter)
The transaction counter value that comes from the terminal.
|
DynamicCardVerificationValue.Builder |
cardExpiryDate(String cardExpiryDate)
The expiry date of a payment card.
|
DynamicCardVerificationValue.Builder |
panSequenceNumber(String panSequenceNumber)
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
|
DynamicCardVerificationValue.Builder |
serviceCode(String serviceCode)
The service code of the payment card.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDynamicCardVerificationValue.Builder applicationTransactionCounter(String applicationTransactionCounter)
The transaction counter value that comes from the terminal.
applicationTransactionCounter - The transaction counter value that comes from the terminal.DynamicCardVerificationValue.Builder cardExpiryDate(String cardExpiryDate)
The expiry date of a payment card.
cardExpiryDate - The expiry date of a payment card.DynamicCardVerificationValue.Builder panSequenceNumber(String panSequenceNumber)
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
panSequenceNumber - A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).DynamicCardVerificationValue.Builder serviceCode(String serviceCode)
The service code of the payment card. This is different from Card Security Code (CSC).
serviceCode - The service code of the payment card. This is different from Card Security Code (CSC).Copyright © 2023. All rights reserved.