CreateCustomerInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| businessName | String | The name of the business | |
| contactEmail | String | A contact email address for the customer | |
| contactName | String | The name of the contact person for the customer | |
| creditLimit | MoneyInput | The credit limit for the customer, if applicable | |
| customerType | CustomerTypeEnum | Is this customer a business or an individual? | |
| externalId | String | An external ID for the job | |
| paymentTerms | Int | The payment terms in days for the customer, 0 or unset means payment before confirmation | |
| phone | String | A contact phone number for the customer | |
| status | CustomerStatusEnum | The status of the customer | |
| taxId | String | The tax ID of the customer |