BalanceAlert class

BalanceAlert is a class that stores information about a Balance Alert.

Syntax

new BalanceAlert( billConfigId, alias, billTypeId, billTypeName )

Parameters

Name Type Description
billConfigId   The id of the bill configuration
alias   The alias name given by the user for this configuration.
billTypeId   The type id for the invoice.
billTypeName   The name of the invoice/bill registered for.

Source

SY_Data_Objects.js line 237.