InventoryCancelPenalty
Represents a cancel penalty object.
type InventoryCancelPenalty {
daysBeforeArrival: Int!
penaltyType: PenaltyType!
value: Float!
}
Fields
InventoryCancelPenalty.daysBeforeArrival ● Int! non-null scalar
Number of days prior to arrival day in which this Cancellation policy applies.
InventoryCancelPenalty.penaltyType ● PenaltyType! non-null enum
Penalty type. See PenaltyType.
InventoryCancelPenalty.value ● Float! non-null scalar
Penalty value.
Member Of
InventoryCancelPolicy object