DeleteCeContactStoreCourseFeeTypeInput
Defines the input for deleting a course fee type in a continuing education contact store.
input DeleteCeContactStoreCourseFeeTypeInput {
ceContactStoreId: ID!
courseFeeTypeId: ID!
}
Fields
DeleteCeContactStoreCourseFeeTypeInput.ceContactStoreId
● ID!
non-null scalar
The identifier of the continuing education contact store the course fee type is associated with.
DeleteCeContactStoreCourseFeeTypeInput.courseFeeTypeId
● ID!
non-null scalar
The identifier of the course fee type.
Member Of
deleteCeContactStoreCourseFeeType
mutation