Click or drag to resize

PlaziusPaymentItemAdditionalDataDiscountSum Property

Note: This API is now obsolete.

Total sum that Plazius will process as discount from all discount marketing campaigns. It is calculated by Plazius, so setting it to another value can be harmful.

Namespace:  Resto.Front.Api.Data.Payments
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
[ObsoleteAttribute("Use DiscountSums property to set individual discount sum for each order item")]
public decimal? DiscountSum { get; set; }

Property Value

Type: NullableDecimal
See Also