CancelPrepay
Name: Cancel Prepayment
Type: Application
Modules: Faring
Description: Defines fare amount deducted from a passenger when they cancel a trip. Cross-referenced to cancel type and fare type.
| Field | Documentation |
|---|---|
| CancelPrepayId | Numeric identifier of a cancelled prepayment type. |
| CancelCodeId | Hard-coded, numeric identifier of a cancellation status type (e.g., 20 = NoShow, 21 = Missed Trip). |
| FareTypeId | Numeric identifier of the Fare Type to be applied to the cancellation payment (from the FareTypes table). |
| AdjustBalance | Flag that indicates whether the payment needs to be adjusted. |
| Amount | Amount to charge the client when cancelling a trip with the cancellation type. |
| PenaltyFareTypeId | Numeric identifier of the fare type applied to the CancelCodeId (from the FareTypes table). |