Representation of payment terms that are defined in the external accounting system. One of 'dueDays' or 'dueDate' is required.

Hierarchy

  • AccountingExtensionTerm

Constructors

Properties

dueDate?: string

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

dueDays?: number

The number of days that these payment terms represent.

id: string

The ID of the payment terms in the external accounting system.

name: string

The display name of the 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