Uses of Enum Class
travel.wink.sdk.booking.model.BeneficiaryChargeAgent.TypeEnum
Packages that use BeneficiaryChargeAgent.TypeEnum
-
Uses of BeneficiaryChargeAgent.TypeEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BeneficiaryChargeAgent.TypeEnumModifier and TypeMethodDescription@NotNull BeneficiaryChargeAgent.TypeEnumBeneficiaryChargeAgent.getType()The type of chargeReturns the enum constant of this class with the specified name.static BeneficiaryChargeAgent.TypeEnum[]BeneficiaryChargeAgent.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 BeneficiaryChargeAgent.TypeEnumModifier and TypeMethodDescriptionvoidBeneficiaryChargeAgent.setType(BeneficiaryChargeAgent.TypeEnum type) BeneficiaryChargeAgent.type(BeneficiaryChargeAgent.TypeEnum type)