Discount

Discount class

Discount class.

public class Discount

Constructors

NameDescription
Discount()Initializes a new instance of Discount class.

Properties

NameDescription
DiscountAmount { get; set; }Gets or sets the discount amount.
DiscountDate { get; set; }Gets or sets the date to apply the discount
DiscountDescription { get; set; }Gets or sets the discount description.
DiscountRate { get; set; }Gets or sets the discount rate.

See Also