The invoice data to update in HubSpot

Hierarchy

  • InvoiceUpdateRequest

Constructors

Properties

currencyCode?: string

The ISO 4217 currency code that represents the currency used in the invoice to bill the recipient

dueDate?: string

The ISO-8601 due date of the invoice.

externalInvoiceNumber?: string
externalRecipientId?: string

The ID of the invoice recipient. This is the recipient ID from the external accounting system.

invoiceNumber?: string

The number / name of the invoice.

isVoided?: boolean

States if the invoice is voided or not.

receivedByCustomerDate?: string

The ISO-8601 datetime of when the customer received the invoice.

receivedByRecipientDate?: number
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