Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HISAL<TProps>

HISAL (Saldenrückmeldung) Section C.2.1.2.2

Type parameters

Hierarchy

Index

Constructors

constructor

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

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

    Returns HISAL

Properties

account

account: SEPAAccount

availableBalance

availableBalance: number

bookedBalance

bookedBalance: number

creditLimit

creditLimit: number

currency

currency: string

pendingBalance

pendingBalance: number

productName

productName: string

Optional reference

reference: number

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

segNo

segNo: number

type

type: string = "HISAL"

version

version: number

The version of this segment.

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(input: string[][]): void
  • Parameters

    • input: string[][]

    Returns void

Protected serialize

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

toString

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

    Returns string

Generated using TypeDoc