GraphQL INPUT_OBJECT
CreatePackageDiscountInput
Input for creation of package discount.
link Definition
- input CreatePackageDiscountInput {
- #   Name of the package discount.
- : String!
- #   The clientId of the client the package discount belongs to.
- : Int!
- #   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.
- : [CreatePackageDiscountDefinitionInput]
- }