Google Apps Script API
    Preparing search index...
    interface OrderpaymentsNotifyRefundRequest {
        invoiceId?: string;
        invoiceIds?: string[];
        refundState?: string;
    }
    Index

    Properties

    invoiceId?: string
    invoiceIds?: string[]
    refundState?: string