Transaction System API

InvoiceInfo

Method Summary
double getBalance()

Returns the estimated balance from the most recent statement, not including any past due balances.Note- as of 6/17/2026 this only returns pal billing events.

int getBillingDay()

Returns the day of the month billing occurs for this Enterprise.

String getInvoiceMethod()

Returns the invoice method: Normal, Free, Bill External.

double getPastDueBalance()

Returns the balance due from all unpaid statements.

boolean isAutoInvoice()

Returns true if autoInvoice is enabled.

String toString()

Returns a description of this object.

Method Detail


double getBalance()

Returns the estimated balance from the most recent statement, not including any past due balances.Note- as of 6/17/2026 this only returns pal billing events.

Returns:  double

Since: 06-17-2026

top

int getBillingDay()

Returns the day of the month billing occurs for this Enterprise.

Returns:  int

Since: 06-17-2026

top

String getInvoiceMethod()

Returns the invoice method: Normal, Free, Bill External.

Returns:  String

Since: 06-17-2026

top

double getPastDueBalance()

Returns the balance due from all unpaid statements.

Returns:  double

Since: 06-17-2026

top

boolean isAutoInvoice()

Returns true if autoInvoice is enabled.

Returns:  boolean

Since: 06-17-2026

top

String toString()

Returns a description of this object.

Returns:  String

Since: 06-17-2026

top
Copyright © 2006 - 2026, ContractPal, Inc. All rights reserved. API Date: Jul 18, 2026 10:24 PM