Uses of Enum Class
io.trippay.sdk.payment.model.Integration.TypeEnum
Packages that use Integration.TypeEnum
-
Uses of Integration.TypeEnum in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return Integration.TypeEnumModifier and TypeMethodDescriptionstatic Integration.TypeEnum@NotNull Integration.TypeEnumIntegration.getType()Type determines whether the booking will be paid by the agent or by the traveler.static Integration.TypeEnumReturns the enum constant of this class with the specified name.static Integration.TypeEnum[]Integration.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 Integration.TypeEnumModifier and TypeMethodDescriptionvoidIntegration.setType(Integration.TypeEnum type) Integration.type(Integration.TypeEnum type)