Class TDiscount
- Namespace
- InSite.Application.Payments.Read
- Assembly
- Shift.Sdk.dll
public class TDiscount
- Inheritance
-
TDiscount
- Inherited Members
- Extension Methods
Constructors
TDiscount()
public TDiscount()
Properties
DiscountCode
public string DiscountCode { get; set; }
Property Value
DiscountDescription
public string DiscountDescription { get; set; }
Property Value
DiscountIdentifier
public Guid DiscountIdentifier { get; set; }
Property Value
DiscountPercent
public decimal DiscountPercent { get; set; }
Property Value
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }