GraphQL OBJECT
PackageDiscount
The package discount.
link Definition
- type PackageDiscount {
- # Unique Id of the package discount.
- Int! :
- # Name of the package discount.
- String! :
- # The client the package discount belongs to.
- Client! :
- # Date and time when the package discount created.
- DateTime :
- # User who created the package discount.
- UserAccount :
- # Date and time when the last edit occurred.
- DateTime :
- # User that last modified the package discount.
- UserAccount :
- # First date and time in which the package discount is valid.
- DateTime :
- # Last date and time in which the package discount is valid.
- DateTime :
- # Package discount parameter.
- String :
- # Flag that states if the package discount is active.
- Boolean! :
- # Package discount's definitions.
- PackageDiscountDefinition] : [
- # List of applicable price configurations in which the package discounts used.
- ApplicablePriceConfiguration] : [
- }
link Required by
- ApplicablePriceConfigurationPrice configuration applied to the product. Price configuration is a special pricing you can create for a single product ID based on a combination of regions, products, and languages.
- CreatePackageDiscountPayloadPayload for created package discount.
- ProductListProduct list for which the notification applies.
- querynull
- UpdatePackageDiscountPayloadPayload for created package discount.