Uses of Enum Class
io.trippay.sdk.payment.model.BookingContract.CancellerEnum
Packages that use BookingContract.CancellerEnum
-
Uses of BookingContract.CancellerEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type BookingContract.CancellerEnum in io.trippay.sdk.payment.modelModifier and TypeClassDescriptionstatic enumType of entity that cancelled the booking.Methods in io.trippay.sdk.payment.model that return BookingContract.CancellerEnumModifier and TypeMethodDescriptionBookingContract.getCanceller()Type of entity that cancelled the booking.Returns the enum constant of this class with the specified name.static BookingContract.CancellerEnum[]BookingContract.CancellerEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trippay.sdk.payment.model with parameters of type BookingContract.CancellerEnumModifier and TypeMethodDescriptionBookingContract.canceller(BookingContract.CancellerEnum canceller) voidBookingContract.setCanceller(BookingContract.CancellerEnum canceller)