com.chargebee.models
Class PaymentIntent
java.lang.Object
com.chargebee.internal.Resource<PaymentIntent>
com.chargebee.models.PaymentIntent
public class PaymentIntent
- extends Resource<PaymentIntent>
| 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
public PaymentIntent(String jsonStr)
PaymentIntent
public PaymentIntent(org.json.JSONObject jsonObj)
id
public String id()
status
public PaymentIntent.Status status()
currencyCode
public String currencyCode()
amount
public Integer amount()
gatewayAccountId
public String gatewayAccountId()
expiresAt
public Timestamp expiresAt()
referenceId
public String referenceId()
createdAt
public Timestamp createdAt()
modifiedAt
public Timestamp modifiedAt()
customerId
public String customerId()
gateway
public String gateway()
activePaymentAttempt
public PaymentIntent.PaymentAttempt activePaymentAttempt()
create
public static PaymentIntent.CreateRequest create()
update
public static PaymentIntent.UpdateRequest update(String id)
retrieve
public static Request retrieve(String id)
Copyright © 2019 ChargeBee. All Rights Reserved.