Skip to main content

MembershipPreferences

The configuration preferences for membership.

type MembershipPreferences {
cancelationPolicy: CancelationPolicy!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
paymentPolicy: PaymentPolicy!
startDay: PositiveInt!
startMonth: PositiveInt!
}

Fields

MembershipPreferences.cancelationPolicy ● CancelationPolicy! non-null object

The cancelation policy for membership.

MembershipPreferences.createdAt ● DateTime! non-null scalar

The date and time the record was created.

MembershipPreferences.createdBy ● String scalar

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

MembershipPreferences.id ● ID! non-null scalar

The unique identifier of the membership preferences.

MembershipPreferences.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

MembershipPreferences.lastModifiedBy ● String scalar

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

MembershipPreferences.paymentPolicy ● PaymentPolicy! non-null object

The payment policy for membership.

MembershipPreferences.startDay ● PositiveInt! non-null scalar

The number of the day for the start of a membership year.

MembershipPreferences.startMonth ● PositiveInt! non-null scalar

The number of the month for the start of a membership year.

Member Of

MembershipSetup object ● UpdateMembershipPreferencesPayload object