PresentmentBillInfo class

PresentmentBillInfo class

Bill Information class.

The PresentmentBillInfo type exposes the following members:

Constructors

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

Properties

PropertyDescription
bill_idGets or sets the identifier for this bill within the bill publisher.
presentment_account_fromGets or sets the from of PresentmentAccount.
payee_idGets or sets the payee identifier.
bill_ref_infoGets or sets the biller-defined text to include with the payment, for the biller’s Accounts Receivable reconciliation.
amount_dueGets or sets the full payment amount due.
min_amount_dueGets or sets the minimum payment amount due.
payment_due_dateGets or sets the payment due date.
bill_dateGets or sets the bill date.
open_dateGets or sets the opening statement date.
close_dateGets or sets the closing statement date.
prev_balanceGets or sets the balance of the account as of the previous period.
activityGets or sets the net inflows and outflows for the account since the last period.
account_balanceGets or sets the balance of the account at the end of the current period.
invoiceGets or sets the PresentmentBillInfo.invoice.
notify_desiredGets or sets whether a delivery notification is desired.
bill_typeGets or sets the bill Type.
bill_statusesGets or sets the collection of BillStatus.
bill_payment_statusesGets or sets the collection of BillPaymentStatus.
statement_imageGets or sets the PresentmentBillInfo.statement_image.
detail_availableGets or sets whether structured detail is available.
bill_detail_tableGets or sets the PresentmentBillInfo.bill_detail_table.

See Also