Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| BillingTypeID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each billing type |
||||
| BillingTypeName | varchar | 50 | null |
|
|
Billing type name - Name of the billing method (Electronic, Paper, EDI, etc.) |
|||||
| Description | varchar | 100 | null |
|
|
Type description - Detailed description of the billing type and its usage |
|||||
| ClearingHouseID | int | 4 | √ | null |
|
|
Clearing house reference - Links to clearing house if this billing type uses a clearing house |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_BillingType | Primary key | Asc | BillingTypeID |
