UpdateContactStoreContactBillingPayload
Payload when updating a contact's billing details in a contact store.
type UpdateContactStoreContactBillingPayload {
contact: ContactStoreContact!
}
Fields
UpdateContactStoreContactBillingPayload.contact
● ContactStoreContact!
non-null object
The updated contact.
Returned By
updateContactStoreContactBilling
mutation