Uses of Enum Class
io.trippay.sdk.payment.model.CancelBookingContractRequest.TypeEnum
Packages that use CancelBookingContractRequest.TypeEnum
-
Uses of CancelBookingContractRequest.TypeEnum in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return CancelBookingContractRequest.TypeEnumModifier and TypeMethodDescriptionCancelBookingContractRequest.getType()Type of cancellationReturns the enum constant of this class with the specified name.CancelBookingContractRequest.TypeEnum.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 CancelBookingContractRequest.TypeEnumModifier and TypeMethodDescriptionvoidCancelBookingContractRequest.setType(CancelBookingContractRequest.TypeEnum type) CancelBookingContractRequest.type(CancelBookingContractRequest.TypeEnum type)