Interface CustomerDiscountGroup

Hierarchy

  • Omit<DbCustomerDiscountGroup, "requiredCustomerTags" | "excludedCustomerTags" | "eligibleCustomerDomains" | "orderTags" | "itemProperties" | "orderProperties" | "customerProperties" | "analyticsProperties">
    • CustomerDiscountGroup

Properties

analyticsProperties: Properties
createdAt: Date
customerProperties: Properties
description: string
discounts: Discount[]
eligibleCustomerDomains: string[]
excludedCustomerTags: string[]
id: number
isActive: boolean
itemProperties: Properties
name: string
orderProperties: Properties
orderTags: string[]
requiredCustomerTags: string[]
updatedAt: Date

Generated using TypeDoc