Uses of Enum Class
io.trippay.sdk.payment.model.VerifyAccountRequest.DisbursementTypeEnum
Packages that use VerifyAccountRequest.DisbursementTypeEnum
-
Uses of VerifyAccountRequest.DisbursementTypeEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type VerifyAccountRequest.DisbursementTypeEnum in io.trippay.sdk.payment.modelModifier and TypeClassDescriptionstatic enumThe method which the account holder whishes to be paid.Methods in io.trippay.sdk.payment.model that return VerifyAccountRequest.DisbursementTypeEnumModifier and TypeMethodDescriptionVerifyAccountRequest.getDisbursementType()The method which the account holder whishes to be paid.Returns the enum constant of this class with the specified name.VerifyAccountRequest.DisbursementTypeEnum.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 VerifyAccountRequest.DisbursementTypeEnumModifier and TypeMethodDescriptionVerifyAccountRequest.disbursementType(VerifyAccountRequest.DisbursementTypeEnum disbursementType) voidVerifyAccountRequest.setDisbursementType(VerifyAccountRequest.DisbursementTypeEnum disbursementType)