GraphQL OBJECT
PackageDiscountDefinition
Definition for package discount.
link Definition
- type PackageDiscountDefinition {
- #   Date and time when the package discount definition created.
- : DateTime 
- #   User who created the package discount definition.
- : UserAccount 
- #   Date and time when the last edit occurred.
- : DateTime 
- #   User that last modified the package discount definition.
- : UserAccount 
- #   The product list for which the package discount definition applies.
- : ProductList 
- #   Minimum count of distinct item.
- : Int! 
- #   Options to configure the discount.
- : PriceSettingsInterface! 
- }