Class Refund


  • @Path("/")
    public class Refund
    extends Object
    Author:
    cleopatradouglas
    • Constructor Detail

      • Refund

        public Refund()
    • Method Detail

      • dorefund

        @POST
        @Path("refund/v1")
        @Consumes("application/json")
        @Produces("application/json")
        public String dorefund​(refundPayload refundpayload)