Uses of Enum Class
travel.wink.sdk.extranet.model.BeneficiarySupplierDetails.TypeEnum
Packages that use BeneficiarySupplierDetails.TypeEnum
-
Uses of BeneficiarySupplierDetails.TypeEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return BeneficiarySupplierDetails.TypeEnumModifier and TypeMethodDescriptionBeneficiarySupplierDetails.getType()The type of beneficiary payment.Returns the enum constant of this class with the specified name.static BeneficiarySupplierDetails.TypeEnum[]BeneficiarySupplierDetails.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.extranet.model with parameters of type BeneficiarySupplierDetails.TypeEnumModifier and TypeMethodDescriptionvoidBeneficiarySupplierDetails.setType(BeneficiarySupplierDetails.TypeEnum type) BeneficiarySupplierDetails.type(BeneficiarySupplierDetails.TypeEnum type)