Skip to content

Latest commit

 

History

History
111 lines (60 loc) · 2.36 KB

sendinvoicerequest.md

File metadata and controls

111 lines (60 loc) · 2.36 KB

fikenSendInvoiceRequest

Interface: SendInvoiceRequest

export

interface SendInvoiceRequest

Hierarchy

  • SendInvoiceRequest

Index

Properties

Properties

Optional emailSendOption

emailSendOption? : SendInvoiceRequestEmailSendOptionEnum

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

memberof SendInvoiceRequest


includeDocumentAttachments

includeDocumentAttachments: boolean

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

memberof SendInvoiceRequest


invoiceId

invoiceId: number

Id of invoice to send.

memberof SendInvoiceRequest


Optional message

message? : string

Additional message to send with document.

memberof SendInvoiceRequest


method

method: Array‹SendInvoiceRequestMethodEnum

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

memberof SendInvoiceRequest


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 SendInvoiceRequest


Optional organizationNumber

organizationNumber? : string

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

memberof SendInvoiceRequest


Optional recipientEmail

recipientEmail? : string

memberof SendInvoiceRequest


Optional recipientName

recipientName? : string

memberof SendInvoiceRequest