Skip to content

Latest commit

 

History

History
142 lines (77 loc) · 2.23 KB

purchaserequest.md

File metadata and controls

142 lines (77 loc) · 2.23 KB

fikenPurchaseRequest

Interface: PurchaseRequest

export

interface PurchaseRequest

Hierarchy

  • PurchaseRequest

Index

Properties

Properties

currency

currency: string

ISO 4217 currency code

memberof PurchaseRequest


date

date: Date

Payment date, format yyyy-mm-dd

memberof PurchaseRequest


Optional dueDate

dueDate? : Date

Due date of the invoice, format yyyy-mm-dd

memberof PurchaseRequest


Optional identifier

identifier? : string

Invoice/sale number or similar.

memberof PurchaseRequest


Optional kid

kid? : string

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

memberof PurchaseRequest


kind

kind: PurchaseRequestKindEnum

Purchased with cash or through a supplier.

memberof PurchaseRequest


lines

lines: Array‹OrderLine

memberof PurchaseRequest


Optional paymentAccount

paymentAccount? : string

memberof PurchaseRequest


Optional paymentDate

paymentDate? : Date

Payment date, format yyyy-mm-dd

memberof PurchaseRequest


Optional projectId

projectId? : number

Id of given project.

memberof PurchaseRequest


Optional supplierId

supplierId? : number

Id of supplier if not a cash purchase.

memberof PurchaseRequest


Optional Readonly transactionId

transactionId? : number

memberof PurchaseRequest