Description
The UnitTransaction class holds the base data for a unit transaction.
Derived By
Restricting anyType
Content Model
Contains elements as defined in the following table.
Component |
Type |
Occurs |
Description |
---|---|---|---|
billingEntityUUID |
string |
0..1 |
Billing Entity UUID of the customer |
chargedFromDate |
dateTime |
0..1 |
The start of the period to which the subject matter of the transaction relates |
chargedToDate |
dateTime |
0..1 |
The end of the period to which the subject matter of the transaction relates |
closingBalance |
double |
1..1 |
The closing balance after the unit transaction |
customerUUID |
string |
0..1 |
The UUID of the customer |
description |
string |
0..1 |
The textual description of the transaction |
descriptionDetail |
string |
0..1 |
The textual description of the detail of the transaction |
linkedPurchase |
0..1 |
The Product Purchase which is linked with the Transaction |
|
openingBalance |
double |
1..1 |
The open balance before the unit transaction |
transactionAmount |
double |
1..1 |
The amount of the unit transaction |
transactionDate |
dateTime |
0..1 |
The date on which the unit transaction occurred |
unitsType |
0..1 |
The unit type associated with the unit transaction |
|
vdcUUID |
string |
0..1 |
The UUID of the vdc which is linked with the transaction |