CreateAppliedAdditionalChargeInput
Defines the input for creating an additional charge detail while creating an exhibition booking.
input CreateAppliedAdditionalChargeInput {
additionalChargeId: ID!
notes: String
quantity: NonNegativeInt
}
Fields
CreateAppliedAdditionalChargeInput.additionalChargeId ● ID! non-null scalar
The identifier of the additional charge setup item.
CreateAppliedAdditionalChargeInput.notes ● String scalar
A UTF-8 string representing any notes captured for the additional charge detail. Optional.
CreateAppliedAdditionalChargeInput.quantity ● NonNegativeInt scalar
The quantity of the additional charge. Optional.
Only applicable when the additional charge type is QUANTITY. The default value is 1.
Member Of
CreateExhibitionBookingInput input ● CreateSponsorshipInput input