interface DirectDiscountReference {
    id: string;
    typeId: "direct-discount";
}

Properties

Properties

id: string

Unique identifier of the referenced DirectDiscount.

typeId: "direct-discount"

Generated using TypeDoc