Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Transaction

export
interface

Transaction

Hierarchy

Index

Properties

Optional additionalInformation

additionalInformation: Array<AdditionalInformation>

api.dto.model.com-starfinanz-ahoi-dto-v2-TransactionDto.properties.additionalInformation.description

type

{Array}

memberof

Transaction

id

id: string

Internal ID of this transaction (generated value)

type

{string}

memberof

Transaction

Optional transactionPatternId

transactionPatternId: string

Identifier of the transactionPattern to which this transaction belongs

type

{string}

memberof

Transaction

type

type: string

Discriminator for subtypes. At the moment only GiroTransaction is supported.

type

{string}

memberof

Transaction