Skip to content

Latest commit

 

History

History
111 lines (60 loc) · 2.45 KB

sendcreditnoterequest.md

File metadata and controls

111 lines (60 loc) · 2.45 KB

fikenSendCreditNoteRequest

Interface: SendCreditNoteRequest

export

interface SendCreditNoteRequest

Hierarchy

  • SendCreditNoteRequest

Index

Properties

Properties

creditNoteId

creditNoteId: number

Id of credit note to send.

memberof SendCreditNoteRequest


Optional emailSendOption

emailSendOption? : SendCreditNoteRequestEmailSendOptionEnum

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

memberof SendCreditNoteRequest


includeDocumentAttachments

includeDocumentAttachments: boolean

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

memberof SendCreditNoteRequest


Optional message

message? : string

Additional message to send with document.

memberof SendCreditNoteRequest


method

method: Array‹SendCreditNoteRequestMethodEnum

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

memberof SendCreditNoteRequest


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 SendCreditNoteRequest


Optional organizationNumber

organizationNumber? : string

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

memberof SendCreditNoteRequest


Optional recipientEmail

recipientEmail? : string

memberof SendCreditNoteRequest


Optional recipientName

recipientName? : string

memberof SendCreditNoteRequest