PresentmentListRequest class

PresentmentListRequest class

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

The PresentmentListRequest type exposes the following members:

Constructors

Constructor Description
PresentmentListRequest() Initializes a new instance of PresentmentListRequest class.

Properties

Property Description
bill_publisher Gets or sets the official standard name of bill publisher.
start_date Gets or sets the earliest date for which to include bills.
end_date Gets or sets the latest date for which to include bills.
due_by_date Gets or sets the date that customer is requesting bills due on or before it.
biller_id Gets or sets the biller Identifier.
bill_id Gets or sets the bill id.
bill_types Gets or sets the bill types.
bill_status_codes Gets or sets the bill status.
bill_payment_status_codes Gets or sets the bill payment status codes.
notify_willing Gets or sets the flag indicating that client is prepared to send notifications of bill delivery, if desired.
include_detail Gets or sets the flag indicating bill detail should be included too.
include_bill_status Gets or sets the flag indicating bill status should be included too.
include_bill_payment_status Gets or sets the flag indicating bill payment status should be included.
include_status_history Gets or sets the flag indicating bill status history and/or bill payment status history should be included too.
include_counts Gets or sets whether include counts.
include_summary Gets or sets whether include bill summaries.

See Also