Class SourceTransaction.PaperCheck

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SourceTransaction.PaperCheck
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
SourceTransaction

public static class SourceTransaction.PaperCheck extends StripeObject
  • Constructor Details

    • PaperCheck

      public PaperCheck()
  • Method Details

    • getAvailableAt

      public String getAvailableAt()
      Time at which the deposited funds will be available for use. Measured in seconds since the Unix epoch.
    • getInvoices

      public String getInvoices()
      Comma-separated list of invoice IDs associated with the paper check.
    • setAvailableAt

      public void setAvailableAt(String availableAt)
      Time at which the deposited funds will be available for use. Measured in seconds since the Unix epoch.
    • setInvoices

      public void setInvoices(String invoices)
      Comma-separated list of invoice IDs associated with the paper check.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object