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