Skip to content

Latest commit

 

History

History
100 lines (54 loc) · 2.28 KB

sendfakturaisjrequest.md

File metadata and controls

100 lines (54 loc) · 2.28 KB

fikenSendFakturaisjRequest

Interface: SendFakturaisjRequest

export

interface SendFakturaisjRequest

Hierarchy

  • SendFakturaisjRequest

Index

Properties

Properties

Optional emailSendOption

emailSendOption? : SendFakturaisjRequestEmailSendOptionEnum

document_link, attachment or auto. Defaults to auto which uses customer/company settings.

memberof SendFakturaisjRequest


includeDocumentAttachments

includeDocumentAttachments: boolean

Whether the document's attachment should be included when sending (True) or not (False).

memberof SendFakturaisjRequest


Optional message

message? : string

Additional message to send with document.

memberof SendFakturaisjRequest


method

method: Array‹SendFakturaisjRequestMethodEnum

The method of sending. Has to be auto, email, ehf, vipps or sms.

memberof SendFakturaisjRequest


Optional mobileNumber

mobileNumber? : string

Defaults to the customers phone number. Format should include the country code. If a Norwegian phone number, the country code is not necessary.

memberof SendFakturaisjRequest


Optional organizationNumber

organizationNumber? : string

Brreg organiztion number. Defaults to the customers organization number if not provided.

memberof SendFakturaisjRequest


Optional recipientEmail

recipientEmail? : string

memberof SendFakturaisjRequest


Optional recipientName

recipientName? : string

memberof SendFakturaisjRequest