BillTypes class

BillTypes is a class that stores information about any invoice that the user has registered for.

Syntax

new BillTypes( billTypeId, billTypeName )

Parameters

Name Type Description
billTypeId   The type id for the invoice.
billTypeName   The name of the invoice/bill registered for.

Source

SY_Data_Objects.js line 186.