com.chargebee.models
Class PaymentIntent.PaymentAttempt
java.lang.Object
com.chargebee.internal.Resource<PaymentIntent.PaymentAttempt>
com.chargebee.models.PaymentIntent.PaymentAttempt
- Enclosing class:
- PaymentIntent
public static class PaymentIntent.PaymentAttempt
- extends Resource<PaymentIntent.PaymentAttempt>
| 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 |
PaymentIntent.PaymentAttempt
public PaymentIntent.PaymentAttempt(org.json.JSONObject jsonObj)
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.