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