expenseLineItems
Represents a collection of expense line items
XML
Attributes
name |
type |
description |
count |
int |
The number of line items |
lineItemGrossTotal |
decimal |
The gross total of all line items |
Elements
name (type) |
min/max occurs |
description |
expenseLineItem (expenseLineItem) |
0/unbounded |
The collection of line items |
JSON
property |
type |
description |
count |
int |
The number of line items |
lineItemGrossTotal |
decimal |
The gross total of all line items |
expenseLineItem |
array of expenseLineItem (expenseLineItem) |
The collection of line items |