Package com.stripe.model
Class PaymentMethod.SepaDebit.GeneratedFrom
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.PaymentMethod.SepaDebit.GeneratedFrom
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentMethod.SepaDebit
public static class PaymentMethod.SepaDebit.GeneratedFrom extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description GeneratedFrom()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetCharge()Get ID of expandablechargeobject.ChargegetChargeObject()Get expandedcharge.java.lang.StringgetSetupAttempt()Get ID of expandablesetupAttemptobject.SetupAttemptgetSetupAttemptObject()inthashCode()voidsetCharge(java.lang.String id)voidsetChargeObject(Charge expandableObject)voidsetSetupAttempt(java.lang.String id)voidsetSetupAttemptObject(SetupAttempt expandableObject)-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getCharge
public java.lang.String getCharge()
Get ID of expandablechargeobject.
-
setCharge
public void setCharge(java.lang.String id)
-
getChargeObject
public Charge getChargeObject()
Get expandedcharge.
-
setChargeObject
public void setChargeObject(Charge expandableObject)
-
getSetupAttempt
public java.lang.String getSetupAttempt()
Get ID of expandablesetupAttemptobject.
-
setSetupAttempt
public void setSetupAttempt(java.lang.String id)
-
getSetupAttemptObject
public SetupAttempt getSetupAttemptObject()
-
setSetupAttemptObject
public void setSetupAttemptObject(SetupAttempt expandableObject)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-