Billingtype


Description

Billing type definitions that classify different approaches to billing and define the rules and parameters for each billing methodology.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
BillingTypeDescription Unknown 0 null

Description - Detailed explanation of the billing type and its usage

BillingTypeID int identity 4 null
ScanFormsBillingType.BillingTypeID FK__ScanForms__Billi__02084FDA C

Reference identifier - Foreign key reference to related entity or lookup table

BillingTypeName varchar 50 null

Billing type name - Descriptive name of the billing approach

CalculationMethod Unknown 0 null

Calculation method - How billing amounts are calculated for this type

Description varchar 100 null

Description field - Detailed description or explanation of Billingtype information

ClearingHouseID int 4 null

Reference identifier - Foreign key reference to related entity or lookup table

IsActive Unknown 0 null

Active status - Whether this billing type is currently available

Indexes

Constraint Name Type Sort Column(s)
PK_Billingtype Primary key Asc BillingTypeID

Relationships