com.chargebee.models
Class PaymentIntent.PaymentAttempt

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

public static class PaymentIntent.PaymentAttempt
extends Resource<PaymentIntent.PaymentAttempt>


Nested Class Summary
static class PaymentIntent.PaymentAttempt.Status
           
 
Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
PaymentIntent.PaymentAttempt(org.json.JSONObject jsonObj)
           
 
Method Summary
 Timestamp createdAt()
           
 String errorCode()
           
 String errorText()
           
 String id()
           
 String idAtGateway()
           
 Timestamp modifiedAt()
           
 PaymentIntent.PaymentAttempt.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

PaymentIntent.PaymentAttempt

public PaymentIntent.PaymentAttempt(org.json.JSONObject jsonObj)
Method Detail

id

public String id()

status

public PaymentIntent.PaymentAttempt.Status status()

idAtGateway

public String idAtGateway()

errorCode

public String errorCode()

errorText

public String errorText()

createdAt

public Timestamp createdAt()

modifiedAt

public Timestamp modifiedAt()


Copyright © 2019 ChargeBee. All Rights Reserved.