Package com.chargebee

Interface ApiResponse

All Known Implementing Classes:
BatchResult, ListResult, Result

public interface ApiResponse
Author:
cb-ajit
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    org.json.JSONObject
     
  • Method Details

    • httpCode

      int httpCode()
    • jsonResponse

      org.json.JSONObject jsonResponse()