Package com.flutterwave.rave.java.entry
Class ebills
- java.lang.Object
-
- com.flutterwave.rave.java.entry.ebills
-
@Path("/") public class ebills extends Object- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description ebills()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdoebillscreate(ebillpayload ebillpayload)Stringdoebillsupdate(ebillpayload ebillpayload)
-
-
-
Method Detail
-
doebillscreate
@POST @Path("ebills/create/v1") @Consumes("application/json") @Produces("application/json") public String doebillscreate(ebillpayload ebillpayload)
-
doebillsupdate
@POST @Path("ebills/update/v1") @Consumes("application/json") @Produces("application/json") public String doebillsupdate(ebillpayload ebillpayload)
-
-