17 lines
456 B
YAML
17 lines
456 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
description: The ID of the deleted DiscountCondition
|
|
object:
|
|
type: string
|
|
description: The type of the object that was deleted.
|
|
default: discount-condition
|
|
deleted:
|
|
type: boolean
|
|
description: Whether the discount condition was deleted successfully or not.
|
|
default: true
|
|
discount:
|
|
description: The Discount to which the condition used to belong
|
|
$ref: ./Discount.yaml
|