MembershipFeeType
Represents a membership fee type.
type MembershipFeeType {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
uniqueCode: String
}
Fields
MembershipFeeType.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
MembershipFeeType.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
MembershipFeeType.id
● ID!
non-null scalar
The unique identifier for a membership fee type.
MembershipFeeType.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
MembershipFeeType.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
MembershipFeeType.name
● String!
non-null scalar
A UTF-8 string representing the name of the membership fee type.
MembershipFeeType.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.
Member Of
CreateMembershipFeeTypePayload
object ● MembershipCategory
object ● MembershipRegistration
object ● UpdateMembershipFeeTypePayload
object