partnerCosts property

List<PartnerCost>? partnerCosts
getter/setter pair

The partner costs associated with the line item.

If absent or empty in CreateLineItem method, the newly created line item will inherit partner costs from its parent insertion order.

Implementation

core.List<PartnerCost>? partnerCosts;