TCC analysis web: BillingRecord |
|
| Model | BillingRecord ( actionId, clientId, amount, remarks ) |
| Description | Describes costs associated with an action that can be recovered by billing some agent, such as the requestor. |
| actionId | Identifies the action that resulted in the billing. Domain: same as Action.actionId. |
| clientId | Describes the client to be billed. Domain: same as Agent.agentId. |
| amount | Amount billed. Domain: money. |
| remarks | Space for comments on the billing. Domain: multiline text; may be empty. |