Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 2.71 KB

draftresult.md

File metadata and controls

160 lines (87 loc) · 2.71 KB

fikenDraftResult

Interface: DraftResult

export

interface DraftResult

Hierarchy

  • DraftResult

Index

Properties

Properties

Optional attachments

attachments? : Array‹Attachment

memberof DraftResult


Optional cash

cash? : boolean

If a cash sale/purchase (true) or otherwise (false)

memberof DraftResult


Optional contact

contact? : Contact

memberof DraftResult


Optional currency

currency? : string

ISO 4217 currency code

memberof DraftResult


Optional draftId

draftId? : number

Draft ID

memberof DraftResult


Optional dueDate

dueDate? : Date

Due date of draft, format yyyy-mm-dd

memberof DraftResult


Optional invoiceIssueDate

invoiceIssueDate? : Date

Issue date of the draft, format yyyy-mm-dd

memberof DraftResult


Optional invoiceNumber

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


Optional kid

kid? : string

Norwegian KID number. Number from 2 to 25 digits long.

memberof DraftResult


Optional lines

lines? : Array‹DraftLineResult

memberof DraftResult


Optional paid

paid? : boolean

Whether the sale/purchase has been paid (true) or not (false)

memberof DraftResult


Optional payments

payments? : Array‹Payment

memberof DraftResult


Optional project

project? : ProjectResult

memberof DraftResult


Optional uuid

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