Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RequestConfig

Properties used to constructe a Request.

Hierarchy

Index

Properties

blz

blz: string

The banks identification number (Bankleitzahl).

dialogId

dialogId: string

The unique id of the message's dialog.

msgNo

msgNo: number

All messages sent within a dialog are numbered. This requests number.

name

name: string

The username or identification number.

pin

pin: string

The pin code or password used for authenticating with the fints server.

segments

segments: Segment<any>[] = []

All segments that should be transmitted in the HNVSD segment of the request.

systemId

systemId: string

The system's id. This id needs to be stored across all dialogs and will be assigned by the server at the first request.

tan

tan: string

An optional TAN for performing this request. Can be omitted if no TAN is needed to perform the request.

tanMethods

tanMethods: TanMethod[] = []

A list of allowed TAN methods as configured by the server.

Generated using TypeDoc