All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.chargebee.ApiResponse Maven / Gradle / Ivy

There is a newer version: 3.26.0
Show newest version
/*
 * Copyright (c) 2017 ChargeBee Inc
 * All Rights Reserved.
 */
package com.chargebee;

import org.json.JSONObject;

/**
 *
 * @author cb-ajit
 */
public interface ApiResponse {

    public int httpCode();

    public JSONObject jsonResponse();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy