Package com.stripe.model
Class SourceTransaction.PaperCheckData
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.SourceTransaction.PaperCheckData
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SourceTransaction
public static class SourceTransaction.PaperCheckData extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description PaperCheckData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetAvailableAt()Time at which the deposited funds will be available for use.java.lang.StringgetInvoices()Comma-separated list of invoice IDs associated with the paper check.inthashCode()voidsetAvailableAt(java.lang.String availableAt)Time at which the deposited funds will be available for use.voidsetInvoices(java.lang.String invoices)Comma-separated list of invoice IDs associated with the paper check.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getAvailableAt
public java.lang.String getAvailableAt()
Time at which the deposited funds will be available for use. Measured in seconds since the Unix epoch.
-
getInvoices
public java.lang.String getInvoices()
Comma-separated list of invoice IDs associated with the paper check.
-
setAvailableAt
public void setAvailableAt(java.lang.String availableAt)
Time at which the deposited funds will be available for use. Measured in seconds since the Unix epoch.
-
setInvoices
public void setInvoices(java.lang.String invoices)
Comma-separated list of invoice IDs associated with the paper check.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-