Class BankCheckV1Document

  • Direct Known Subclasses:
    BankCheckV1Page

    public class BankCheckV1Document
    extends Prediction
    Bank Check API version 1.1 document data.
    • Field Detail

      • accountNumber

        protected StringField accountNumber
        The check payer's account number.
      • amount

        protected AmountField amount
        The amount of the check.
      • checkNumber

        protected StringField checkNumber
        The issuer's check number.
      • date

        protected DateField date
        The date the check was issued.
      • payees

        protected List<StringField> payees
        List of the check's payees (recipients).
      • routingNumber

        protected StringField routingNumber
        The check issuer's routing number.
    • Constructor Detail

      • BankCheckV1Document

        public BankCheckV1Document()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Description copied from class: Prediction
        Returns true if there are no predictions values. Accessing prediction values when this is true may result in a NullPointerException
        Specified by:
        isEmpty in class Prediction
      • getAccountNumber

        public StringField getAccountNumber()
        The check payer's account number.
      • getAmount

        public AmountField getAmount()
        The amount of the check.
      • getCheckNumber

        public StringField getCheckNumber()
        The issuer's check number.
      • getDate

        public DateField getDate()
        The date the check was issued.
      • getPayees

        public List<StringField> getPayees()
        List of the check's payees (recipients).
      • getRoutingNumber

        public StringField getRoutingNumber()
        The check issuer's routing number.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object