Interface DiscoverDynamicCardVerificationCode.Builder

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

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

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