tripkit-android / com.skedgo.tripkit.common.model / Booking
Booking
@TypeAdapters @Immutable abstract class Booking
Constructors
Name | Summary |
---|---|
<init> | Booking() |
Functions
Name | Summary |
---|---|
getConfirmation | abstract fun getConfirmation(): BookingConfirmation ? |
getExternalActions | abstract fun getExternalActions(): MutableList < String !>? |
getQuickBookingsUrl | abstract fun getQuickBookingsUrl(): String ? |
getTitle | abstract fun getTitle(): String ? |
getUrl | abstract fun getUrl(): String ? |