BillingMethodInProgType


Description

Billing method program type associations that define which billing methods are available for specific program types, enabling program-specific billing configurations.

Columns

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

Billing method reference - Reference to the billing method

billProgID int identity 4 null

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

EffectiveDate Unknown 0 null

Effective date - Date when this association becomes active

fkInvLogID int 4 null
BillingMethod.InvLogID FK__BillingMethodInProgType__BillingMethod R

Foreign key reference - Reference to InvLog table for data relationships

fkProgramID int 4 null
ProgramType.ProgramID FK__BillingMethodInProgType__ProgramType R

Foreign key reference - Reference to Program table for data relationships

IsDefault Unknown 0 null

Default flag - Whether this is the default billing method for this program type

ProgramTypeID Unknown 0 null

Program type reference - Reference to the program type

Relationships