Typescript SDK Type Docs
    Preparing search index...

    Interface RemoveDiscountCodeError

    Generated when there was an error removing the Discount Code.

    interface RemoveDiscountCodeError {
        code: "remove_discount_code_error";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "remove_discount_code_error"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Error removing discount code.

    payload: any

    Contains the error object.

    severity: string

    error