Package com.stripe.model
Class SourceTransaction.PaperCheck
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SourceTransaction.PaperCheck
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SourceTransaction
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Time at which the deposited funds will be available for use.Comma-separated list of invoice IDs associated with the paper check.int
hashCode()
void
setAvailableAt
(String availableAt) Time at which the deposited funds will be available for use.void
setInvoices
(String invoices) Comma-separated list of invoice IDs associated with the paper check.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PaperCheck
public PaperCheck()
-
-
Method Details
-
getAvailableAt
Time at which the deposited funds will be available for use. Measured in seconds since the Unix epoch. -
getInvoices
Comma-separated list of invoice IDs associated with the paper check. -
setAvailableAt
Time at which the deposited funds will be available for use. Measured in seconds since the Unix epoch. -
setInvoices
Comma-separated list of invoice IDs associated with the paper check. -
equals
-
canEqual
-
hashCode
public int hashCode()
-