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