AccountWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class AccountWeb : IntervalWeb
The AccountWeb type exposes the following members.
| Name | Description | |
|---|---|---|
| AccountWeb |
| Name | Description | |
|---|---|---|
| BankAccount |
The physical bank account connected to this account
| |
| CurrencyIsoCode |
Currency ISO code
| |
| Entries |
The list of account entries
| |
| Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) | |
| PaymentScheme |
Payment scheme to use for this account. Either On account or monthly settlements.
| |
| Summary |
Total Summary up until end date
| |
| TransferredSummary |
Summary up until startdate
| |
| ValidFrom |
Start date
(Inherited from IntervalWeb.) | |
| ValidTo |
End date. If null, the interval is seen as having no expiration.
(Inherited from IntervalWeb.) |