com.chargebee.models
Class Invoice.DunningAttempt

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

public static class Invoice.DunningAttempt
extends Resource<Invoice.DunningAttempt>


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Invoice.DunningAttempt(org.json.JSONObject jsonObj)
           
 
Method Summary
 Integer attempt()
           
 Timestamp createdAt()
           
 DunningType dunningType()
           
 String transactionId()
           
 Integer txnAmount()
           
 Transaction.Status txnStatus()
           
 
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

Invoice.DunningAttempt

public Invoice.DunningAttempt(org.json.JSONObject jsonObj)
Method Detail

attempt

public Integer attempt()

transactionId

public String transactionId()

dunningType

public DunningType dunningType()

createdAt

public Timestamp createdAt()

txnStatus

public Transaction.Status txnStatus()

txnAmount

public Integer txnAmount()


Copyright © 2019 ChargeBee. All Rights Reserved.