export
interface
SendInvoiceRequest
- SendInvoiceRequest
- emailSendOption
- includeDocumentAttachments
- invoiceId
- message
- method
- mobileNumber
- organizationNumber
- recipientEmail
- recipientName
• emailSendOption? : SendInvoiceRequestEmailSendOptionEnum
document_link, attachment or auto. Defaults to auto which uses customer/company settings.
memberof
SendInvoiceRequest
• includeDocumentAttachments: boolean
Whether the document's attachment should be included when sending (True) or not (False).
memberof
SendInvoiceRequest
• invoiceId: number
Id of invoice to send.
memberof
SendInvoiceRequest
• message? : string
Additional message to send with document.
memberof
SendInvoiceRequest
• method: Array‹SendInvoiceRequestMethodEnum›
The method of sending. Has to be auto, email, ehf, vipps or sms.
memberof
SendInvoiceRequest
• 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
SendInvoiceRequest
• organizationNumber? : string
Brreg organiztion number. Defaults to the customers organization number if not provided.
memberof
SendInvoiceRequest
• recipientEmail? : string
memberof
SendInvoiceRequest
• recipientName? : string
memberof
SendInvoiceRequest