Uses of Enum Class
io.trippay.sdk.payment.model.RawBeneficiary.TypeEnum
Packages that use RawBeneficiary.TypeEnum
-
Uses of RawBeneficiary.TypeEnum in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return RawBeneficiary.TypeEnumModifier and TypeMethodDescriptionstatic RawBeneficiary.TypeEnum@NotNull RawBeneficiary.TypeEnumRawBeneficiary.getType()The type of beneficiary payment.static RawBeneficiary.TypeEnumReturns the enum constant of this class with the specified name.static RawBeneficiary.TypeEnum[]RawBeneficiary.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 RawBeneficiary.TypeEnumModifier and TypeMethodDescriptionvoidRawBeneficiary.setType(RawBeneficiary.TypeEnum type) RawBeneficiary.type(RawBeneficiary.TypeEnum type)