Interface PinData.Builder

    • Method Detail

      • pinOffset

        PinData.Builder pinOffset​(String pinOffset)

        The PIN offset value.

        Parameters:
        pinOffset - The PIN offset value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • verificationValue

        PinData.Builder verificationValue​(String verificationValue)

        The unique data to identify a cardholder. In most cases, this is the same as cardholder's Primary Account Number (PAN). If a value is not provided, it defaults to PAN.

        Parameters:
        verificationValue - The unique data to identify a cardholder. In most cases, this is the same as cardholder's Primary Account Number (PAN). If a value is not provided, it defaults to PAN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.