Uses of Enum Class
com.flutterwave.bean.SubAccountTypes
Packages that use SubAccountTypes
-
Uses of SubAccountTypes in com.flutterwave.bean
Methods in com.flutterwave.bean that return SubAccountTypesModifier and TypeMethodDescriptionstatic SubAccountTypesReturns the enum constant of this class with the specified name.static SubAccountTypes[]SubAccountTypes.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SubAccountTypes in com.flutterwave.services
Methods in com.flutterwave.services with parameters of type SubAccountTypesModifier and TypeMethodDescriptionSubAccounts.runCreateSubAccounts(CollectionsSubAccountRequest collectionsSubAccountRequest, Optional<PayoutSubAccountRequest> payoutSubAccountRequest, SubAccountTypes type) Create a subaccount on Flutterwave.SubAccounts.runGetSubAccount(int id, Optional<String> account_reference, Optional<String> include_limit, SubAccountTypes type) Fetch a subaccount on Flutterwave.SubAccounts.runGetSubAccounts(Optional<String> account_bank, Optional<String> account_number, Optional<String> bank_name, Optional<Integer> page, SubAccountTypes type) List all subaccounts on Flutterwave.SubAccounts.updateSubAccount(int id, UpdateCollectionSubAccountRequest updateCollectionSubAccountRequest, Optional<UpdatePayoutSubAccountRequest> updatePayoutSubAccountRequest, Optional<String> account_reference, SubAccountTypes type) Update a collection subaccount on Flutterwave.