export
interface
DraftRequest
- DraftRequest
• cash: boolean
If a cash sale/purchase (true) or otherwise (false)
memberof
DraftRequest
• contactId? : number
Contact Id
memberof
DraftRequest
• currency? : string
ISO 4217 currency code
memberof
DraftRequest
• dueDate? : Date
Due date of draft, format yyyy-mm-dd
memberof
DraftRequest
• invoiceIssueDate? : Date
Issue date of the draft, format yyyy-mm-dd
memberof
DraftRequest
• invoiceNumber? : string
If invoice associated with draft, this is the invoice number (not to be confused with the invoiceId of an invoice issued from Fiken)
memberof
DraftRequest
• kid? : string
Norwegian KID number. Number from 2 to 25 digits long.
memberof
DraftRequest
• lines: Array‹DraftLineRequest›
memberof
DraftRequest
• paid? : boolean
Whether the sale/purchase has been paid (true) or not (false)
memberof
DraftRequest
• payments? : Array‹Payment›
memberof
DraftRequest
• projectId? : number
Project ID if only 1 project associated with entire draft. It is also possible to specify the project on individual draft lines
memberof
DraftRequest