UpdateCeContactStoreContactBillingPayload
Payload when updating a contact's billing details in a continuing education contact store.
type UpdateCeContactStoreContactBillingPayload {
contact: CeContactStoreContact!
}
Fields
UpdateCeContactStoreContactBillingPayload.contact
● CeContactStoreContact!
non-null object
The updated contact.
Returned By
updateCeContactStoreContactBilling
mutation