@stigg/node-server-sdk - v4.22.1

    Type Alias Coupon

    type Coupon = {
        amountsOff?: Money[] | null;
        description?: string | null;
        discountValue: number;
        id: string;
        metadata?: Metadata | null;
        name: string;
        percentOff?: number | null;
    }
    Index

    Properties

    amountsOff?: Money[] | null
    description?: string | null
    discountValue: number
    id: string
    metadata?: Metadata | null
    name: string
    percentOff?: number | null
    MMNEPVFCICPMFPCPTTAAATR