PresentmentBillInfo class
PresentmentBillInfo class
Bill Information class.
The PresentmentBillInfo type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| PresentmentBillInfo() | Initializes a new instance of PresentmentBillInfo class. |
Properties
| Property | Description |
|---|---|
| bill_id | Gets or sets the identifier for this bill within the bill publisher. |
| presentment_account_from | Gets or sets the from of PresentmentAccount. |
| payee_id | Gets or sets the payee identifier. |
| bill_ref_info | Gets or sets the biller-defined text to include with the payment, for the biller’s Accounts Receivable reconciliation. |
| amount_due | Gets or sets the full payment amount due. |
| min_amount_due | Gets or sets the minimum payment amount due. |
| payment_due_date | Gets or sets the payment due date. |
| bill_date | Gets or sets the bill date. |
| open_date | Gets or sets the opening statement date. |
| close_date | Gets or sets the closing statement date. |
| prev_balance | Gets or sets the balance of the account as of the previous period. |
| activity | Gets or sets the net inflows and outflows for the account since the last period. |
| account_balance | Gets or sets the balance of the account at the end of the current period. |
| invoice | Gets or sets the PresentmentBillInfo.invoice. |
| notify_desired | Gets or sets whether a delivery notification is desired. |
| bill_type | Gets or sets the bill Type. |
| bill_statuses | Gets or sets the collection of BillStatus. |
| bill_payment_statuses | Gets or sets the collection of BillPaymentStatus. |
| statement_image | Gets or sets the PresentmentBillInfo.statement_image. |
| detail_available | Gets or sets whether structured detail is available. |
| bill_detail_table | Gets or sets the PresentmentBillInfo.bill_detail_table. |