com.chargebee.models
Class PortalSession.LinkedCustomer

java.lang.Object
  extended by com.chargebee.internal.Resource<PortalSession.LinkedCustomer>
      extended by com.chargebee.models.PortalSession.LinkedCustomer
Enclosing class:
PortalSession

public static class PortalSession.LinkedCustomer
extends Resource<PortalSession.LinkedCustomer>


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
PortalSession.LinkedCustomer(org.json.JSONObject jsonObj)
           
 
Method Summary
 String customerId()
           
 String email()
           
 Boolean hasActiveSubscription()
           
 Boolean hasBillingAddress()
           
 Boolean hasPaymentMethod()
           
 
Methods inherited from class com.chargebee.internal.Resource
apiVersionCheck, nullCheck, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, 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

PortalSession.LinkedCustomer

public PortalSession.LinkedCustomer(org.json.JSONObject jsonObj)
Method Detail

customerId

public String customerId()

email

public String email()

hasBillingAddress

public Boolean hasBillingAddress()

hasPaymentMethod

public Boolean hasPaymentMethod()

hasActiveSubscription

public Boolean hasActiveSubscription()


Copyright © 2017 ChargeBee. All Rights Reserved.