Lists the individual aspects of creating invoices that are enabled for the integration, as part of the create invoice flow in HubSpot.

Hierarchy

  • CreateInvoiceSubFeatures

Constructors

Properties

createCustomer: boolean

Indicates if a new customer can be created in the external accounting system.

exchangeRates: boolean

Indicates if the external accounting system supports fetching exchange rates when create an invoice in HubSpot for a customer billed in a different currency.

invoiceComments: boolean

Indicates if a visible comment can be added to invoices.

invoiceDiscounts: boolean

Indicates if invoice-level discounts can be added to invoices.

taxes: boolean

Indicates if taxes can be specified by the HubSpot user for line items.

terms: boolean

Indicates if the external accounting system supports fetching payment terms.

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