com.chargebee.models
Class Customer.ReferralUrl

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

public static class Customer.ReferralUrl
extends Resource<Customer.ReferralUrl>


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Customer.ReferralUrl(org.json.JSONObject jsonObj)
           
 
Method Summary
 Timestamp createdAt()
           
 String externalCustomerId()
           
 String referralAccountId()
           
 String referralCampaignId()
           
 String referralExternalCampaignId()
           
 String referralSharingUrl()
           
 ReferralSystem referralSystem()
           
 Timestamp updatedAt()
           
 
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

Customer.ReferralUrl

public Customer.ReferralUrl(org.json.JSONObject jsonObj)
Method Detail

externalCustomerId

public String externalCustomerId()

referralSharingUrl

public String referralSharingUrl()

createdAt

public Timestamp createdAt()

updatedAt

public Timestamp updatedAt()

referralCampaignId

public String referralCampaignId()

referralAccountId

public String referralAccountId()

referralExternalCampaignId

public String referralExternalCampaignId()

referralSystem

public ReferralSystem referralSystem()


Copyright © 2017 ChargeBee. All Rights Reserved.