com.chargebee
Class Result

java.lang.Object
  extended by com.chargebee.internal.ResultBase
      extended by com.chargebee.Result
All Implemented Interfaces:
ApiResponse

public class Result
extends ResultBase
implements ApiResponse


Field Summary
 int httpCode
           
 
Constructor Summary
Result(int httpCode, org.json.JSONObject jsonObj)
           
 
Method Summary
 int httpCode()
           
 org.json.JSONObject jsonResponse()
           
 
Methods inherited from class com.chargebee.internal.ResultBase
addon, address, card, comment, coupon, couponCode, couponSet, creditNote, creditNotes, customer, download, estimate, event, hostedPage, invoice, invoices, jsonObj, order, paymentSource, plan, portalSession, promotionalCredit, resourceMigration, siteMigrationDetail, subscription, thirdPartyPaymentMethod, timeMachine, toString, transaction, unbilledCharge, unbilledCharges
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

httpCode

public final int httpCode
Constructor Detail

Result

public Result(int httpCode,
              org.json.JSONObject jsonObj)
Method Detail

httpCode

public int httpCode()
Specified by:
httpCode in interface ApiResponse

jsonResponse

public org.json.JSONObject jsonResponse()
Specified by:
jsonResponse in interface ApiResponse


Copyright © 2018 ChargeBee. All Rights Reserved.