PresentmentBillInfo

PresentmentBillInfo class

Bill Information class.

public class PresentmentBillInfo

Constructors

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

Properties

NameDescription
AccountBalance { get; set; }Gets or sets the balance of the account at the end of the current period.
Activity { get; set; }Gets or sets the net inflows and outflows for the account since the last period.
AmountDue { get; set; }Gets or sets the full payment amount due.
BillDate { get; set; }Gets or sets the bill date.
BillDetailTable { get; set; }Gets or sets the BillDetailTable.
BillId { get; set; }Gets or sets the identifier for this bill within the bill publisher.
BillPaymentStatuses { get; set; }Gets or sets the collection of BillPaymentStatus.
BillRefInfo { get; set; }Gets or sets the biller-defined text to include with the payment, for the biller’s Accounts Receivable reconciliation.
BillStatuses { get; set; }Gets or sets the collection of BillStatus.
BillType { get; set; }Gets or sets the bill Type.
CloseDate { get; set; }Gets or sets the closing statement date.
DetailAvailable { get; set; }Gets or sets whether structured detail is available.
Invoice { get; set; }Gets or sets the Invoice.
MinAmountDue { get; set; }Gets or sets the minimum payment amount due.
NotifyDesired { get; set; }Gets or sets whether a delivery notification is desired.
OpenDate { get; set; }Gets or sets the opening statement date.
PayeeId { get; set; }Gets or sets the payee identifier.
PaymentDueDate { get; set; }Gets or sets the payment due date.
PresentmentAccountFrom { get; set; }Gets or sets the from of PresentmentAccount.
PrevBalance { get; set; }Gets or sets the balance of the account as of the previous period.
StatementImage { get; set; }Gets or sets the StatementImage.

See Also