public static class PaymentIntent.PaymentAttempt extends Resource<PaymentIntent.PaymentAttempt>
Modifier and Type | Class and Description |
---|---|
static class |
PaymentIntent.PaymentAttempt.Status |
Constructor and Description |
---|
PaymentAttempt(org.json.JSONObject jsonObj) |
Modifier and Type | Method and Description |
---|---|
Timestamp |
createdAt() |
String |
errorCode() |
String |
errorText() |
String |
id() |
String |
idAtGateway() |
Timestamp |
modifiedAt() |
PaymentIntent.PaymentMethodType |
paymentMethodType() |
PaymentIntent.PaymentAttempt.Status |
status() |
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
public String id()
public PaymentIntent.PaymentAttempt.Status status()
public PaymentIntent.PaymentMethodType paymentMethodType()
public String idAtGateway()
public String errorCode()
public String errorText()
public Timestamp createdAt()
public Timestamp modifiedAt()
Copyright © 2023 ChargeBee. All rights reserved.