Uses of Enum Class
io.trippay.sdk.payment.model.BookingContract.CancellationTypeEnum
Packages that use BookingContract.CancellationTypeEnum
-
Uses of BookingContract.CancellationTypeEnum in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return BookingContract.CancellationTypeEnumModifier and TypeMethodDescriptionBookingContract.getCancellationType()Reason type.Returns the enum constant of this class with the specified name.static BookingContract.CancellationTypeEnum[]BookingContract.CancellationTypeEnum.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.CancellationTypeEnumModifier and TypeMethodDescriptionBookingContract.cancellationType(BookingContract.CancellationTypeEnum cancellationType) voidBookingContract.setCancellationType(BookingContract.CancellationTypeEnum cancellationType)