public static class SourceMandateNotification.BacsDebitData extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
BacsDebitData() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getLast4()
Last 4 digits of the account number associated with the debit.
|
int |
hashCode() |
void |
setLast4(java.lang.String last4)
Last 4 digits of the account number associated with the debit.
|
equals, getLastResponse, setLastResponse, toJson, toString
public java.lang.String getLast4()
public void setLast4(java.lang.String last4)
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