Uses of Enum Class
io.trippay.sdk.payment.model.Account.PreferredDisbursementTypeEnum
Packages that use Account.PreferredDisbursementTypeEnum
-
Uses of Account.PreferredDisbursementTypeEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type Account.PreferredDisbursementTypeEnum in io.trippay.sdk.payment.modelModifier and TypeClassDescriptionstatic enumThe preferred method which the account holder wishes to be paid.Methods in io.trippay.sdk.payment.model that return Account.PreferredDisbursementTypeEnumModifier and TypeMethodDescriptionAccount.getPreferredDisbursementType()The preferred method which the account holder wishes to be paid.Returns the enum constant of this class with the specified name.Account.PreferredDisbursementTypeEnum.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 Account.PreferredDisbursementTypeEnumModifier and TypeMethodDescriptionAccount.preferredDisbursementType(Account.PreferredDisbursementTypeEnum preferredDisbursementType) voidAccount.setPreferredDisbursementType(Account.PreferredDisbursementTypeEnum preferredDisbursementType)