com.chargebee.models
Class Transaction.LinkedPayment

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

public static class Transaction.LinkedPayment
extends Resource<Transaction.LinkedPayment>


Nested Class Summary
static class Transaction.LinkedPayment.Status
           
 
Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Transaction.LinkedPayment(org.json.JSONObject jsonObj)
           
 
Method Summary
 Integer amount()
           
 Timestamp date()
           
 String id()
           
 Transaction.LinkedPayment.Status status()
           
 
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

Transaction.LinkedPayment

public Transaction.LinkedPayment(org.json.JSONObject jsonObj)
Method Detail

id

public String id()

status

public Transaction.LinkedPayment.Status status()

amount

public Integer amount()

date

public Timestamp date()


Copyright © 2019 ChargeBee. All Rights Reserved.