Class RequestHookResponses

java.lang.Object
com.easypost.hooks.RequestHookResponses

public class RequestHookResponses extends Object
  • Constructor Details

    • RequestHookResponses

      public RequestHookResponses(Map<String,String> headers, String method, String path, com.google.gson.JsonObject requestBody, String requestTimestamp, String requestUuid)
      RequestHookResponses constructor.
      Parameters:
      headers - The headers of the request.
      method - The HTTP method of the request.
      path - The path of the request.
      requestBody - The JSON object representing the request body.
      requestTimestamp - The timestamp of the request.
      requestUuid - The UUID of the request.