Skip to main content

Inclusion

Defines the inclusions that can be added to sponsorship packages and sponsorships in an event.

type Inclusion {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
uniqueCode: String
value: Money!
}

Fields

Inclusion.createdAt ● DateTime! non-null scalar

The date and time the record was created.

Inclusion.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

Inclusion.id ● ID! non-null scalar

The unique identifier for the inclusion.

Inclusion.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

Inclusion.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

Inclusion.name ● String! non-null scalar

A UTF-8 string representing the name of the inclusion.

Inclusion.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the inclusion. Optional.

The value must be unique across all inclusions for an event.

Inclusion.value ● Money! non-null object

The indicative monetary value of the inclusion.

Member Of

SponsorshipItem object ● SponsorshipPackageItem object ● SponsorshipSetup object