Class SourceTransaction.PaperCheckData

    • Constructor Detail

      • PaperCheckData

        public PaperCheckData()
    • 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:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object