Skip to main content

ExternalMembershipFeeType

Represents a membership fee type for an external membership store.

type ExternalMembershipFeeType implements MembershipFeeType {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
type: MembershipFeeTypeType!
uniqueCode: String
}

Fields​

ExternalMembershipFeeType.createdAt ● DateTime! non-null scalar​

The date and time the record was created.

ExternalMembershipFeeType.createdBy ● String scalar​

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

ExternalMembershipFeeType.id ● ID! non-null scalar​

The unique identifier for a membership fee type.

ExternalMembershipFeeType.lastModifiedAt ● DateTime! non-null scalar​

The date and time the record was last modified.

ExternalMembershipFeeType.lastModifiedBy ● String scalar​

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

ExternalMembershipFeeType.name ● String! non-null scalar​

A UTF-8 string representing the name of the membership fee type.

ExternalMembershipFeeType.type ● MembershipFeeTypeType! non-null enum​

A value indicating the type of the membership fee item. Returns MembershipFeeTypeType.EXTERNAL_MEMBERSHIP_FEE_TYPE.

ExternalMembershipFeeType.uniqueCode ● String scalar​

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

The value must be unique across all membership fee types for a membership category.

Interfaces​

MembershipFeeType interface​

Represents a membership fee type.

Member Of​

CreateMembershipFeeTypePayload object ● UpdateMembershipFeeTypePayload object