Class FinBuildingSavingsMvmt
A single building-savings account movement (transaction).
public class FinBuildingSavingsMvmt
- Inheritance
-
FinBuildingSavingsMvmt
- Inherited Members
Properties
EntryAmount
The booked amount.
public SwiftAmt EntryAmount { get; }
Property Value
EntryDate
The date of booking.
public SwiftDate EntryDate { get; }
Property Value
EntryText
public string EntryText { get; }
Property Value
ValueDate
The value date (Wertstellungsdatum).
public SwiftDate ValueDate { get; }