Google Apps Script API
    Preparing search index...
    interface OrderinvoicesCollection {
        createchargeinvoice(
            resource: OrderinvoicesCreateChargeInvoiceRequest,
            merchantId: string,
            orderId: string,
        ): OrderinvoicesCreateChargeInvoiceResponse;
        createrefundinvoice(
            resource: OrderinvoicesCreateRefundInvoiceRequest,
            merchantId: string,
            orderId: string,
        ): OrderinvoicesCreateRefundInvoiceResponse;
    }
    Index

    Methods