Discount

Discount class

Discount class.

public class Discount

Constructors

Name Description
Discount() Initializes a new instance of Discount class.

Properties

Name Description
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