query: {
    getWithheldTaxPayments: [{
        limit: Variable<"Int", "limit">;
        page: Variable<"Int", "page">;
    }, {
        currentPage: true;
        items: {
            amount: true;
            completed_at: true;
            created_at: true;
            hash: true;
            memo: true;
            message: true;
            recipient_name: true;
            report_period: true;
            report_period_label: true;
            report_year: true;
            requisite_rows: {
                label: true;
                value: true;
            };
            status: true;
            symbol: true;
        };
        totalCount: true;
        totalPages: true;
    }];
} = ...

Type declaration

  • getWithheldTaxPayments: [{
        limit: Variable<"Int", "limit">;
        page: Variable<"Int", "page">;
    }, {
        currentPage: true;
        items: {
            amount: true;
            completed_at: true;
            created_at: true;
            hash: true;
            memo: true;
            message: true;
            recipient_name: true;
            report_period: true;
            report_period_label: true;
            report_year: true;
            requisite_rows: {
                label: true;
                value: true;
            };
            status: true;
            symbol: true;
        };
        totalCount: true;
        totalPages: true;
    }]