@Generated(value="software.amazon.awssdk:codegen") public final class SessionKeyVisa extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SessionKeyVisa.Builder,SessionKeyVisa>
Parameters to derive session key for Visa payment card for ARQC verification.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SessionKeyVisa.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SessionKeyVisa.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 SessionKeyVisa.Builder> |
serializableBuilderClass() |
SessionKeyVisa.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 SessionKeyVisa.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SessionKeyVisa.Builder,SessionKeyVisa>public static SessionKeyVisa.Builder builder()
public static Class<? extends SessionKeyVisa.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.