com.chargebee.internal
Class ResultBase

java.lang.Object
  extended by com.chargebee.internal.ResultBase
Direct Known Subclasses:
Event.Content, HostedPage.Content, ListResult.Entry, Result

public class ResultBase
extends Object


Constructor Summary
ResultBase(org.json.JSONObject jsonObj)
           
 
Method Summary
 Addon addon()
           
 Address address()
           
 Card card()
           
 Comment comment()
           
 Coupon coupon()
           
 CouponCode couponCode()
           
 CreditNote creditNote()
           
 List<CreditNote> creditNotes()
           
 Customer customer()
           
 Download download()
           
 Estimate estimate()
           
 Event event()
           
 HostedPage hostedPage()
           
 Invoice invoice()
           
 Order order()
           
 Plan plan()
           
 PortalSession portalSession()
           
 Subscription subscription()
           
 ThirdPartyPaymentMethod thirdPartyPaymentMethod()
           
 String toString()
           
 Transaction transaction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultBase

public ResultBase(org.json.JSONObject jsonObj)
Method Detail

subscription

public Subscription subscription()

customer

public Customer customer()

card

public Card card()

thirdPartyPaymentMethod

public ThirdPartyPaymentMethod thirdPartyPaymentMethod()

invoice

public Invoice invoice()

creditNote

public CreditNote creditNote()

order

public Order order()

transaction

public Transaction transaction()

hostedPage

public HostedPage hostedPage()

estimate

public Estimate estimate()

plan

public Plan plan()

addon

public Addon addon()

coupon

public Coupon coupon()

couponCode

public CouponCode couponCode()

address

public Address address()

event

public Event event()

comment

public Comment comment()

download

public Download download()

portalSession

public PortalSession portalSession()

creditNotes

public List<CreditNote> creditNotes()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016 ChargeBee. All Rights Reserved.