Class FinBuildingSavingsMvmt
A single building-savings account movement (transaction).
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinBuildingSavingsMvmt
Properties
EntryAmount
The booked amount.
Declaration
public SwiftAmt EntryAmount { get; }
Property Value
Type | Description |
---|---|
SwiftAmt |
EntryDate
The date of booking.
Declaration
public SwiftDate EntryDate { get; }
Property Value
Type | Description |
---|---|
SwiftDate |
EntryText
Declaration
public string EntryText { get; }
Property Value
Type | Description |
---|---|
string |
ValueDate
The value date (Wertstellungsdatum).
Declaration
public SwiftDate ValueDate { get; }
Property Value
Type | Description |
---|---|
SwiftDate |