ApplyCustomerDataToSaleInput
Input object
Input for applying customer data to a sale.
Customer data is optional for box office sales but may be required for invoice payments or confirmation emails.
Fields
| Field | Description | Type |
|---|---|---|
data | The customer data to apply, as a list of key-value pairs. Each call replaces the values for the provided keys; keys not included are left unchanged. | [ FormValueInput! ]! |
saleId | The ID of the `Sale` to update. | ID! |