Skip to content

Latest commit

 

History

History
204 lines (111 loc) · 3.08 KB

offer.md

File metadata and controls

204 lines (111 loc) · 3.08 KB

fikenOffer

Interface: Offer

export

interface Offer

Hierarchy

  • Offer

Index

Properties

Properties

Optional address

address? : Address

memberof Offer


Optional comment

comment? : string

Comment/description

memberof Offer


Optional contactId

contactId? : any | null

Contact associated with offer.

memberof Offer


Optional contactPersonId

contactPersonId? : any | null

Contact person associated with offer. Must belong to the provided contact.

memberof Offer


Optional currency

currency? : string

ISO 4217 currency code, default value is NOK

memberof Offer


Optional date

date? : Date

Date for offer

memberof Offer


Optional discount

discount? : number

The discount amount in the specified currency.

memberof Offer


Optional gross

gross? : number

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

memberof Offer


Optional lines

lines? : Array‹InvoiceLineResult

memberof Offer


Optional net

net? : number

Net amount (in invoice currency) in cents.

memberof Offer


Optional Readonly offerDraftUuid

offerDraftUuid? : 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 Offer


Optional Readonly offerId

offerId? : number

offer ID

memberof Offer


Optional offerNumber

offerNumber? : number

Unique offer number generated by us.

memberof Offer


Optional orderReference

orderReference? : string

Reference if sending invoice via EHF.

memberof Offer


Optional ourReference

ourReference? : string

memberof Offer


Optional projectId

projectId? : any | null

memberof Offer


Optional vat

vat? : number

VAT amount (in invoice currency) in cents.

memberof Offer


Optional yourReference

yourReference? : string

memberof Offer