BookingPaymentDetails
Name: Booking Payment Details
Type: Application
Modules: Faring, Booking
Description: Records the combination of payment types used to cover the funds of a specific booking.
| Field | Documentation |
|---|---|
| PaymentTypeId | Numeric identifier of the payment type. |
| Amount | Amount to charge the client when canceling a trip with the cancellation type. |
| ActivityId | ID of the activity (from TransitNowActivityLog.ActivityId). |
| IsPrepayment | Flag that indicates if the booking is prepaid or not (result is seen in Fare Summary dialog box). |
| BookingId | Numeric identifier of the booking scheduled to travel to the event (from the Bookings table). |