BillStatus

BillStatus class

Bill status class.

public class BillStatus

Constructors

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

Properties

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