AgencyBillingtype


Description

Agency billing type assignments that track the billing methods and types assigned to agencies over time, including effective dates for billing method changes.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ABID int identity 4 null

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

AgencyID int 4 null

Agency reference - Reference to the agency (foreign key to Agency.AgencyID)

BillingTypeID int 4 null

Billing type reference - Reference to the billing type definition

AgencyBillingID int 4 null

Agency billing reference - Reference to agency-specific billing configuration

DateEffective datetime 16,3 null

Effective date - Date when this billing type assignment becomes active

DateInEffective datetime 16,3 null

Expiration date - Date when this billing type assignment expires

Indexes

Constraint Name Type Sort Column(s)
PK_AgencyBillingtype Primary key Asc ABID

Relationships