UNPKG

fio-api-handler

Version:
40 lines (39 loc) 4.11 kB
export declare const PRIJEM_PREVODEM_UVNITR_BANKY = "P\u0159\u00EDjem p\u0159evodem uvnit\u0159 banky"; export declare const PLATBA_PREVODEM_UVNITR_BANKY = "Platba p\u0159evodem uvnit\u0159 banky"; export declare const POPLATEK = "Poplatek"; export declare const VKLAD_POKLADNOU = "Vklad pokladnou"; export declare const EVIDOVANY_POPLATEK = "Evidovan\u00FD poplatek"; export declare const VYBER_POKLADNOU = "V\u00FDb\u011Br pokladnou"; export declare const PREVOD_MEZI_BANKOVNIMI_KONTY_PLATBA = "P\u0159evod mezi bankovn\u00EDmi konty (platba)"; export declare const VKLAD_V_HOTOVOSTI = "Vklad v hotovosti"; export declare const PREVOD_MEZI_BANKOVNIMI_KONTY_PRIJEM = "P\u0159evod mezi bankovn\u00EDmi konty (p\u0159\u00EDjem)"; export declare const VYBER_V_HOTOVOSTI = "V\u00FDb\u011Br v hotovosti"; export declare const NEIDENTIFIKOVANA_PLATBA_Z_BANKOVNIHO_KONTA = "Neidentifikovan\u00E1 platba z bankovn\u00EDho konta"; export declare const PLATBA = "Platba"; export declare const NEIDENTIFIKOVANY_PRIJEM_NA_BANKOVNI_KONTO = "Neidentifikovan\u00FD p\u0159\u00EDjem na bankovn\u00ED konto"; export declare const PRIJEM = "P\u0159\u00EDjem"; export declare const VLASTNI_PLATBA_Z_BANKOVNIHO_KONTA = "Vlastn\u00ED platba z bankovn\u00EDho konta"; export declare const VLASTNI_PRIJEM_NA_BANKOVNI_KONTO = "Vlastn\u00ED p\u0159\u00EDjem na bankovn\u00ED konto"; export declare const BEZHOTOVOSTNI_PRIJEM = "Bezhotovostn\u00ED p\u0159\u00EDjem"; export declare const VLASTNI_PLATBA_POKLADNOU = "Vlastn\u00ED platba pokladnou"; export declare const PLATBA_KARTOU = "Platba kartou"; export declare const VLASTNI_PRIJEM_POKLADNOU = "Vlastn\u00ED p\u0159\u00EDjem pokladnou"; export declare const BEZHOTOVOSTNI_PLATBA = "Bezhotovostn\u00ED platba"; export declare const OPRAVNY_POHYB = "Opravn\u00FD pohyb"; export declare const UROK_Z_UVERU = "\u00DArok z \u00FAv\u011Bru"; export declare const PRIJATY_POPLATEK = "P\u0159ijat\u00FD poplatek"; export declare const SANKCNI_POPLATEK = "Sank\u010Dn\u00ED poplatek"; export declare const PLATBA_V_JINE_MENE = "Platba v jin\u00E9 m\u011Bn\u011B"; export declare const POSEL_PREDANI = "Posel - p\u0159ed\u00E1n\u00ED"; export declare const POPLATEK_PLATEBNI_KARTA = "Poplatek - platebn\u00ED karta"; export declare const POSEL_PRIJEM = "Posel - p\u0159\u00EDjem"; export declare const INKASO = "Inkaso"; export declare const PREVOD_UVNITR_KONTA = "P\u0159evod uvnit\u0159 konta"; export declare const INKASO_VE_PROSPECH_UCTU = "Inkaso ve prosp\u011Bch \u00FA\u010Dtu"; export declare const PRIPSANY_UROK = "P\u0159ipsan\u00FD \u00FArok"; export declare const INKASO_Z_UCTU = "Inkaso z \u00FA\u010Dtu"; export declare const VYPLACENY_UROK = "Vyplacen\u00FD \u00FArok"; export declare const PRIJEM_INKASA_Z_CIZI_BANKY = "P\u0159\u00EDjem inkasa z ciz\u00ED banky"; export declare const ODVOD_DANE_Z_UROKU = "Odvod dan\u011B z \u00FArok\u016F"; export declare const EVIDOVANY_UROK = "Evidovan\u00FD \u00FArok"; export declare type TransactionType = typeof PRIJEM_PREVODEM_UVNITR_BANKY | typeof PLATBA_PREVODEM_UVNITR_BANKY | typeof POPLATEK | typeof VKLAD_POKLADNOU | typeof EVIDOVANY_POPLATEK | typeof VYBER_POKLADNOU | typeof PREVOD_MEZI_BANKOVNIMI_KONTY_PLATBA | typeof VKLAD_V_HOTOVOSTI | typeof PREVOD_MEZI_BANKOVNIMI_KONTY_PRIJEM | typeof VYBER_V_HOTOVOSTI | typeof NEIDENTIFIKOVANA_PLATBA_Z_BANKOVNIHO_KONTA | typeof PLATBA | typeof NEIDENTIFIKOVANY_PRIJEM_NA_BANKOVNI_KONTO | typeof PRIJEM | typeof VLASTNI_PLATBA_Z_BANKOVNIHO_KONTA | typeof VLASTNI_PRIJEM_NA_BANKOVNI_KONTO | typeof BEZHOTOVOSTNI_PRIJEM | typeof VLASTNI_PLATBA_POKLADNOU | typeof PLATBA_KARTOU | typeof VLASTNI_PRIJEM_POKLADNOU | typeof BEZHOTOVOSTNI_PLATBA | typeof OPRAVNY_POHYB | typeof UROK_Z_UVERU | typeof PRIJATY_POPLATEK | typeof SANKCNI_POPLATEK | typeof PLATBA_V_JINE_MENE | typeof POSEL_PREDANI | typeof POPLATEK_PLATEBNI_KARTA | typeof POSEL_PRIJEM | typeof INKASO | typeof PREVOD_UVNITR_KONTA | typeof INKASO_VE_PROSPECH_UCTU | typeof PRIPSANY_UROK | typeof INKASO_Z_UCTU | typeof VYPLACENY_UROK | typeof PRIJEM_INKASA_Z_CIZI_BANKY | typeof ODVOD_DANE_Z_UROKU | typeof EVIDOVANY_UROK;