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

    Type Alias CouponFragment

    type CouponFragment = {
        __typename?: "Coupon";
        additionalMetaData?: any | null;
        amountsOff?:
            | { __typename?: "Money"; amount: number; currency: Currency }[]
            | null;
        billingId?: string | null;
        billingLinkUrl?: string | null;
        createdAt: any;
        description?: string | null;
        discountValue: number;
        id: any;
        name: string;
        percentOff?: number | null;
        refId: string;
        status: CouponStatus;
        syncStates?:
            | {
                __typename?: "SyncState";
                status: SyncStatus;
                vendorIdentifier: VendorIdentifier;
            }[]
            | null;
        type: CouponType;
        updatedAt: any;
    }
    Index

    Properties

    __typename?: "Coupon"
    additionalMetaData?: any | null
    amountsOff?:
        | { __typename?: "Money"; amount: number; currency: Currency }[]
        | null
    billingId?: string | null
    billingLinkUrl?: string | null
    createdAt: any
    description?: string | null
    discountValue: number
    id: any
    name: string
    percentOff?: number | null
    refId: string
    status: CouponStatus
    syncStates?:
        | {
            __typename?: "SyncState";
            status: SyncStatus;
            vendorIdentifier: VendorIdentifier;
        }[]
        | null
    updatedAt: any
    MMNEPVFCICPMFPCPTTAAATR