PresentmentListRequest

PresentmentListRequest class

Bill list request class. The client requests bills from a bill publisher by date range.

public class PresentmentListRequest

Constructors

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

Properties

NameDescription
BillerId { get; set; }Gets or sets the biller Identifier.
BillId { get; set; }Gets or sets the bill id.
BillPaymentStatusCodes { get; set; }Gets or sets the bill payment status codes.
BillPublisher { get; set; }Gets or sets the official standard name of bill publisher.
BillStatusCodes { get; set; }Gets or sets the bill status.
BillTypes { get; set; }Gets or sets the bill types.
DueByDate { get; set; }Gets or sets the date that customer is requesting bills due on or before it.
EndDate { get; set; }Gets or sets the latest date for which to include bills.
IncludeBillPaymentStatus { get; set; }Gets or sets the flag indicating bill payment status should be included.
IncludeBillStatus { get; set; }Gets or sets the flag indicating bill status should be included too.
IncludeCounts { get; set; }Gets or sets whether include counts.
IncludeDetail { get; set; }Gets or sets the flag indicating bill detail should be included too.
IncludeStatusHistory { get; set; }Gets or sets the flag indicating bill status history and/or bill payment status history should be included too.
IncludeSummary { get; set; }Gets or sets whether include bill summaries.
NotifyWilling { get; set; }Gets or sets the flag indicating that client is prepared to send notifications of bill delivery, if desired.
StartDate { get; set; }Gets or sets the earliest date for which to include bills.

See Also