GraphQL INPUT_OBJECT
UpdatePackageDiscountInput
Input for update of package discount.
link Definition
- input UpdatePackageDiscountInput {
- # Unique Id of the package discount.
- Int! :
- # Name of the package discount.
- String :
- # 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.
- UpdatePackageDiscountDefinitionInput] : [
- }