DeleteCeContactStoreFunctionDiscountCodeInput
Defines the input for deleting a continuing education contact store function discount code.
input DeleteCeContactStoreFunctionDiscountCodeInput {
ceContactStoreId: ID!
discountCodeId: ID!
}
Fields
DeleteCeContactStoreFunctionDiscountCodeInput.ceContactStoreId ● ID! non-null scalar
The identifier of the continuing education contact store to delete the function discount code in.
DeleteCeContactStoreFunctionDiscountCodeInput.discountCodeId ● ID! non-null scalar
The identifier of the discount code to delete.