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
Subclasses with type arguments of type BeneficiaryCharge.TypeEnum in io.trippay.sdk.payment.modelMethods in io.trippay.sdk.payment.model that return BeneficiaryCharge.TypeEnumModifier and TypeMethodDescriptionstatic BeneficiaryCharge.TypeEnum@NotNull BeneficiaryCharge.TypeEnumBeneficiaryCharge.getType()The type of chargestatic 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)