ClientPassTypeRestrictions
Name: Client Passenger Type Restrictions
Type: Application
Modules: Booking, Scheduling
Description: Association of passenger types a passenger can or cannot ride with. Attached to a passenger.
| Field | Documentation |
|---|---|
| ClientId | Numeric identifier of the client (from the Clients table). |
| PassType | Three-character string of the passenger type that applies to the client (from the PassTypes table). |
| PassTypeAction | Hard-coded, numeric value for the action to be taken (e.g., Deny, Require). |