Click or drag to resize

PlaziusPaymentItemAdditionalDataDiscountSums Property

Sums 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.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public Dictionary<Guid, (decimal discountSum, decimal discountAmount)> DiscountSums { get; set; }

Property Value

Type: DictionaryGuid, ValueTupleDecimal, Decimal
See Also