Typescript SDK Type Docs
    Preparing search index...

    Interface AddDiscountCodeError

    Generated when there was an error adding a Discount Code.

    interface AddDiscountCodeError {
        code: "add_discount_code_error";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "add_discount_code_error"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Error adding discount code.

    payload: any

    Contains the error object.

    severity: string

    error