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