@Generated(value="software.amazon.awssdk:codegen") public final class SessionKeyEmv2000 extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SessionKeyEmv2000.Builder,SessionKeyEmv2000>
Parameters to derive session key for an Emv2000 payment card for ARQC verification.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SessionKeyEmv2000.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationTransactionCounter()
The transaction counter that is provided by the terminal during transaction processing.
|
static SessionKeyEmv2000.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).
|
String |
primaryAccountNumber()
The Primary Account Number (PAN) of the cardholder.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SessionKeyEmv2000.Builder> |
serializableBuilderClass() |
SessionKeyEmv2000.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationTransactionCounter()
The transaction counter that is provided by the terminal during transaction processing.
public final String panSequenceNumber()
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
public final String primaryAccountNumber()
The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.
public SessionKeyEmv2000.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SessionKeyEmv2000.Builder,SessionKeyEmv2000>public static SessionKeyEmv2000.Builder builder()
public static Class<? extends SessionKeyEmv2000.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.