UpdateContactBillingPayload
Payload when updating a contact's billing details in an event.
type UpdateContactBillingPayload {
contact: Contact!
}
Fields
UpdateContactBillingPayload.contact ● Contact! non-null object
The updated contact.
Returned By
updateContactBilling mutation