Skip to main content

MembershipContactStoreSetup

Membership Contact Store setup.

type MembershipContactStoreSetup {
account: AccountSetup!
contact: ContactSetup!
course: MembershipContactStoreCourseSetup!
discountCodes(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [MembershipDiscountCode!]!
function: MembershipContactStoreFunctionSetup!
locations: [Location!]!
marketing: MembershipContactStoreMarketingSetup!
membership: MembershipSetup!
note: MembershipContactStoreNoteSetup!
}

Fields

MembershipContactStoreSetup.account ● AccountSetup! non-null object

The setup options for accounts within the membership contact store.

MembershipContactStoreSetup.contact ● ContactSetup! non-null object

The setup options for contacts within the membership contact store.

MembershipContactStoreSetup.course ● MembershipContactStoreCourseSetup! non-null object

The setup options for courses within the membership contact store.

MembershipContactStoreSetup.discountCodes ● [MembershipDiscountCode!]! non-null object

A list of discount codes defined for this membership contact store.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
MembershipContactStoreSetup.discountCodes.limit ● PaginationLimit! non-null scalar
MembershipContactStoreSetup.discountCodes.offset ● NonNegativeInt! non-null scalar

MembershipContactStoreSetup.function ● MembershipContactStoreFunctionSetup! non-null object

The setup options for functions within the membership contact store.

MembershipContactStoreSetup.locations ● [Location!]! non-null object

The locations available for functions and continuing education courses.

MembershipContactStoreSetup.marketing ● MembershipContactStoreMarketingSetup! non-null object

The setup options for marketing tags within the membership contact store.

MembershipContactStoreSetup.membership ● MembershipSetup! non-null object

The setup options for membership within the membership contact store.

MembershipContactStoreSetup.note ● MembershipContactStoreNoteSetup! non-null object

The setup options for notes within the membership contact store.

Member Of

MembershipContactStore object