Variable withheldTaxPaymentPageSelectorConst

withheldTaxPaymentPageSelector: {
    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

  • 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;
    }
    • 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;
      }
      • label: true
      • value: true
    • status: true
    • symbol: true
  • totalCount: true
  • totalPages: true