Package com.stripe.model
Class SourceTransaction.PaperCheckData
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.SourceTransaction.PaperCheckData
-
- 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 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.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getAvailableAt
public java.lang.String getAvailableAt()
String unix time for the available date.
-
getInvoices
public java.lang.String getInvoices()
Invoice ID associated with the paper check.
-
setAvailableAt
public void setAvailableAt(java.lang.String availableAt)
String unix time for the available date.
-
setInvoices
public void setInvoices(java.lang.String invoices)
Invoice ID associated with the paper check.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-