Uses of Enum Class
com.flutterwave.bean.ChargeTypes
Packages that use ChargeTypes
Package
Description
-
Uses of ChargeTypes in com.flutterwave.bean
Methods in com.flutterwave.bean that return ChargeTypesModifier and TypeMethodDescriptionstatic ChargeTypesReturns the enum constant of this class with the specified name.static ChargeTypes[]ChargeTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in com.flutterwave.bean with type arguments of type ChargeTypesModifierConstructorDescriptionAccountResolveRequest(String account_number, String account_bank, Optional<ChargeTypes> type, Optional<String> country) -
Uses of ChargeTypes in com.flutterwave.client
Methods in com.flutterwave.client with parameters of type ChargeTypesModifier and TypeMethodDescriptionstatic StringUtility.delete(String url, ChargeTypes chargeType, List<org.apache.http.NameValuePair> nameValuePairs) static StringUtility.get(String url, ChargeTypes chargeType, List<org.apache.http.NameValuePair> nameValuePairs) static StringUtility.post(String url, String request, ChargeTypes chargeType, List<org.apache.http.NameValuePair> nameValuePairs) static StringUtility.put(String url, String request, ChargeTypes chargeType, List<org.apache.http.NameValuePair> nameValuePairs) static StringClient.runTransaction(String url, String request, Verb type, ChargeTypes chargeType, List<org.apache.http.NameValuePair> nameValuePairs) -
Uses of ChargeTypes in com.flutterwave.metric
Methods in com.flutterwave.metric with parameters of type ChargeTypesModifier and TypeMethodDescriptionstatic voidMetric.send(ChargeTypes type) sends the metric data needed -
Uses of ChargeTypes in com.flutterwave.services
Methods in com.flutterwave.services with parameters of type ChargeTypesModifier and TypeMethodDescriptionCharge.runTransaction(String request, ChargeTypes type, boolean encrypyt, Optional<String> urlSuffix) Handles all charge requestsConstructor parameters in com.flutterwave.services with type arguments of type ChargeTypesModifierConstructorDescriptionValidateCharge(String otp, String flw_ref, Optional<ChargeTypes> type)