@stigg/js-client-sdk - v3.93.0

    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