Description
The UnitTransactionSummary class holds the base data for each daily unit transaction summary.
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 |
customerUUID |
string |
0..1 |
The UUID associated with the transaction summary |
freeUnits |
double |
1..1 |
The total free units within the summary period |
transactionDate |
dateTime |
0..1 |
The date associated with the transaction summary |
unitCredits |
double |
1..1 |
The total credits within the summary period |
unitDebits |
double |
1..1 |
The total debits within the summary period |