Interface CardHolderVerificationValue.Builder

    • Method Detail

      • applicationTransactionCounter

        CardHolderVerificationValue.Builder applicationTransactionCounter​(String applicationTransactionCounter)

        The transaction counter value that comes from a point of sale terminal.

        Parameters:
        applicationTransactionCounter - The transaction counter value that comes from a point of sale terminal.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • panSequenceNumber

        CardHolderVerificationValue.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.
      • unpredictableNumber

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