com.chargebee.models
Class Customer.Balance

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

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


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Customer.Balance(org.json.JSONObject jsonObj)
           
 
Method Summary
 String balanceCurrencyCode()
          Deprecated. 
 String currencyCode()
           
 Integer excessPayments()
           
 Integer promotionalCredits()
           
 Integer refundableCredits()
           
 Integer unbilledCharges()
           
 
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

Customer.Balance

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

promotionalCredits

public Integer promotionalCredits()

excessPayments

public Integer excessPayments()

refundableCredits

public Integer refundableCredits()

unbilledCharges

public Integer unbilledCharges()

currencyCode

public String currencyCode()

balanceCurrencyCode

@Deprecated
public String balanceCurrencyCode()
Deprecated. 



Copyright © 2019 ChargeBee. All Rights Reserved.