com.chargebee.models
Class PaymentSource.AmazonPayment

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

public static class PaymentSource.AmazonPayment
extends Resource<PaymentSource.AmazonPayment>


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
PaymentSource.AmazonPayment(org.json.JSONObject jsonObj)
           
 
Method Summary
 String agreementId()
           
 String email()
           
 
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

PaymentSource.AmazonPayment

public PaymentSource.AmazonPayment(org.json.JSONObject jsonObj)
Method Detail

email

public String email()

agreementId

public String agreementId()


Copyright © 2020 ChargeBee. All Rights Reserved.