Interface MasterCardAttributes.Builder

    • Method Detail

      • majorKeyDerivationMode

        MasterCardAttributes.Builder majorKeyDerivationMode​(String majorKeyDerivationMode)

        The method to use when deriving the master key for the payment card.

        Parameters:
        majorKeyDerivationMode - The method to use when deriving the master key for the payment card.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MajorKeyDerivationMode, MajorKeyDerivationMode
      • primaryAccountNumber

        MasterCardAttributes.Builder primaryAccountNumber​(String primaryAccountNumber)

        The Primary Account Number (PAN) of the cardholder.

        Parameters:
        primaryAccountNumber - The Primary Account Number (PAN) of the cardholder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • panSequenceNumber

        MasterCardAttributes.Builder panSequenceNumber​(String panSequenceNumber)

        A number that identifies and differentiates payment cards with the same Primary Account Number (PAN). Typically 00 is used, if no value is provided by the terminal.

        Parameters:
        panSequenceNumber - A number that identifies and differentiates payment cards with the same Primary Account Number (PAN). Typically 00 is used, if no value is provided by the terminal.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationCryptogram

        MasterCardAttributes.Builder applicationCryptogram​(String applicationCryptogram)

        The application cryptogram for the current transaction that is provided by the terminal during transaction processing.

        Parameters:
        applicationCryptogram - The application cryptogram for the current transaction that is provided by the terminal during transaction processing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.