PresentmentListResponse

PresentmentListResponse class

Bill list response class.

public class PresentmentListResponse

Constructors

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

Properties

NameDescription
BillPublisher { get; set; }Gets or sets the official standard name of bill publisher.
EndDate { get; set; }Gets or sets the date to present as start date for next request.
PresentmentBillInfos { get; set; }Gets or sets the collection of PresentmentBillInfo.
PresentmentCounts { get; set; }Gets or sets the PresentmentCounts.
StartDate { get; set; }Gets or sets the start date of bills returned.
UserId { get; set; }Gets or sets the user whose bill data is being returned.

See Also