Typescript SDK Type Docs
    Preparing search index...

    Interface DiscountCodeNotApplicable

    Generated when the Discount Code is not applicable for the current Cart.

    interface DiscountCodeNotApplicable {
        code: "discount_code_not_applicable";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "discount_code_not_applicable"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Discount code not applicable.

    payload: any

    Contains the cartId and discountCode properties.

    severity: string

    info