Uses of Enum Class
travel.wink.sdk.booking.model.BookingContractPaymentDetailsBooker.TypeEnum
Packages that use BookingContractPaymentDetailsBooker.TypeEnum
-
Uses of BookingContractPaymentDetailsBooker.TypeEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BookingContractPaymentDetailsBooker.TypeEnumModifier and TypeMethodDescriptionBookingContractPaymentDetailsBooker.getType()Technology taking the chargeReturns the enum constant of this class with the specified name.BookingContractPaymentDetailsBooker.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.booking.model with parameters of type BookingContractPaymentDetailsBooker.TypeEnumModifier and TypeMethodDescriptionvoidBookingContractPaymentDetailsBooker.setType(BookingContractPaymentDetailsBooker.TypeEnum type) BookingContractPaymentDetailsBooker.type(BookingContractPaymentDetailsBooker.TypeEnum type)