Uses of Enum Class
io.trippay.sdk.payment.model.BeneficiaryCharge.TypeEnum
Packages that use BeneficiaryCharge.TypeEnum
-
Uses of BeneficiaryCharge.TypeEnum in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return BeneficiaryCharge.TypeEnumModifier and TypeMethodDescriptionstatic BeneficiaryCharge.TypeEnumBeneficiaryCharge.getType()Get typestatic BeneficiaryCharge.TypeEnumReturns the enum constant of this class with the specified name.static BeneficiaryCharge.TypeEnum[]BeneficiaryCharge.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 BeneficiaryCharge.TypeEnumModifier and TypeMethodDescriptionvoidBeneficiaryCharge.setType(BeneficiaryCharge.TypeEnum type) BeneficiaryCharge.type(BeneficiaryCharge.TypeEnum type)