The invoice data stored in HubSpot

Hierarchy

  • InvoiceReadResponse

Constructors

Properties

archived: boolean
archivedAt?: Date
balanceDue: number

The remaining balance due for the invoice.

createdAt: Date

The datetime that the invoice was created in HubSpot.

currencyCode: string

The ISO 4217 currency code that represents the currency of the invoice.

dueDate: string

The due date of the invoice

externalAccountId: string

The id of the account in the external accounting system that this invoice is related to.

externalCreateDateTime?: number

The datetime that the invoice was created in the external accounting system.

externalInvoiceNumber?: string

The invoice number. Note that this is not the ID of the invoice, but the number that the billed customer will see.

externalRecipientId: string

The id of the customer in the external accounting system that the invoice was sent to.

id: string

The id of this invoice in the external accounting system.

The status of the invoice

isVoided: boolean

Indicated is the invoice has been voided or not.

receivedByRecipientDate?: number

The datetime that that invoice was sent to the customer.

totalAmountBilled: number

The total amount that this invoice is for.

updatedAt: Date

The datetime that the invoice was last updated in HubSpot.

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