UNPKG

fints

Version:

FinTS client library with psd2 support

20 lines (19 loc) 484 B
export declare class HKTANProps { segNo: number; version: number; process: string; segmentReference: string; aref: string; medium: string; } declare const HKTAN_base: import("..").Constructable<HKTANProps & import("./segment").Segment<HKTANProps>>; /** * HKTAN (TAN-Verfahren festlegen) * Section B.5.1 */ export declare class HKTAN extends HKTAN_base { type: string; protected deserialize(): void; protected serialize(): string[]; } export {};