Interface PinData.Builder

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

@Mutable @NotThreadSafe public static interface PinData.Builder extends SdkPojo, CopyableBuilder<PinData.Builder,PinData>
  • Method Details

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