AdditionalCharge
Defines an additional charge.
type AdditionalCharge {
amounts: [Money!]!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
type: AdditionalChargeType!
uniqueCode: String
}
Fields
AdditionalCharge.amounts ● [Money!]! non-null object
The amount charged for this additional charge. Each item in the collection represents the amount for a specific currency. Only enabled amounts will be returned.
AdditionalCharge.createdAt ● DateTime! non-null scalar
The date and time the record was created.
AdditionalCharge.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
AdditionalCharge.id ● ID! non-null scalar
The unique identifier of the additional charge.
AdditionalCharge.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
AdditionalCharge.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
AdditionalCharge.name ● String! non-null scalar
A UTF-8 string representing the name of the additional charge.
AdditionalCharge.type ● AdditionalChargeType! non-null enum
The type of the additional charge.
AdditionalCharge.uniqueCode ● String scalar
A customer supplied, UTF-8 string value that represents a unique code for the additional charge. Optional.
The value must be unique across all additional charges for the event.
Member Of
CreateAdditionalChargePayload object ● ExhibitionSetup object ● SponsorshipSetup object ● UpdateAdditionalChargePayload object