Click or drag to resize

IDiscountItemDiscountPaymentItem Property

Payment item from Payments processed or fiscalized as discount from which this discount item was created. null if disount item was not created from payment item.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
IPaymentItem DiscountPaymentItem { get; }

Property Value

Type: IPaymentItem
See Also