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()
Time at which the deposited funds will be available for use.
|
java.lang.String |
getInvoices()
Comma-separated list of invoice IDs associated with the paper check.
|
int |
hashCode() |
void |
setAvailableAt(java.lang.String availableAt)
Time at which the deposited funds will be available for use.
|
void |
setInvoices(java.lang.String invoices)
Comma-separated list of invoice IDs associated with the paper check.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic 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.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object