Interface SessionKeyMastercard.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SessionKeyMastercard.Builder,SessionKeyMastercard>,SdkBuilder<SessionKeyMastercard.Builder,SessionKeyMastercard>,SdkPojo
- Enclosing class:
- SessionKeyMastercard
public static interface SessionKeyMastercard.Builder extends SdkPojo, CopyableBuilder<SessionKeyMastercard.Builder,SessionKeyMastercard>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionKeyMastercard.BuilderapplicationTransactionCounter(String applicationTransactionCounter)The transaction counter that is provided by the terminal during transaction processing.SessionKeyMastercard.BuilderpanSequenceNumber(String panSequenceNumber)A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).SessionKeyMastercard.BuilderprimaryAccountNumber(String primaryAccountNumber)The Primary Account Number (PAN) of the cardholder.SessionKeyMastercard.BuilderunpredictableNumber(String unpredictableNumber)A random number generated by the issuer.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
applicationTransactionCounter
SessionKeyMastercard.Builder applicationTransactionCounter(String applicationTransactionCounter)
The transaction counter that is provided by the terminal during transaction processing.
- Parameters:
applicationTransactionCounter- The transaction counter that is provided by the terminal during transaction processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
panSequenceNumber
SessionKeyMastercard.Builder panSequenceNumber(String panSequenceNumber)
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
- Parameters:
panSequenceNumber- A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
primaryAccountNumber
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unpredictableNumber
SessionKeyMastercard.Builder unpredictableNumber(String unpredictableNumber)
A random number generated by the issuer.
- Parameters:
unpredictableNumber- A random number generated by the issuer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-