CancelPenalty
CancelPenalty represents a penalty applied when cancelling after a deadline.
currencycurrency (string)
Currency used for the penalty value.
deadlinestring<date-time>
Deadline timestamp after which the penalty applies.
hoursBeforeinteger<int32>
Hours before arrival when the penalty becomes effective.
penaltyTypepenaltyType (string)
Type of penalty value.
Possible values: [IMPORT, NIGHTS, PERCENT]
valuenumber<double>
Penalty value interpreted according to penaltyType.
CancelPenalty
{
"currency": "string",
"deadline": "2024-07-29T15:51:28.071Z",
"hoursBefore": 0,
"penaltyType": "IMPORT",
"value": 0
}