DeleteMembershipContactStoreCourseFeeTypeInput
Defines the input for deleting a course fee type in a membership contact store.
input DeleteMembershipContactStoreCourseFeeTypeInput {
courseFeeTypeId: ID!
membershipContactStoreId: ID!
}
Fields
DeleteMembershipContactStoreCourseFeeTypeInput.courseFeeTypeId ● ID! non-null scalar
The identifier of the course fee type.
DeleteMembershipContactStoreCourseFeeTypeInput.membershipContactStoreId ● ID! non-null scalar
The identifier of the membership contact store the course fee type is associated with.