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

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

Properties

PropertyDescription
bill_publisherGets or sets the official standard name of bill publisher.
start_dateGets or sets the earliest date for which to include bills.
end_dateGets or sets the latest date for which to include bills.
due_by_dateGets or sets the date that customer is requesting bills due on or before it.
biller_idGets or sets the biller Identifier.
bill_idGets or sets the bill id.
bill_typesGets or sets the bill types.
bill_status_codesGets or sets the bill status.
bill_payment_status_codesGets or sets the bill payment status codes.
notify_willingGets or sets the flag indicating that client is prepared to send notifications of bill delivery, if desired.
include_detailGets or sets the flag indicating bill detail should be included too.
include_bill_statusGets or sets the flag indicating bill status should be included too.
include_bill_payment_statusGets or sets the flag indicating bill payment status should be included.
include_status_historyGets or sets the flag indicating bill status history and/or bill payment status history should be included too.
include_countsGets or sets whether include counts.
include_summaryGets or sets whether include bill summaries.

See Also