public static class SourceTransaction.PaperCheckData extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
PaperCheckData() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAvailableAt()
String unix time for the available date.
|
java.lang.String |
getInvoices()
Invoice ID associated with the paper check.
|
int |
hashCode() |
void |
setAvailableAt(java.lang.String availableAt)
String unix time for the available date.
|
void |
setInvoices(java.lang.String invoices)
Invoice ID associated with the paper check.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getAvailableAt()
public java.lang.String getInvoices()
public void setAvailableAt(java.lang.String availableAt)
public void setInvoices(java.lang.String invoices)
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