public class SourceMandateNotification extends StripeObject implements HasId
Modifier and Type | Class and Description |
---|---|
static class |
SourceMandateNotification.BacsDebitData |
static class |
SourceMandateNotification.SepaDebitData |
PRETTY_PRINT_GSON
Constructor and Description |
---|
SourceMandateNotification() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Long |
getAmount()
A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1,
Japanese Yen being a zero-decimal currency) representing the amount associated with the mandate
notification.
|
SourceMandateNotification.BacsDebitData |
getBacsDebit() |
java.lang.Long |
getCreated()
Time at which the object was created.
|
java.lang.String |
getId()
Unique identifier for the object.
|
java.lang.Boolean |
getLivemode()
Has the value `true` if the object exists in live mode or the value `false` if the object
exists in test mode.
|
java.lang.String |
getObject()
String representing the object's type.
|
java.lang.String |
getReason()
The reason of the mandate notification.
|
SourceMandateNotification.SepaDebitData |
getSepaDebit() |
Source |
getSource() |
java.lang.String |
getStatus()
The status of the mandate notification.
|
java.lang.String |
getType()
The type of source this mandate notification is attached to.
|
int |
hashCode() |
void |
setAmount(java.lang.Long amount)
A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1,
Japanese Yen being a zero-decimal currency) representing the amount associated with the mandate
notification.
|
void |
setBacsDebit(SourceMandateNotification.BacsDebitData bacsDebit) |
void |
setCreated(java.lang.Long created)
Time at which the object was created.
|
void |
setId(java.lang.String id)
Unique identifier for the object.
|
void |
setLivemode(java.lang.Boolean livemode)
Has the value `true` if the object exists in live mode or the value `false` if the object
exists in test mode.
|
void |
setObject(java.lang.String object)
String representing the object's type.
|
void |
setReason(java.lang.String reason)
The reason of the mandate notification.
|
void |
setSepaDebit(SourceMandateNotification.SepaDebitData sepaDebit) |
void |
setSource(Source source) |
void |
setStatus(java.lang.String status)
The status of the mandate notification.
|
void |
setType(java.lang.String type)
The type of source this mandate notification is attached to.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.Long getAmount()
public SourceMandateNotification.BacsDebitData getBacsDebit()
public java.lang.Long getCreated()
public java.lang.Boolean getLivemode()
public java.lang.String getObject()
public java.lang.String getReason()
public SourceMandateNotification.SepaDebitData getSepaDebit()
public Source getSource()
public java.lang.String getStatus()
public java.lang.String getType()
public void setAmount(java.lang.Long amount)
public void setBacsDebit(SourceMandateNotification.BacsDebitData bacsDebit)
public void setCreated(java.lang.Long created)
public void setId(java.lang.String id)
public void setLivemode(java.lang.Boolean livemode)
public void setObject(java.lang.String object)
public void setReason(java.lang.String reason)
public void setSepaDebit(SourceMandateNotification.SepaDebitData sepaDebit)
public void setSource(Source source)
public void setStatus(java.lang.String status)
public void setType(java.lang.String type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object