export
interface
Contact
- Contact
- address
- contactId
- contactPerson
- currency
- customer
- customerAccountCode
- customerNumber
- groups
- inactive
- language
- memberNumber
- name
- organizationNumber
- phoneNumber
- supplier
- supplierAccountCode
- supplierNumber
• address? : Address
memberof
Contact
• contactId? : number
memberof
Contact
• contactPerson? : Array‹ContactPerson›
memberof
Contact
• currency? : string
ISO 4217 currency code. Default foreign currency to use when creating invoice to this contact (USD, EUR, SEK etc)
memberof
Contact
• customer? : boolean
True if the contact is a customer. It is possible for a contact to be both customer and supplier.
memberof
Contact
• customerAccountCode? : string
Format 1500:XXXXX
memberof
Contact
• customerNumber? : number
memberof
Contact
• email? : string
memberof
Contact
• groups? : Array‹string›
memberof
Contact
• inactive? : boolean
Whether the contact has been deactivated (true) or is active (false)
memberof
Contact
• language? : string | null
The language to use when sending documents to this contact. NORWEGIAN or ENGLISH. Defaults to NORWEGIAN.
memberof
Contact
• memberNumber? : number
A number that can be used to connect a contact to your own data.
memberof
Contact
• name: string
memberof
Contact
• organizationNumber? : string
Brreg organiztion number.
memberof
Contact
• phoneNumber? : string
memberof
Contact
• supplier? : boolean
True if the contact is a supplier. It is possible for a contact to be both supplier and customer.
memberof
Contact
• supplierAccountCode? : string
Format 2400:XXXXX
memberof
Contact
• supplierNumber? : number
memberof
Contact