Skip to content

Latest commit

 

History

History
107 lines (59 loc) · 2.52 KB

invoiceishdraftline.md

File metadata and controls

107 lines (59 loc) · 2.52 KB

fikenInvoiceishDraftLine

Interface: InvoiceishDraftLine

export

interface InvoiceishDraftLine

Hierarchy

  • InvoiceishDraftLine

Index

Properties

Properties

Optional comment

comment? : string

Additional information to be printed on invoice.

memberof InvoiceishDraftLine


Optional description

description? : string

Description of the invoiced product or service.

memberof InvoiceishDraftLine


Optional discount

discount? : number

Percentage discount charged on invoice draft line. Should be a value between 0 and 100. Can be decimal values such as 25.5

memberof InvoiceishDraftLine


Optional incomeAccount

incomeAccount? : string

Field is similar to vatType, it defaults to the product's income account. Either the line or the product needs to have an income account set.

memberof InvoiceishDraftLine


Optional productId

productId? : number

Product to be credited/debited on invoice draft line.

memberof InvoiceishDraftLine


quantity

quantity: number

Number of units to be invoiced.

memberof InvoiceishDraftLine


Optional unitPrice

unitPrice? : number

Net price per unit in invoice currency (in cents).

memberof InvoiceishDraftLine


Optional vatType

vatType? : string

Vat Types for SALES: [none, high, medium, raw_fish, low, exempt_import_export, exempt, outside, exempt_reverse] Vat Types for PURCHASES: [none, high, medium, raw_fish, low, exempt_import_export, high_direct, high_basis, medium_direct, medium_basis, none_import_basis, high_import_deductible, high_import_nondeductible, medium_import_deductible, medium_import_nondeductible, high_foreign_service_deductible, high_foreign_service_nondeductible, low_foreign_service_deductible, low_foreign_service_nondeductible, high_purchase_of_emissionstrading_or_gold_deductible, high_purchase_of_emissionstrading_or_gold_nondeductible]

memberof InvoiceishDraftLine