AmendPenaltyInput
Represents an amend penalty.
input AmendPenaltyInput {
daysBeforeArrival: Int!
penaltyType: PenaltyType!
value: Float!
}
Fields
AmendPenaltyInput.daysBeforeArrival
● Int!
non-null scalar
Number of days before arrival.
AmendPenaltyInput.penaltyType
● PenaltyType!
non-null enum
Type of penalty. PenaltyType
AmendPenaltyInput.value
● Float!
non-null scalar
Value of the penalty.
Member Of
AmendPolicyUpdateInput
input