Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HKCDB<TProps>

HKCDB (SEPA-Dauerauftragsbestand abrufen) Section C.10.2.3.4

Type parameters

Hierarchy

Index

Constructors

constructor

  • new HKCDB(arg: string | string[][] | TProps): HKCDB
  • Parameters

    • arg: string | string[][] | TProps

    Returns HKCDB

Properties

account

account: SEPAAccount

painFormats

painFormats: string[]

Optional reference

reference: number

Segments can reference other segments. This is the referenced segment's number.

segNo

segNo: number

touchdown

touchdown: string

type

type: string = "HKCDB"

version

version: number

Accessors

debugString

  • get debugString(): string | string[]
  • Generate a textual representation for debug purposes.

    Returns string | string[]

Methods

Protected defaults

  • defaults(): void
  • Segments can override this function to provide defaults for their properties.

    Returns void

Protected deserialize

  • deserialize(): void
  • Returns void

Protected serialize

  • serialize(): (string | string[])[]
  • Returns (string | string[])[]

toString

  • toString(): string
  • Serialize the segment into a string that can be used for serializing a request.

    Returns string

Generated using TypeDoc