public static class Mandate.BacsDebit extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
BacsDebit() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getNetworkStatus()
The status of the mandate on the Bacs network.
|
java.lang.String |
getReference()
The unique reference identifying the mandate on the Bacs network.
|
java.lang.String |
getUrl()
The URL that will contain the mandate that the customer has signed.
|
int |
hashCode() |
void |
setNetworkStatus(java.lang.String networkStatus)
The status of the mandate on the Bacs network.
|
void |
setReference(java.lang.String reference)
The unique reference identifying the mandate on the Bacs network.
|
void |
setUrl(java.lang.String url)
The URL that will contain the mandate that the customer has signed.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic java.lang.String getNetworkStatus()
pending, revoked, refused, or accepted.public java.lang.String getReference()
public java.lang.String getUrl()
public void setNetworkStatus(java.lang.String networkStatus)
pending, revoked, refused, or accepted.public void setReference(java.lang.String reference)
public void setUrl(java.lang.String url)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object