Skip to main content

InventoryCancelPenaltyInput

Represents a cancel penalty object.

input InventoryCancelPenaltyInput {
daysBeforeArrival: Int!
penaltyType: PenaltyType!
value: Float!
}

Fields

InventoryCancelPenaltyInput.daysBeforeArrival ● Int! non-null scalar

Number of days prior to arrival day in which this Cancellation policy applies.

InventoryCancelPenaltyInput.penaltyType ● PenaltyType! non-null enum

Penalty type. See PenaltyType.

InventoryCancelPenaltyInput.value ● Float! non-null scalar

Penalty value.

Member Of

InventoryCancelPolicyInput input