Promotion
Promotion represents a commercial promotion applied to the offer.
codecode (string)
Promotion identifier.
namename (string)
Human readable promotion name.
amountamount (string)
Promotion amount or percentage as provided by the supplier.
effectiveDatestring<date-time>
Start date for the promotion validity window.
expireDatestring<date-time>
End date for the promotion validity window.
Promotion
{
"code": "string",
"name": "string",
"amount": "string",
"effectiveDate": "2024-07-29T15:51:28.071Z",
"expireDate": "2024-07-29T15:51:28.071Z"
}