Click or drag to resize

OperationServiceExtensionsChangeSelectiveDiscount Method

Overload List
  NameDescription
Public methodStatic memberChangeSelectiveDiscount(IOperationService, IReadOnlyListValueTupleGuid, Decimal, IOrder, IDiscountType, ICredentials)
Change discount item selective application settings. For each item Id, the discount amount is set separately.
Public methodStatic memberChangeSelectiveDiscount(IOperationService, IOrder, IDiscountType, IReadOnlyListIOrderProductItem, IReadOnlyListIOrderModifierItem, IReadOnlyListIOrderCompoundItemComponent, ICredentials)
Change discount item selective application settings. Set both products and modifiers to null if you want the discount item to be applied to the whole order (including future order items), otherwise provide order item products and modifiers for selective discount item application.
Top
See Also