Interface SessionKeyAmex.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SessionKeyAmex.Builder,SessionKeyAmex>, SdkBuilder<SessionKeyAmex.Builder,SessionKeyAmex>, SdkPojo
Enclosing class:
SessionKeyAmex

public static interface SessionKeyAmex.Builder extends SdkPojo, CopyableBuilder<SessionKeyAmex.Builder,SessionKeyAmex>
  • Method Details

    • primaryAccountNumber

      SessionKeyAmex.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.
    • panSequenceNumber

      SessionKeyAmex.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.