Outlines the features that are supported by the external accounting system.
| Name | Type | Description | Notes |
|---|---|---|---|
| CreateInvoice | CreateInvoiceFeature | ||
| ImportInvoice | ImportInvoiceFeature | ||
| Sync | Dictionary<string, ObjectSyncFeature> | Indicates if syncing objects from the external account system into HubSpot is supported for the integration. This is a map, where the key is one of `CONTACT` or `PRODUCT`, to indicate which type of object you do or don't support syncing. For example: ``` "sync": { "CONTACT": { "toHubSpot": true }, "PRODUCT": { "toHubSpot": true } } ``` |