Package com.stripe.model
Class Mandate.BacsDebit
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.Mandate.BacsDebit
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Mandate
public static class Mandate.BacsDebit extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description BacsDebit()
-
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.StringgetNetworkStatus()The status of the mandate on the Bacs network.java.lang.StringgetReference()The unique reference identifying the mandate on the Bacs network.java.lang.StringgetUrl()The URL that will contain the mandate that the customer has signed.inthashCode()voidsetNetworkStatus(java.lang.String networkStatus)The status of the mandate on the Bacs network.voidsetReference(java.lang.String reference)The unique reference identifying the mandate on the Bacs network.voidsetUrl(java.lang.String url)The URL that will contain the mandate that the customer has signed.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getNetworkStatus
public java.lang.String getNetworkStatus()
The status of the mandate on the Bacs network. Can be one ofpending,revoked,refused, oraccepted.
-
getReference
public java.lang.String getReference()
The unique reference identifying the mandate on the Bacs network.
-
getUrl
public java.lang.String getUrl()
The URL that will contain the mandate that the customer has signed.
-
setNetworkStatus
public void setNetworkStatus(java.lang.String networkStatus)
The status of the mandate on the Bacs network. Can be one ofpending,revoked,refused, oraccepted.
-
setReference
public void setReference(java.lang.String reference)
The unique reference identifying the mandate on the Bacs network.
-
setUrl
public void setUrl(java.lang.String url)
The URL that will contain the mandate that the customer has signed.
-
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
-
-