The request schema for the sendInvoice operation.

InvoiceRequest

interface InvoiceRequest {
    attachments?: Attachment[];
}

Properties

Properties

attachments?: Attachment[]

Attachments to include in the message to the buyer.

InvoiceRequest