interface ProductDiscountReference {
    id: string;
    obj?: ProductDiscount;
    typeId: "product-discount";
}

Properties

Properties

id: string

Unique identifier of the referenced ProductDiscount.

Contains the representation of the expanded ProductDiscount. Only present in responses to requests with Reference Expansion for ProductDiscounts.

typeId: "product-discount"

Generated using TypeDoc