export
interface
DraftResult
- DraftResult
- attachments
- cash
- contact
- currency
- draftId
- dueDate
- invoiceIssueDate
- invoiceNumber
- kid
- lines
- paid
- payments
- project
- uuid
• attachments? : Array‹Attachment›
memberof
DraftResult
• cash? : boolean
If a cash sale/purchase (true) or otherwise (false)
memberof
DraftResult
• contact? : Contact
memberof
DraftResult
• currency? : string
ISO 4217 currency code
memberof
DraftResult
• draftId? : number
Draft ID
memberof
DraftResult
• dueDate? : Date
Due date of draft, format yyyy-mm-dd
memberof
DraftResult
• invoiceIssueDate? : Date
Issue date of the draft, format yyyy-mm-dd
memberof
DraftResult
• 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
DraftResult
• kid? : string
Norwegian KID number. Number from 2 to 25 digits long.
memberof
DraftResult
• lines? : Array‹DraftLineResult›
memberof
DraftResult
• paid? : boolean
Whether the sale/purchase has been paid (true) or not (false)
memberof
DraftResult
• payments? : Array‹Payment›
memberof
DraftResult
• project? : ProjectResult
memberof
DraftResult
• uuid? : string
UUID are represented as 32 hexadecimal (base-16) digits, displayed in 5 groups separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters.
memberof
DraftResult