Click or drag to resize

IPaymentTypeDiscountType Property

Recommended IDiscountType to apply with this payment type. You should delete discount item of this discount type if you are deleting payment item of this payment type.

Namespace:  Resto.Front.Api.Data.Payments
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IDiscountType DiscountType { get; }

Property Value

Type: IDiscountType
See Also