Skip to main content

MembershipRegistration

Represents a membership registration associated with a contact in EventsAir.

interface MembershipRegistration {
cancelationTaxes: [AppliedTax!]!
category: MembershipCategory!
comment: String
contact: Contact!
createdAt: DateTime!
createdBy: String
feeType: MembershipFeeType!
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
membershipEndDate: LocalDate
membershipStartDate: LocalDate
paymentEndDate: LocalDate
paymentStartDate: LocalDate
taxes: [AppliedTax!]!
type: MembershipRegistrationType!
}

Fields​

MembershipRegistration.cancelationTaxes ● [AppliedTax!]! non-null object​

The list of cancelation taxes that apply to the membership registration booking.

MembershipRegistration.category ● MembershipCategory! non-null object​

The membership category of the membership registration.

MembershipRegistration.comment ● String scalar​

The comment associated with the membership registration. Optional.

MembershipRegistration.contact ● Contact! non-null object​

The contact associated with the membership registration.

MembershipRegistration.createdAt ● DateTime! non-null scalar​

The date and time the record was created.

MembershipRegistration.createdBy ● String scalar​

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

MembershipRegistration.feeType ● MembershipFeeType! non-null interface​

The membership fee type of the membership registration.

MembershipRegistration.id ● ID! non-null scalar​

The unique identifier for a membership registration.

MembershipRegistration.lastModifiedAt ● DateTime! non-null scalar​

The date and time the record was last modified.

MembershipRegistration.lastModifiedBy ● String scalar​

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

MembershipRegistration.membershipEndDate ● LocalDate scalar​

The membership end date of a recurring membership registration. Optional.

MembershipRegistration.membershipStartDate ● LocalDate scalar​

The membership start date of a recurring membership registration. Optional.

MembershipRegistration.paymentEndDate ● LocalDate scalar​

The payment end date of a recurring membership registration. Optional.

MembershipRegistration.paymentStartDate ● LocalDate scalar​

The payment start date of a recurring membership registration. Optional.

MembershipRegistration.taxes ● [AppliedTax!]! non-null object​

The list of taxes that apply to the membership registration booking.

MembershipRegistration.type ● MembershipRegistrationType! non-null enum​

A value indicating the type of the membership registration item.

Member Of​

MembershipContactStore object ● MembershipContactStoreContact object ● MembershipRegistrationPage object

Implemented By​

EventsAirMembershipRegistration object ● ExternalMembershipRegistration object