Prevention Agency Service Rates
Prevention Agency Service Rates
| Field | Type | Description |
|---|---|---|
agency_service_rate_id 🔑 | INTEGER | Unique identifier for this agency service rate. |
agency_service_id 🔗 | INTEGER | The ID of the parent agency service. |
referring_agency_id 🔗 | INTEGER | The ID of the referring agency. |
provider_agency_id 🔗 | INTEGER | The ID of the provider agency. |
label | STRING | Contract name/label. |
code | STRING | Contract code identifier. |
billing_structure | STRING | Billing structure type. |
amount_cents | INTEGER | Contract amount in cents. |
start_date | DATE | Contract start date. |
end_date | DATE | Contract end date. |
created_at | TIMESTAMP | When this record was created. |
updated_at | TIMESTAMP | When this record was last updated. |
Key Information
Primary Keys
agency_service_rate_id- Unique identifier for this agency service rate.
Foreign Keys
agency_service_id- The ID of the parent agency service.referring_agency_id- The ID of the referring agency.provider_agency_id- The ID of the provider agency.
Updated 12 days ago
