billingaccount
Represents customer billing accounts, tracking payments, invoices, and account balances.
Columns
| Name | Type | References | Description |
| billingschedule | String | The predefined billing schedule used for invoicing customers at specific intervals. | |
| cashsaleform | String | The default form template used when processing cash sales transactions. | |
| class | String | The classification category used for tracking and reporting transactions, such as department or business unit. | |
| createdby | String | The user or system that created this record. | |
| createddate | Datetime | The date and time when the record was created. | |
| currency | String | The currency used for this transaction or record, based on the company's financial settings. | |
| customer | String | The customer associated with this transaction or billing schedule. | |
| customerdefault | Boolean | Indicates whether this billing schedule is the default for the associated customer. | |
| customform | String | The custom form template applied to this record for specific business needs. | |
| department | String | The department associated with this record, used for financial reporting and categorization. | |
| externalid | String | A unique identifier used for integration with external systems or data imports. | |
| frequency | String | The interval at which billing occurs, such as Monthly, Quarterly, or Annually. | |
| idnumber | String | The internal identification number assigned to this record. | |
| idnumberexternal | String | An external identification number used for integration or reference purposes. | |
| inactive | Boolean | Indicates whether this record is inactive and no longer in use. | |
| invoiceform | String | The default form template used for generating invoices. | |
| lastbillcycledate | Date | The date of the most recent billing cycle for this schedule. | |
| lastbilldate | Date | The last date an invoice or billing transaction was generated. | |
| memo | String | A free-text field for adding notes or comments related to this record. | |
| name | String | The name assigned to this billing schedule or related entity. | |
| nextbillcycledate | Date | The scheduled date for the next billing cycle. | |
| startdate | Date | The start date for this billing schedule or related record. | |
| subsidiary | String | The subsidiary associated with this transaction, relevant for multi-entity organizations. |