Representation of an invoice in the external accounting system.

Hierarchy

  • AccountingExtensionInvoice

Constructors

Properties

amountDue: number

The total amount due.

balance?: number

The remaining outstanding balance due.

currency: string

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

customerId?: string

The ID of the customer that this invoice is for.

customerName: string

The name of the customer that this invoice is for.

dueDate: string

The due date for payment of the invoice, in ISO-8601 date format (yyyy-MM-dd)

invoiceLink: string

A link to the invoice in the external accounting system.

invoiceNumber?: string

The invoice number

The currency status of the invoice.

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