com.chargebee.models
Class Hierarchy

java.lang.Object
  extended by com.chargebee.internal.Resource<Hierarchy>
      extended by com.chargebee.models.Hierarchy

public class Hierarchy
extends Resource<Hierarchy>


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Hierarchy(org.json.JSONObject jsonObj)
           
Hierarchy(String jsonStr)
           
 
Method Summary
 List<String> childrenIds()
           
 String customerId()
           
 String invoiceOwnerId()
           
 String parentId()
           
 String paymentOwnerId()
           
 
Methods inherited from class com.chargebee.internal.Resource
apiVersionCheck, nullCheck, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONArray, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONArray, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Hierarchy

public Hierarchy(String jsonStr)

Hierarchy

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

parentId

public String parentId()

paymentOwnerId

public String paymentOwnerId()

invoiceOwnerId

public String invoiceOwnerId()

customerId

public String customerId()

childrenIds

public List<String> childrenIds()


Copyright © 2019 ChargeBee. All Rights Reserved.