partnerCosts property

List<PartnerCost>? partnerCosts
getter/setter pair

The partner costs associated with the insertion order.

If absent or empty in CreateInsertionOrder method, the newly created insertion order will inherit partner costs from the partner settings.

Implementation

core.List<PartnerCost>? partnerCosts;