Google Apps Script API
    Preparing search index...
    interface OrderpaymentsCollection {
        notifyauthapproved(
            resource: OrderpaymentsNotifyAuthApprovedRequest,
            merchantId: string,
            orderId: string,
        ): OrderpaymentsNotifyAuthApprovedResponse;
        notifyauthdeclined(
            resource: OrderpaymentsNotifyAuthDeclinedRequest,
            merchantId: string,
            orderId: string,
        ): OrderpaymentsNotifyAuthDeclinedResponse;
        notifycharge(
            resource: OrderpaymentsNotifyChargeRequest,
            merchantId: string,
            orderId: string,
        ): OrderpaymentsNotifyChargeResponse;
        notifyrefund(
            resource: OrderpaymentsNotifyRefundRequest,
            merchantId: string,
            orderId: string,
        ): OrderpaymentsNotifyRefundResponse;
    }
    Index

    Methods