@Generated(value="software.amazon.awssdk:codegen") public final class SessionKeyMastercard extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SessionKeyMastercard.Builder,SessionKeyMastercard>
Parameters to derive session key for Mastercard payment card for ARQC verification.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SessionKeyMastercard.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationTransactionCounter()
The transaction counter that is provided by the terminal during transaction processing.
|
static SessionKeyMastercard.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 SessionKeyMastercard.Builder> |
serializableBuilderClass() |
SessionKeyMastercard.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
unpredictableNumber()
A random number generated by the issuer.
|
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 final String unpredictableNumber()
A random number generated by the issuer.
public SessionKeyMastercard.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SessionKeyMastercard.Builder,SessionKeyMastercard>public static SessionKeyMastercard.Builder builder()
public static Class<? extends SessionKeyMastercard.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.