Interface DiscoverDynamicCardVerificationCode.Builder

    • Method Detail

      • applicationTransactionCounter

        DiscoverDynamicCardVerificationCode.Builder applicationTransactionCounter​(String applicationTransactionCounter)

        The transaction counter value that comes from the terminal.

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

        DiscoverDynamicCardVerificationCode.Builder cardExpiryDate​(String cardExpiryDate)

        The expiry date of a payment card.

        Parameters:
        cardExpiryDate - The expiry date of a payment card.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unpredictableNumber

        DiscoverDynamicCardVerificationCode.Builder unpredictableNumber​(String unpredictableNumber)

        A random number that is generated by the issuer.

        Parameters:
        unpredictableNumber - A random number that is generated by the issuer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.