Skip to main content

SponsorshipPackage

Defines a sponsorship package for an event.

type SponsorshipPackage {
amounts: [Money!]!
createdAt: DateTime!
createdBy: String
id: ID!
includedPackage: EventPackage
inclusions: [SponsorshipPackageItem!]!
inventory: Inventory!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
paymentStatuses: [PaymentStatus!]!
uniqueCode: String
}

Fields

SponsorshipPackage.amounts ● [Money!]! non-null object

The amount for this sponsorship package for the event.

SponsorshipPackage.createdAt ● DateTime! non-null scalar

The date and time the record was created.

SponsorshipPackage.createdBy ● String scalar

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

SponsorshipPackage.id ● ID! non-null scalar

The unique identifier for the sponsorship package.

SponsorshipPackage.includedPackage ● EventPackage object

A package included with this sponsorship package. Optional.

SponsorshipPackage.inclusions ● [SponsorshipPackageItem!]! non-null object

A list of items included within a sponsorship package.

SponsorshipPackage.inventory ● Inventory! non-null object

The inventory for this sponsorship package.

SponsorshipPackage.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

SponsorshipPackage.lastModifiedBy ● String scalar

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

SponsorshipPackage.name ● String! non-null scalar

A UTF-8 string representing the name of the sponsorship package.

SponsorshipPackage.paymentStatuses ● [PaymentStatus!]! non-null enum

A list of valid payment statuses for this sponsorship package.

SponsorshipPackage.uniqueCode ● String scalar

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

The value must be unique across all sponsorship packages for an event.

Member Of

Sponsorship object ● SponsorshipSetup object