Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.09 KB

File metadata and controls

13 lines (9 loc) · 1.09 KB

HubSpot.NET.Model.AccountingFeatures

Outlines the features that are supported by the external accounting system.

Properties

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: ``` &quot;sync&quot;: { &quot;CONTACT&quot;: { &quot;toHubSpot&quot;: true }, &quot;PRODUCT&quot;: { &quot;toHubSpot&quot;: true } } ```

[Back to Model list] [Back to API list] [Back to README]