A request to import external accounting product properties in HubSpot

Hierarchy

  • UpdatedProduct

Constructors

Properties

currencyCode?: string

The ISO 4217 currency code that represents the currency of the product price.

id: string

The ID of the product in the external accounting system.

price: number

The price of the product.

properties: {
    [key: string]: string;
}

A map of key-value product properties to be imported.

Type declaration

  • [key: string]: string

The operation to be performed.

updatedAt: Date

The timestamp (ISO8601 format) when the product was updated in the external accounting system.

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