public static interface DynamicCardVerificationCode.Builder extends SdkPojo, CopyableBuilder<DynamicCardVerificationCode.Builder,DynamicCardVerificationCode>
| Modifier and Type | Method and Description |
|---|---|
DynamicCardVerificationCode.Builder |
applicationTransactionCounter(String applicationTransactionCounter)
The transaction counter value that comes from the terminal.
|
DynamicCardVerificationCode.Builder |
panSequenceNumber(String panSequenceNumber)
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
|
DynamicCardVerificationCode.Builder |
trackData(String trackData)
The data on the two tracks of magnetic cards used for financial transactions.
|
DynamicCardVerificationCode.Builder |
unpredictableNumber(String unpredictableNumber)
A random number generated by the issuer.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDynamicCardVerificationCode.Builder applicationTransactionCounter(String applicationTransactionCounter)
The transaction counter value that comes from the terminal.
applicationTransactionCounter - The transaction counter value that comes from the terminal.DynamicCardVerificationCode.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).DynamicCardVerificationCode.Builder trackData(String trackData)
The data on the two tracks of magnetic cards used for financial transactions. This includes the cardholder name, PAN, expiration date, bank ID (BIN) and several other numbers the issuing bank uses to validate the data received.
trackData - The data on the two tracks of magnetic cards used for financial transactions. This includes the
cardholder name, PAN, expiration date, bank ID (BIN) and several other numbers the issuing bank uses
to validate the data received.DynamicCardVerificationCode.Builder unpredictableNumber(String unpredictableNumber)
A random number generated by the issuer.
unpredictableNumber - A random number generated by the issuer.Copyright © 2023. All rights reserved.