Skip to content

Latest commit

 

History

History
244 lines (133 loc) · 4.02 KB

creditnoteresult.md

File metadata and controls

244 lines (133 loc) · 4.02 KB

fikenCreditNoteResult

Interface: CreditNoteResult

export

interface CreditNoteResult

Hierarchy

  • CreditNoteResult

Index

Properties

Properties

address

address: Address

memberof CreditNoteResult


Optional associatedInvoiceId

associatedInvoiceId? : number

Id of associated invoice

memberof CreditNoteResult


Readonly creditNoteId

creditNoteId: number

Id of credit note

memberof CreditNoteResult


Readonly creditNoteNumber

creditNoteNumber: number

Unique credit note number generated by us.

memberof CreditNoteResult


Optional creditNotePdf

creditNotePdf? : Attachment

memberof CreditNoteResult


Optional creditNoteText

creditNoteText? : string

Comment/description printed above the credit note lines.

memberof CreditNoteResult


Optional currency

currency? : string

ISO 4217 currency code

memberof CreditNoteResult


customer

customer: Contact

memberof CreditNoteResult


gross

gross: number

Gross amount (= net+VAT) (in creditNote currency) in cents.

memberof CreditNoteResult


grossInNok

grossInNok: number

Gross amount in NOK (in cents)

memberof CreditNoteResult


Optional issueDate

issueDate? : Date

Issue date of the credit note, format yyyy-mm-dd

memberof CreditNoteResult


Optional kid

kid? : string

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

memberof CreditNoteResult


Optional lines

lines? : Array‹InvoiceLineResult

memberof CreditNoteResult


net

net: number

Net amount (in creditNote currency) in cents.

memberof CreditNoteResult


netInNok

netInNok: number

Net amount in NOK (in cents)

memberof CreditNoteResult


Optional orderReference

orderReference? : string

Reference if sending via EHF.

memberof CreditNoteResult


Optional Readonly ourReference

ourReference? : string

memberof CreditNoteResult


Optional project

project? : ProjectResult

memberof CreditNoteResult


Optional settled

settled? : boolean

If the credit note as been marked as settled (True) or not (False).

memberof CreditNoteResult


vat

vat: number

VAT amount (in creditNote currency) in cents.

memberof CreditNoteResult


vatInNok

vatInNok: number

VAT amount in NOK (in cents)

memberof CreditNoteResult


Optional yourReference

yourReference? : string

memberof CreditNoteResult