Skip to main content

DeleteMembershipContactStoreFunctionFeeTypeInput

Defines the input for deleting a membership contact store the function fee type.

input DeleteMembershipContactStoreFunctionFeeTypeInput {
functionFeeTypeId: ID!
membershipContactStoreId: ID!
}

Fields

DeleteMembershipContactStoreFunctionFeeTypeInput.functionFeeTypeId ● ID! non-null scalar

The identifier of the function fee type.

DeleteMembershipContactStoreFunctionFeeTypeInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store the function fee type is associated with.

Member Of

deleteMembershipContactStoreFunctionFeeType mutation