@Generated(value="software.amazon.awssdk:codegen") public final class DynamicCardVerificationCode extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DynamicCardVerificationCode.Builder,DynamicCardVerificationCode>
Parameters that are required to generate or verify Dynamic Card Verification Value (dCVV).
| Modifier and Type | Class and Description |
|---|---|
static interface |
DynamicCardVerificationCode.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationTransactionCounter()
The transaction counter value that comes from the terminal.
|
static DynamicCardVerificationCode.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
panSequenceNumber()
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DynamicCardVerificationCode.Builder> |
serializableBuilderClass() |
DynamicCardVerificationCode.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trackData()
The data on the two tracks of magnetic cards used for financial transactions.
|
String |
unpredictableNumber()
A random number generated by the issuer.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationTransactionCounter()
The transaction counter value that comes from the terminal.
public final String panSequenceNumber()
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
public final 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.
public final String unpredictableNumber()
A random number generated by the issuer.
public DynamicCardVerificationCode.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DynamicCardVerificationCode.Builder,DynamicCardVerificationCode>public static DynamicCardVerificationCode.Builder builder()
public static Class<? extends DynamicCardVerificationCode.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.