BillStatusCounts

BillStatusCounts class

Bill status counts class.

public class BillStatusCounts

Constructors

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

Properties

NameDescription
BillStatusCode { get; set; }Gets or sets the bill status code.
Count { get; set; }Gets or sets the count of bills with the given bill status code.

See Also