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

Hierarchy

  • AccountingFeatures

Constructors

Properties

createInvoice: CreateInvoiceFeature
importInvoice: ImportInvoiceFeature
sync: {
    [key: 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 } }

Type declaration

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

Generated using TypeDoc