Skip to main content
All docs
V26.1
  • QRCodeEPCOptionsBuilder.WithPaymentReference(String) Method

    Sets the payment reference for the QR code and returns the builder instance for method chaining.

    Namespace: DevExpress.Docs.Barcode

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public QRCodeEPCOptionsBuilder WithPaymentReference(
        string paymentReference
    )

    Parameters

    Name Type Description
    paymentReference String

    The payment reference.

    Returns

    Type Description
    QRCodeEPCOptionsBuilder

    The builder instance for method chaining.

    See Also