Uses of Enum Class
io.trippay.sdk.payment.acquiring.model.Beneficiary.TypeEnum
Packages that use Beneficiary.TypeEnum
-
Uses of Beneficiary.TypeEnum in io.trippay.sdk.payment.acquiring.model
Methods in io.trippay.sdk.payment.acquiring.model that return Beneficiary.TypeEnumModifier and TypeMethodDescriptionstatic Beneficiary.TypeEnum@NotNull Beneficiary.TypeEnumBeneficiary.getType()The type of beneficiary payment.static Beneficiary.TypeEnumReturns the enum constant of this class with the specified name.static Beneficiary.TypeEnum[]Beneficiary.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trippay.sdk.payment.acquiring.model with parameters of type Beneficiary.TypeEnumModifier and TypeMethodDescriptionvoidBeneficiary.setType(Beneficiary.TypeEnum type) Beneficiary.type(Beneficiary.TypeEnum type)