discounts property

Iterable<String>? discounts
getter/setter pair

The discounts applied to the invoice line item. Line item discounts are applied before invoice discounts. Use expand[]=discounts to expand each discount.

Implementation

Iterable<String>? discounts;