GraphQL INPUT_OBJECT
UpdateSessionCustomerContactsInput
Input for update of session with customer data.
link Definition
- input UpdateSessionCustomerContactsInput {
- # The billing contact.
- UpdateSessionContactInput :
- # The delivery contact.
- UpdateSessionContactInput :
- # The licensee contact.
- UpdateSessionContactInput :
- }