budgetSummaries property

List<BudgetSummary>? budgetSummaries
getter/setter pair

The list of summarized information for each budget associated with this invoice.

This field will only be set if the invoice detail level of the corresponding billing profile was set to "Budget level PO".

Implementation

core.List<BudgetSummary>? budgetSummaries;