public static interface SessionKeyMastercard.Builder extends SdkPojo, CopyableBuilder<SessionKeyMastercard.Builder,SessionKeyMastercard>
| Modifier and Type | Method and Description |
|---|---|
SessionKeyMastercard.Builder |
applicationTransactionCounter(String applicationTransactionCounter)
The transaction counter that is provided by the terminal during transaction processing.
|
SessionKeyMastercard.Builder |
panSequenceNumber(String panSequenceNumber)
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
|
SessionKeyMastercard.Builder |
primaryAccountNumber(String primaryAccountNumber)
The Primary Account Number (PAN) of the cardholder.
|
SessionKeyMastercard.Builder |
unpredictableNumber(String unpredictableNumber)
A random number generated by the issuer.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSessionKeyMastercard.Builder applicationTransactionCounter(String applicationTransactionCounter)
The transaction counter that is provided by the terminal during transaction processing.
applicationTransactionCounter - The transaction counter that is provided by the terminal during transaction processing.SessionKeyMastercard.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).SessionKeyMastercard.Builder primaryAccountNumber(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.
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.SessionKeyMastercard.Builder unpredictableNumber(String unpredictableNumber)
A random number generated by the issuer.
unpredictableNumber - A random number generated by the issuer.Copyright © 2023. All rights reserved.