Uses of Enum Class
io.trippay.sdk.payment.model.BeneficiaryAggregateData.TypeEnum
Packages that use BeneficiaryAggregateData.TypeEnum
-
Uses of BeneficiaryAggregateData.TypeEnum in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return BeneficiaryAggregateData.TypeEnumModifier and TypeMethodDescription@NotNull BeneficiaryAggregateData.TypeEnumBeneficiaryAggregateData.getType()Type of payment to beneficiaryReturns the enum constant of this class with the specified name.static BeneficiaryAggregateData.TypeEnum[]BeneficiaryAggregateData.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 BeneficiaryAggregateData.TypeEnumModifier and TypeMethodDescriptionvoidBeneficiaryAggregateData.setType(BeneficiaryAggregateData.TypeEnum type) BeneficiaryAggregateData.type(BeneficiaryAggregateData.TypeEnum type)