Class W9V1Page


  • public class W9V1Page
    extends W9V1Document
    W9 API version 1.0 page data.
    • Field Detail

      • address

        protected StringField address
        The street address (number, street, and apt. or suite no.) of the applicant.
      • businessName

        protected StringField businessName
        The business name or disregarded entity name, if different from Name.
      • cityStateZip

        protected StringField cityStateZip
        The city, state, and ZIP code of the applicant.
      • ein

        protected StringField ein
        The employer identification number.
      • name

        protected StringField name
        Name as shown on the applicant's income tax return.
      • signatureDatePosition

        protected PositionField signatureDatePosition
        Position of the signature date on the document.
      • signaturePosition

        protected PositionField signaturePosition
        Position of the signature on the document.
      • ssn

        protected StringField ssn
        The applicant's social security number.
      • taxClassification

        protected StringField taxClassification
        The federal tax classification, which can vary depending on the revision date.
      • taxClassificationLlc

        protected StringField taxClassificationLlc
        Depending on revision year, among S, C, P or D for Limited Liability Company Classification.
      • taxClassificationOtherDetails

        protected StringField taxClassificationOtherDetails
        Tax Classification Other Details.
      • w9RevisionDate

        protected StringField w9RevisionDate
        The Revision month and year of the W9 form.
    • Constructor Detail

      • W9V1Page

        public W9V1Page()
    • 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
        Overrides:
        isEmpty in class W9V1Document
      • getAddress

        public StringField getAddress()
        The street address (number, street, and apt. or suite no.) of the applicant.
      • getBusinessName

        public StringField getBusinessName()
        The business name or disregarded entity name, if different from Name.
      • getCityStateZip

        public StringField getCityStateZip()
        The city, state, and ZIP code of the applicant.
      • getEin

        public StringField getEin()
        The employer identification number.
      • getName

        public StringField getName()
        Name as shown on the applicant's income tax return.
      • getSignatureDatePosition

        public PositionField getSignatureDatePosition()
        Position of the signature date on the document.
      • getSignaturePosition

        public PositionField getSignaturePosition()
        Position of the signature on the document.
      • getSsn

        public StringField getSsn()
        The applicant's social security number.
      • getTaxClassification

        public StringField getTaxClassification()
        The federal tax classification, which can vary depending on the revision date.
      • getTaxClassificationLlc

        public StringField getTaxClassificationLlc()
        Depending on revision year, among S, C, P or D for Limited Liability Company Classification.
      • getTaxClassificationOtherDetails

        public StringField getTaxClassificationOtherDetails()
        Tax Classification Other Details.
      • getW9RevisionDate

        public StringField getW9RevisionDate()
        The Revision month and year of the W9 form.