Package com.stripe.model
Class Mandate.AuBecsDebit
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.Mandate.AuBecsDebit
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Mandate
public static class Mandate.AuBecsDebit extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description AuBecsDebit()
-
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.StringgetUrl()The URL of the mandate.inthashCode()voidsetUrl(java.lang.String url)The URL of the mandate.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getUrl
public java.lang.String getUrl()
The URL of the mandate. This URL generally contains sensitive information about the customer and should be shared with them exclusively.
-
setUrl
public void setUrl(java.lang.String url)
The URL of the mandate. This URL generally contains sensitive information about the customer and should be shared with them exclusively.
-
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
-
-