The request schema for the sendInvoice operation.

Export

InvoiceRequest

interface InvoiceRequest {
    attachments?: Attachment[];
}

Properties

Properties

attachments?: Attachment[]

Attachments to include in the message to the buyer.

Memberof

InvoiceRequest