EventPackage
A package defined in EventsAir.
Packages in EventsAir define specific inclusions such as hotel rooms, registrations, function tickets, travel tickets or exhibition floorspace. These inclusions can be organized into packages which can then be assigned to a specific registration type or sponsorship category.
For example, a VIP attendee package may include a complimentary hotel room for three nights plus two tickets to a concert in the park.
type EventPackage {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
}
Fields
EventPackage.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
EventPackage.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
EventPackage.id
● ID!
non-null scalar
The unique identifier for a package.
EventPackage.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
EventPackage.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
EventPackage.name
● String!
non-null scalar
A UTF-8 string representing the name of the package.
Member Of
RegistrationType
object ● SponsorshipPackage
object