IOutput: {
    getWithheldTaxPayments: {
        currentPage: number;
        items: {
            amount: string;
            completed_at?: unknown;
            created_at: unknown;
            hash: string;
            memo: string;
            message?: null | string;
            recipient_name?: null | string;
            report_period: number;
            report_period_label: string;
            report_year: number;
            requisite_rows?: {
                label: string;
                value: string;
            }[];
            status: PaymentStatus;
            symbol: string;
        }[];
        totalCount: number;
        totalPages: number;
    };
}

Type declaration

  • getWithheldTaxPayments: {
        currentPage: number;
        items: {
            amount: string;
            completed_at?: unknown;
            created_at: unknown;
            hash: string;
            memo: string;
            message?: null | string;
            recipient_name?: null | string;
            report_period: number;
            report_period_label: string;
            report_year: number;
            requisite_rows?: {
                label: string;
                value: string;
            }[];
            status: PaymentStatus;
            symbol: string;
        }[];
        totalCount: number;
        totalPages: number;
    }

    История перечислений удержанного налога — от новых к старым

    Требуемые роли: chairman.

    • currentPage: number

      Текущая страница

    • items: {
          amount: string;
          completed_at?: unknown;
          created_at: unknown;
          hash: string;
          memo: string;
          message?: null | string;
          recipient_name?: null | string;
          report_period: number;
          report_period_label: string;
          report_year: number;
          requisite_rows?: {
              label: string;
              value: string;
          }[];
          status: PaymentStatus;
          symbol: string;
      }[]

      Платежи страницы

    • totalCount: number

      Всего платежей

    • totalPages: number

      Всего страниц