BillStatus

BillStatus class

Bill status class.

public class BillStatus

Constructors

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

Properties

NameDescription
BillStatusCode { get; set; }Gets or sets the bill status code.
EffectiveDate { get; set; }Gets or sets the Date/Time at which the status became effective.
StatusModifiedBy { get; set; }Gets or sets the status modified by. Servers are not required to store this information.

See Also