com.chargebee.models
Class ThirdPartyPaymentMethod

java.lang.Object
  extended by com.chargebee.internal.Resource<ThirdPartyPaymentMethod>
      extended by com.chargebee.models.ThirdPartyPaymentMethod

public class ThirdPartyPaymentMethod
extends Resource<ThirdPartyPaymentMethod>


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
ThirdPartyPaymentMethod(org.json.JSONObject jsonObj)
           
ThirdPartyPaymentMethod(String jsonStr)
           
 
Method Summary
 Gateway gateway()
           
 String gatewayAccountId()
           
 String referenceId()
           
 Type type()
           
 
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

ThirdPartyPaymentMethod

public ThirdPartyPaymentMethod(String jsonStr)

ThirdPartyPaymentMethod

public ThirdPartyPaymentMethod(org.json.JSONObject jsonObj)
Method Detail

type

public Type type()

gateway

public Gateway gateway()

gatewayAccountId

public String gatewayAccountId()

referenceId

public String referenceId()


Copyright © 2019 ChargeBee. All Rights Reserved.