expenseLineItem
Represents an expense line item
XML
Elements
name (type) |
min/max occurs |
description |
expenseType (string) |
0/1 |
The expense type |
benefitingDirector (director) |
0/1 |
The benefiting director for the line item. This is only required when the expense type is director assignable |
lineItemDescription (string) |
1/1 |
The description of this line item |
lineItemAmount (amount) |
1/1 |
The amount |
JSON
property |
type |
description |
expenseType |
expenseType (string) |
The expense type |
benefitingDirector |
benefitingDirector (director) |
The benefiting director for the line item. This is only required when the expense type is director assignable |
lineItemDescription |
lineItemDescription (string) |
The description of this line item |
lineItemAmount |
lineItemAmount (amount) |
The amount |