| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id of the Recurring Charge/Credit, it will default to 0 for new Transaction. |
integer |
None. |
| BuildingId |
Building Id |
integer |
None. |
| ChargeCodeId |
Charge Code Id |
integer |
None. |
| UnitId |
Unit Id. It will default to 0 for ApplyTo is All\UnitType |
integer |
None. |
| UnitType |
Unit Type Id. It will default to 0 for ApplyTo is All\Shares\Unit |
integer |
None. |
| ChargeCodeAdjustedCodeId |
Adjusted Code Id |
integer |
None. |
| OverrideDueDay |
Override Due Day. Valid values are betwee 1 and 31. |
integer |
None. |
| StartDate |
Date the Recurring Transaction begins. |
date |
None. |
| EndDate |
Date the Recurring Transaction ends. |
date |
None. |
| Rate |
Rate. Use when ApplyTo is Shares. Will be 0.00M when ApplyTo is not Shares |
decimal number |
None. |
| Amount |
Amount. Use when ApplyTo is not Shares. Will be 0.00M when ApplyTo is Shares. |
decimal number |
None. |
| Type |
Type of the Recurring Transaction. Possible values are 'Credit' or 'Charge' |
RecurringTransactionType |
None. |
| GroupId |
Group Id. Used to handle Group Increase action. Will be initially set to the Id of the Recurring Transaction. |
integer |
None. |
| Status |
Status. Used to handle Group Increase action. Will be initially set to Created. |
integer |
None. |
| ApplyToId |
Id of Apply To configuration. |
integer |
None. |
| CreatedOn |
Date the recurring transaction was created. Defaults to system date and time at the time of creation. |
date |
None. |
| CreatedBy |
Id of User who created the recurring transaction |
integer |
None. |
| ModifiedBy |
Id of User who last modified the recurring transaction. Initial value is null |
integer |
None. |
| ModifiedOn |
Date the recurring transaction was last modified. Initial value is null |
date |
None. |
| EditDates |
Indicates whether dates can be updated for this recurring transaction. |
boolean |
None. |
| NumberOfShares |
If ApplyTo = Shares this will be populated with the Number Of Shares of the unit. |
decimal number |
None. |