public static class Mandate.CustomerAcceptance extends StripeObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Mandate.CustomerAcceptance.Offline |
static class |
Mandate.CustomerAcceptance.Online |
PRETTY_PRINT_GSON| Constructor and Description |
|---|
CustomerAcceptance() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Long |
getAcceptedAt()
The time at which the customer accepted the Mandate.
|
Mandate.CustomerAcceptance.Offline |
getOffline() |
Mandate.CustomerAcceptance.Online |
getOnline() |
java.lang.String |
getType()
The type of customer acceptance information included with the Mandate.
|
int |
hashCode() |
void |
setAcceptedAt(java.lang.Long acceptedAt)
The time at which the customer accepted the Mandate.
|
void |
setOffline(Mandate.CustomerAcceptance.Offline offline) |
void |
setOnline(Mandate.CustomerAcceptance.Online online) |
void |
setType(java.lang.String type)
The type of customer acceptance information included with the Mandate.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic java.lang.Long getAcceptedAt()
public Mandate.CustomerAcceptance.Offline getOffline()
public Mandate.CustomerAcceptance.Online getOnline()
public java.lang.String getType()
online
or offline.public void setAcceptedAt(java.lang.Long acceptedAt)
public void setOffline(Mandate.CustomerAcceptance.Offline offline)
public void setOnline(Mandate.CustomerAcceptance.Online online)
public void setType(java.lang.String type)
online
or offline.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