Skip to content

Latest commit

 

History

History
196 lines (107 loc) · 3.34 KB

contact.md

File metadata and controls

196 lines (107 loc) · 3.34 KB

fikenContact

Interface: Contact

export

interface Contact

Hierarchy

  • Contact

Index

Properties

Properties

Optional address

address? : Address

memberof Contact


Optional Readonly contactId

contactId? : number

memberof Contact


Optional contactPerson

contactPerson? : Array‹ContactPerson

memberof Contact


Optional currency

currency? : string

ISO 4217 currency code. Default foreign currency to use when creating invoice to this contact (USD, EUR, SEK etc)

memberof Contact


Optional customer

customer? : boolean

True if the contact is a customer. It is possible for a contact to be both customer and supplier.

memberof Contact


Optional Readonly customerAccountCode

customerAccountCode? : string

Format 1500:XXXXX

memberof Contact


Optional Readonly customerNumber

customerNumber? : number

memberof Contact


Optional email

email? : string

memberof Contact


Optional groups

groups? : Array‹string›

memberof Contact


Optional inactive

inactive? : boolean

Whether the contact has been deactivated (true) or is active (false)

memberof Contact


Optional language

language? : string | null

The language to use when sending documents to this contact. NORWEGIAN or ENGLISH. Defaults to NORWEGIAN.

memberof Contact


Optional memberNumber

memberNumber? : number

A number that can be used to connect a contact to your own data.

memberof Contact


name

name: string

memberof Contact


Optional organizationNumber

organizationNumber? : string

Brreg organiztion number.

memberof Contact


Optional phoneNumber

phoneNumber? : string

memberof Contact


Optional supplier

supplier? : boolean

True if the contact is a supplier. It is possible for a contact to be both supplier and customer.

memberof Contact


Optional Readonly supplierAccountCode

supplierAccountCode? : string

Format 2400:XXXXX

memberof Contact


Optional Readonly supplierNumber

supplierNumber? : number

memberof Contact