Description:
UtilityBill is an object which represents a utility invoice.
Properties:
Name |
Type |
Description |
IssueDate |
DateTime |
The record date when the bill was created. Optional. |
DueDate |
DateTime |
The date after which payment becomes overdue. Optional. |
Examples:
Expression |
Result |
[UtilityBill Object].IssueDate |
1/20/2009 5:35:00 PM |
[UtilityBill Object].DueDate.IsWeekday |
True |