interface DiscountedLineItemPriceDraft {
    includedDiscounts: DiscountedLineItemPortion[];
    value: _Money;
}

Properties

includedDiscounts: DiscountedLineItemPortion[]
value: _Money

Draft type that stores amounts only in cent precision for the specified currency.

Generated using TypeDoc