Google Apps Script API
    Preparing search index...
    interface OrdersRefundRequest {
        amount?: Price;
        amountPretax?: Price;
        amountTax?: Price;
        operationId?: string;
        reason?: string;
        reasonText?: string;
    }
    Index

    Properties

    amount?: Price
    amountPretax?: Price
    amountTax?: Price
    operationId?: string
    reason?: string
    reasonText?: string