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