Account.DeclineChargeOn, Account.Keys, Account.PayoutSchedule, Account.TosAcceptance, Account.TransferSchedule, Account.Verification, Address, ApiResource, Application, Authorization.RequestHistory, Authorization.VerificationData, Balance.Money, Balance.Money.SourceTypes, Card.AuthorizationControls, Card.Billing, Card.Shipping, Cardholder.Billing, Charge.AlternateStatementDescriptors, Charge.FraudDetails, Charge.Level3, Charge.Level3.LineItem, Charge.Outcome.Rule, CountrySpec.VerificationFields, CountrySpec.VerificationFields.Details, Customer.NextRecurringCharge, Customer.TaxInfo, Customer.TaxInfoVerification, DeauthorizedAccount, Discount, Dispute.Evidence, Dispute.EvidenceDetails, Dispute.EvidenceFraudulent, Dispute.EvidenceOther, EphemeralKey.AssociatedObject, EventData, EventRequest, EvidenceSubObject, InvoiceLineItem, InvoiceLineItemPeriod, LegalEntity, LegalEntity.DateOfBirth, LegalEntity.JapanAddress, LegalEntity.Owner, LegalEntity.Verification, MerchantData, Order.ShippingMethod, Order.StatusTransitions, PackageDimensions, PaymentIntent.TransferData, PaymentIntentSourceAction, PaymentIntentSourceActionValue, Plan.Tier, Plan.TransformUsage, ReportRun.Parameters, Review, ShippingDetails, Source.CodeVerificationFlow, Source.Owner, Source.ReceiverFlow, Source.RedirectFlow, StripeCollection, StripeRawJsonObject, TokenResponse, Transfer.Summary, TransferTransaction, UsageRecordSummary.Periodpublic abstract class StripeObject
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static com.google.gson.Gson |
PRETTY_PRINT_GSON |
| Constructor | Description |
|---|---|
StripeObject() |
| Modifier and Type | Method | Description |
|---|---|---|
protected static boolean |
equals(java.lang.Object a,
java.lang.Object b) |
|
StripeResponse |
getLastResponse() |
|
void |
setLastResponse(StripeResponse response) |
|
java.lang.String |
toJson() |
|
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic StripeResponse getLastResponse()
public void setLastResponse(StripeResponse response)
public java.lang.String toJson()
protected static boolean equals(java.lang.Object a,
java.lang.Object b)