blockedDiscounts property

A list of discounts blocked from applying to the line item. Discounts can be blocked by the discount_uid (for ad hoc discounts) or the discount_catalog_object_id (for catalog discounts).

Implementation

final List<OrderLineItemPricingBlocklistsBlockedDiscount>? blockedDiscounts;