Uses of Class
com.mindee.parsing.standard.StringField
-
-
Uses of StringField in com.mindee.parsing.custom.lineitems
Methods in com.mindee.parsing.custom.lineitems that return types with arguments of type StringField Modifier and Type Method Description Map<String,StringField>
Line. getFields()
Constructor parameters in com.mindee.parsing.custom.lineitems with type arguments of type StringField Constructor Description Line(Integer rowNumber, Map<String,StringField> fields)
-
Uses of StringField in com.mindee.parsing.generated
Methods in com.mindee.parsing.generated that return StringField Modifier and Type Method Description StringField
GeneratedFeature. asStringField()
Represent the feature as a standardStringField
.StringField
GeneratedObject. asStringField()
Represent the object as a standardStringField
. -
Uses of StringField in com.mindee.product.barcodereader
Fields in com.mindee.product.barcodereader with type parameters of type StringField Modifier and Type Field Description protected List<StringField>
BarcodeReaderV1Document. codes1D
List of decoded 1D barcodes.protected List<StringField>
BarcodeReaderV1Document. codes2D
List of decoded 2D barcodes.Methods in com.mindee.product.barcodereader that return types with arguments of type StringField Modifier and Type Method Description List<StringField>
BarcodeReaderV1Document. getCodes1D()
List of decoded 1D barcodes.List<StringField>
BarcodeReaderV1Document. getCodes2D()
List of decoded 2D barcodes. -
Uses of StringField in com.mindee.product.billoflading
Fields in com.mindee.product.billoflading declared as StringField Modifier and Type Field Description protected StringField
BillOfLadingV1Document. billOfLadingNumber
A unique identifier assigned to a Bill of Lading document.protected StringField
BillOfLadingV1Document. placeOfDelivery
The place where the goods are to be delivered.protected StringField
BillOfLadingV1Document. portOfDischarge
The port where the goods are unloaded from the vessel.protected StringField
BillOfLadingV1Document. portOfLoading
The port where the goods are loaded onto the vessel.Methods in com.mindee.product.billoflading that return StringField Modifier and Type Method Description StringField
BillOfLadingV1Document. getBillOfLadingNumber()
A unique identifier assigned to a Bill of Lading document.StringField
BillOfLadingV1Document. getPlaceOfDelivery()
The place where the goods are to be delivered.StringField
BillOfLadingV1Document. getPortOfDischarge()
The port where the goods are unloaded from the vessel.StringField
BillOfLadingV1Document. getPortOfLoading()
The port where the goods are loaded onto the vessel. -
Uses of StringField in com.mindee.product.businesscard
Fields in com.mindee.product.businesscard declared as StringField Modifier and Type Field Description protected StringField
BusinessCardV1Document. address
The address of the person.protected StringField
BusinessCardV1Document. company
The company the person works for.protected StringField
BusinessCardV1Document. email
The email address of the person.protected StringField
BusinessCardV1Document. faxNumber
The Fax number of the person.protected StringField
BusinessCardV1Document. firstname
The given name of the person.protected StringField
BusinessCardV1Document. jobTitle
The job title of the person.protected StringField
BusinessCardV1Document. lastname
The lastname of the person.protected StringField
BusinessCardV1Document. mobileNumber
The mobile number of the person.protected StringField
BusinessCardV1Document. phoneNumber
The phone number of the person.protected StringField
BusinessCardV1Document. website
The website of the person or company.Fields in com.mindee.product.businesscard with type parameters of type StringField Modifier and Type Field Description protected List<StringField>
BusinessCardV1Document. socialMedia
The social media profiles of the person or company.Methods in com.mindee.product.businesscard that return StringField Modifier and Type Method Description StringField
BusinessCardV1Document. getAddress()
The address of the person.StringField
BusinessCardV1Document. getCompany()
The company the person works for.StringField
BusinessCardV1Document. getEmail()
The email address of the person.StringField
BusinessCardV1Document. getFaxNumber()
The Fax number of the person.StringField
BusinessCardV1Document. getFirstname()
The given name of the person.StringField
BusinessCardV1Document. getJobTitle()
The job title of the person.StringField
BusinessCardV1Document. getLastname()
The lastname of the person.StringField
BusinessCardV1Document. getMobileNumber()
The mobile number of the person.StringField
BusinessCardV1Document. getPhoneNumber()
The phone number of the person.StringField
BusinessCardV1Document. getWebsite()
The website of the person or company.Methods in com.mindee.product.businesscard that return types with arguments of type StringField Modifier and Type Method Description List<StringField>
BusinessCardV1Document. getSocialMedia()
The social media profiles of the person or company. -
Uses of StringField in com.mindee.product.deliverynote
Fields in com.mindee.product.deliverynote declared as StringField Modifier and Type Field Description protected StringField
DeliveryNoteV1Document. customerAddress
The address of the customer receiving the goods.protected StringField
DeliveryNoteV1Document. customerName
The name of the customer receiving the goods.protected StringField
DeliveryNoteV1Document. deliveryNumber
A unique identifier for the delivery note.protected StringField
DeliveryNoteV1Document. supplierAddress
The address of the supplier providing the goods.protected StringField
DeliveryNoteV1Document. supplierName
The name of the supplier providing the goods.Methods in com.mindee.product.deliverynote that return StringField Modifier and Type Method Description StringField
DeliveryNoteV1Document. getCustomerAddress()
The address of the customer receiving the goods.StringField
DeliveryNoteV1Document. getCustomerName()
The name of the customer receiving the goods.StringField
DeliveryNoteV1Document. getDeliveryNumber()
A unique identifier for the delivery note.StringField
DeliveryNoteV1Document. getSupplierAddress()
The address of the supplier providing the goods.StringField
DeliveryNoteV1Document. getSupplierName()
The name of the supplier providing the goods. -
Uses of StringField in com.mindee.product.driverlicense
Fields in com.mindee.product.driverlicense declared as StringField Modifier and Type Field Description protected StringField
DriverLicenseV1Document. category
The category or class of the driver license.protected StringField
DriverLicenseV1Document. countryCode
The alpha-3 ISO 3166 code of the country where the driver license was issued.protected StringField
DriverLicenseV1Document. ddNumber
The DD number of the driver license.protected StringField
DriverLicenseV1Document. firstName
The first name of the driver license holder.protected StringField
DriverLicenseV1Document. id
The unique identifier of the driver license.protected StringField
DriverLicenseV1Document. issuingAuthority
The authority that issued the driver license.protected StringField
DriverLicenseV1Document. lastName
The last name of the driver license holder.protected StringField
DriverLicenseV1Document. mrz
The Machine Readable Zone (MRZ) of the driver license.protected StringField
DriverLicenseV1Document. placeOfBirth
The place of birth of the driver license holder.protected StringField
DriverLicenseV1Document. state
Second part of the ISO 3166-2 code, consisting of two letters indicating the US State.Methods in com.mindee.product.driverlicense that return StringField Modifier and Type Method Description StringField
DriverLicenseV1Document. getCategory()
The category or class of the driver license.StringField
DriverLicenseV1Document. getCountryCode()
The alpha-3 ISO 3166 code of the country where the driver license was issued.StringField
DriverLicenseV1Document. getDdNumber()
The DD number of the driver license.StringField
DriverLicenseV1Document. getFirstName()
The first name of the driver license holder.StringField
DriverLicenseV1Document. getId()
The unique identifier of the driver license.StringField
DriverLicenseV1Document. getIssuingAuthority()
The authority that issued the driver license.StringField
DriverLicenseV1Document. getLastName()
The last name of the driver license holder.StringField
DriverLicenseV1Document. getMrz()
The Machine Readable Zone (MRZ) of the driver license.StringField
DriverLicenseV1Document. getPlaceOfBirth()
The place of birth of the driver license holder.StringField
DriverLicenseV1Document. getState()
Second part of the ISO 3166-2 code, consisting of two letters indicating the US State. -
Uses of StringField in com.mindee.product.eu.driverlicense
Fields in com.mindee.product.eu.driverlicense declared as StringField Modifier and Type Field Description protected StringField
DriverLicenseV1Document. address
EU driver license holders addressprotected StringField
DriverLicenseV1Document. category
EU driver license holders categoriesprotected StringField
DriverLicenseV1Document. countryCode
Country code extracted as a string.protected StringField
DriverLicenseV1Document. documentId
ID number of the Document.protected StringField
DriverLicenseV1Document. firstName
First name(s) of the driver license holderprotected StringField
DriverLicenseV1Document. issueAuthority
Authority that issued the documentprotected StringField
DriverLicenseV1Document. lastName
Last name of the driver license holder.protected StringField
DriverLicenseV1Document. mrz
Machine-readable license numberprotected StringField
DriverLicenseV1Document. placeOfBirth
Place where the driver license holder was bornMethods in com.mindee.product.eu.driverlicense that return StringField Modifier and Type Method Description StringField
DriverLicenseV1Document. getAddress()
EU driver license holders addressStringField
DriverLicenseV1Document. getCategory()
EU driver license holders categoriesStringField
DriverLicenseV1Document. getCountryCode()
Country code extracted as a string.StringField
DriverLicenseV1Document. getDocumentId()
ID number of the Document.StringField
DriverLicenseV1Document. getFirstName()
First name(s) of the driver license holderStringField
DriverLicenseV1Document. getIssueAuthority()
Authority that issued the documentStringField
DriverLicenseV1Document. getLastName()
Last name of the driver license holder.StringField
DriverLicenseV1Document. getMrz()
Machine-readable license numberStringField
DriverLicenseV1Document. getPlaceOfBirth()
Place where the driver license holder was born -
Uses of StringField in com.mindee.product.eu.licenseplate
Fields in com.mindee.product.eu.licenseplate with type parameters of type StringField Modifier and Type Field Description protected List<StringField>
LicensePlateV1Document. licensePlates
List of all license plates found in the image.Methods in com.mindee.product.eu.licenseplate that return types with arguments of type StringField Modifier and Type Method Description List<StringField>
LicensePlateV1Document. getLicensePlates()
List of all license plates found in the image. -
Uses of StringField in com.mindee.product.financialdocument
Fields in com.mindee.product.financialdocument declared as StringField Modifier and Type Field Description protected StringField
FinancialDocumentV1Document. billingAddress
The customer's address used for billing.protected StringField
FinancialDocumentV1Document. customerAddress
The address of the customer.protected StringField
FinancialDocumentV1Document. customerId
The customer account number or identifier from the supplier.protected StringField
FinancialDocumentV1Document. customerName
The name of the customer.protected StringField
FinancialDocumentV1Document. documentNumber
The document number or identifier.protected StringField
FinancialDocumentV1Document. invoiceNumber
The invoice number or identifier only if document is an invoice.protected StringField
FinancialDocumentV1Document. poNumber
The purchase order number.protected StringField
FinancialDocumentV1Document. receiptNumber
The receipt number or identifier only if document is a receipt.protected StringField
FinancialDocumentV1Document. shippingAddress
The customer's address used for shipping.protected StringField
FinancialDocumentV1Document. supplierAddress
The address of the supplier or merchant.protected StringField
FinancialDocumentV1Document. supplierEmail
The email of the supplier or merchant.protected StringField
FinancialDocumentV1Document. supplierName
The name of the supplier or merchant.protected StringField
FinancialDocumentV1Document. supplierPhoneNumber
The phone number of the supplier or merchant.protected StringField
FinancialDocumentV1Document. supplierWebsite
The website URL of the supplier or merchant.protected StringField
FinancialDocumentV1Document. time
The time the purchase was made.Fields in com.mindee.product.financialdocument with type parameters of type StringField Modifier and Type Field Description protected List<StringField>
FinancialDocumentV1Document. referenceNumbers
List of Reference numbers, including PO number.Methods in com.mindee.product.financialdocument that return StringField Modifier and Type Method Description StringField
FinancialDocumentV1Document. getBillingAddress()
The customer's address used for billing.StringField
FinancialDocumentV1Document. getCustomerAddress()
The address of the customer.StringField
FinancialDocumentV1Document. getCustomerId()
The customer account number or identifier from the supplier.StringField
FinancialDocumentV1Document. getCustomerName()
The name of the customer.StringField
FinancialDocumentV1Document. getDocumentNumber()
The document number or identifier.StringField
FinancialDocumentV1Document. getInvoiceNumber()
The invoice number or identifier only if document is an invoice.StringField
FinancialDocumentV1Document. getPoNumber()
The purchase order number.StringField
FinancialDocumentV1Document. getReceiptNumber()
The receipt number or identifier only if document is a receipt.StringField
FinancialDocumentV1Document. getShippingAddress()
The customer's address used for shipping.StringField
FinancialDocumentV1Document. getSupplierAddress()
The address of the supplier or merchant.StringField
FinancialDocumentV1Document. getSupplierEmail()
The email of the supplier or merchant.StringField
FinancialDocumentV1Document. getSupplierName()
The name of the supplier or merchant.StringField
FinancialDocumentV1Document. getSupplierPhoneNumber()
The phone number of the supplier or merchant.StringField
FinancialDocumentV1Document. getSupplierWebsite()
The website URL of the supplier or merchant.StringField
FinancialDocumentV1Document. getTime()
The time the purchase was made.Methods in com.mindee.product.financialdocument that return types with arguments of type StringField Modifier and Type Method Description List<StringField>
FinancialDocumentV1Document. getReferenceNumbers()
List of Reference numbers, including PO number. -
Uses of StringField in com.mindee.product.fr.bankaccountdetails
Fields in com.mindee.product.fr.bankaccountdetails declared as StringField Modifier and Type Field Description protected StringField
BankAccountDetailsV1Document. accountHolderName
The name of the account holder as seen on the document.protected StringField
BankAccountDetailsV2Document. accountHoldersNames
Full extraction of the account holders names.protected StringField
BankAccountDetailsV1Document. iban
The International Bank Account Number (IBAN).protected StringField
BankAccountDetailsV2Document. iban
Full extraction of the IBAN number.protected StringField
BankAccountDetailsV1Document. swift
The bank's SWIFT Business Identifier Code (BIC).protected StringField
BankAccountDetailsV2Document. swiftCode
Full extraction of the SWIFT code.Methods in com.mindee.product.fr.bankaccountdetails that return StringField Modifier and Type Method Description StringField
BankAccountDetailsV1Document. getAccountHolderName()
The name of the account holder as seen on the document.StringField
BankAccountDetailsV2Document. getAccountHoldersNames()
Full extraction of the account holders names.StringField
BankAccountDetailsV1Document. getIban()
The International Bank Account Number (IBAN).StringField
BankAccountDetailsV2Document. getIban()
Full extraction of the IBAN number.StringField
BankAccountDetailsV1Document. getSwift()
The bank's SWIFT Business Identifier Code (BIC).StringField
BankAccountDetailsV2Document. getSwiftCode()
Full extraction of the SWIFT code. -
Uses of StringField in com.mindee.product.fr.cartegrise
Fields in com.mindee.product.fr.cartegrise declared as StringField Modifier and Type Field Description protected StringField
CarteGriseV1Document. a
The vehicle's license plate number.protected StringField
CarteGriseV1Document. c1
The vehicle owner's full name including maiden name.protected StringField
CarteGriseV1Document. c3
The vehicle owner's address.protected StringField
CarteGriseV1Document. c41
Number of owners of the license certificate.protected StringField
CarteGriseV1Document. c4A
Mentions about the ownership of the vehicle.protected StringField
CarteGriseV1Document. d1
The vehicle's brand.protected StringField
CarteGriseV1Document. d3
The vehicle's commercial name.protected StringField
CarteGriseV1Document. e
The Vehicle Identification Number (VIN).protected StringField
CarteGriseV1Document. f1
The vehicle's maximum admissible weight.protected StringField
CarteGriseV1Document. f2
The vehicle's maximum admissible weight within the license's state.protected StringField
CarteGriseV1Document. f3
The vehicle's maximum authorized weight with coupling.protected StringField
CarteGriseV1Document. formulaNumber
The document's formula number.protected StringField
CarteGriseV1Document. g
The vehicle's weight with coupling if tractor different than category M1.protected StringField
CarteGriseV1Document. g1
The vehicle's national empty weight.protected StringField
CarteGriseV1Document. j
The vehicle's category.protected StringField
CarteGriseV1Document. j1
The vehicle's national type.protected StringField
CarteGriseV1Document. j2
The vehicle's body type (CE).protected StringField
CarteGriseV1Document. j3
The vehicle's body type (National designation).protected StringField
CarteGriseV1Document. mrz1
Machine Readable Zone, first line.protected StringField
CarteGriseV1Document. mrz2
Machine Readable Zone, second line.protected StringField
CarteGriseV1Document. ownerFirstName
The vehicle's owner first name.protected StringField
CarteGriseV1Document. ownerSurname
The vehicle's owner surname.protected StringField
CarteGriseV1Document. p1
The vehicle engine's displacement (cm3).protected StringField
CarteGriseV1Document. p2
The vehicle's maximum net power (kW).protected StringField
CarteGriseV1Document. p3
The vehicle's fuel type or energy source.protected StringField
CarteGriseV1Document. p6
The vehicle's administrative power (fiscal horsepower).protected StringField
CarteGriseV1Document. q
The vehicle's power to weight ratio.protected StringField
CarteGriseV1Document. s1
The vehicle's number of seats.protected StringField
CarteGriseV1Document. s2
The vehicle's number of standing rooms (person).protected StringField
CarteGriseV1Document. u1
The vehicle's sound level (dB).protected StringField
CarteGriseV1Document. u2
The vehicle engine's rotation speed (RPM).protected StringField
CarteGriseV1Document. v7
The vehicle's CO2 emission (g/km).protected StringField
CarteGriseV1Document. x1
Next technical control date.protected StringField
CarteGriseV1Document. y1
Amount of the regional proportional tax of the registration (in euros).protected StringField
CarteGriseV1Document. y2
Amount of the additional parafiscal tax of the registration (in euros).protected StringField
CarteGriseV1Document. y3
Amount of the additional CO2 tax of the registration (in euros).protected StringField
CarteGriseV1Document. y4
Amount of the fee for managing the registration (in euros).protected StringField
CarteGriseV1Document. y5
Amount of the fee for delivery of the registration certificate in euros.protected StringField
CarteGriseV1Document. y6
Total amount of registration fee to be paid in euros.Methods in com.mindee.product.fr.cartegrise that return StringField Modifier and Type Method Description StringField
CarteGriseV1Document. getA()
The vehicle's license plate number.StringField
CarteGriseV1Document. getC1()
The vehicle owner's full name including maiden name.StringField
CarteGriseV1Document. getC3()
The vehicle owner's address.StringField
CarteGriseV1Document. getC41()
Number of owners of the license certificate.StringField
CarteGriseV1Document. getC4A()
Mentions about the ownership of the vehicle.StringField
CarteGriseV1Document. getD1()
The vehicle's brand.StringField
CarteGriseV1Document. getD3()
The vehicle's commercial name.StringField
CarteGriseV1Document. getE()
The Vehicle Identification Number (VIN).StringField
CarteGriseV1Document. getF1()
The vehicle's maximum admissible weight.StringField
CarteGriseV1Document. getF2()
The vehicle's maximum admissible weight within the license's state.StringField
CarteGriseV1Document. getF3()
The vehicle's maximum authorized weight with coupling.StringField
CarteGriseV1Document. getFormulaNumber()
The document's formula number.StringField
CarteGriseV1Document. getG()
The vehicle's weight with coupling if tractor different than category M1.StringField
CarteGriseV1Document. getG1()
The vehicle's national empty weight.StringField
CarteGriseV1Document. getJ()
The vehicle's category.StringField
CarteGriseV1Document. getJ1()
The vehicle's national type.StringField
CarteGriseV1Document. getJ2()
The vehicle's body type (CE).StringField
CarteGriseV1Document. getJ3()
The vehicle's body type (National designation).StringField
CarteGriseV1Document. getMrz1()
Machine Readable Zone, first line.StringField
CarteGriseV1Document. getMrz2()
Machine Readable Zone, second line.StringField
CarteGriseV1Document. getOwnerFirstName()
The vehicle's owner first name.StringField
CarteGriseV1Document. getOwnerSurname()
The vehicle's owner surname.StringField
CarteGriseV1Document. getP1()
The vehicle engine's displacement (cm3).StringField
CarteGriseV1Document. getP2()
The vehicle's maximum net power (kW).StringField
CarteGriseV1Document. getP3()
The vehicle's fuel type or energy source.StringField
CarteGriseV1Document. getP6()
The vehicle's administrative power (fiscal horsepower).StringField
CarteGriseV1Document. getQ()
The vehicle's power to weight ratio.StringField
CarteGriseV1Document. getS1()
The vehicle's number of seats.StringField
CarteGriseV1Document. getS2()
The vehicle's number of standing rooms (person).StringField
CarteGriseV1Document. getU1()
The vehicle's sound level (dB).StringField
CarteGriseV1Document. getU2()
The vehicle engine's rotation speed (RPM).StringField
CarteGriseV1Document. getV7()
The vehicle's CO2 emission (g/km).StringField
CarteGriseV1Document. getX1()
Next technical control date.StringField
CarteGriseV1Document. getY1()
Amount of the regional proportional tax of the registration (in euros).StringField
CarteGriseV1Document. getY2()
Amount of the additional parafiscal tax of the registration (in euros).StringField
CarteGriseV1Document. getY3()
Amount of the additional CO2 tax of the registration (in euros).StringField
CarteGriseV1Document. getY4()
Amount of the fee for managing the registration (in euros).StringField
CarteGriseV1Document. getY5()
Amount of the fee for delivery of the registration certificate in euros.StringField
CarteGriseV1Document. getY6()
Total amount of registration fee to be paid in euros. -
Uses of StringField in com.mindee.product.fr.energybill
Fields in com.mindee.product.fr.energybill declared as StringField Modifier and Type Field Description protected StringField
EnergyBillV1Document. contractId
The unique identifier associated with a specific contract.protected StringField
EnergyBillV1Document. deliveryPoint
The unique identifier assigned to each electricity or gas consumption point.protected StringField
EnergyBillV1Document. invoiceNumber
The unique identifier of the energy invoice.Methods in com.mindee.product.fr.energybill that return StringField Modifier and Type Method Description StringField
EnergyBillV1Document. getContractId()
The unique identifier associated with a specific contract.StringField
EnergyBillV1Document. getDeliveryPoint()
The unique identifier assigned to each electricity or gas consumption point.StringField
EnergyBillV1Document. getInvoiceNumber()
The unique identifier of the energy invoice. -
Uses of StringField in com.mindee.product.fr.healthcard
Fields in com.mindee.product.fr.healthcard declared as StringField Modifier and Type Field Description protected StringField
HealthCardV1Document. socialSecurity
The social security number of the card holder.protected StringField
HealthCardV1Document. surname
The surname of the card holder.Fields in com.mindee.product.fr.healthcard with type parameters of type StringField Modifier and Type Field Description protected List<StringField>
HealthCardV1Document. givenNames
The given names of the card holder.Methods in com.mindee.product.fr.healthcard that return StringField Modifier and Type Method Description StringField
HealthCardV1Document. getSocialSecurity()
The social security number of the card holder.StringField
HealthCardV1Document. getSurname()
The surname of the card holder.Methods in com.mindee.product.fr.healthcard that return types with arguments of type StringField Modifier and Type Method Description List<StringField>
HealthCardV1Document. getGivenNames()
The given names of the card holder. -
Uses of StringField in com.mindee.product.fr.idcard
Fields in com.mindee.product.fr.idcard declared as StringField Modifier and Type Field Description protected StringField
IdCardV2Document. alternateName
The alternate name of the card holder.protected StringField
IdCardV1Document. authority
The name of the issuing authority.protected StringField
IdCardV2Document. authority
The name of the issuing authority.protected StringField
IdCardV1Document. birthPlace
The place of birth of the card holder.protected StringField
IdCardV2Document. birthPlace
The place of birth of the card holder.protected StringField
IdCardV2Document. cardAccessNumber
The card access number (CAN).protected StringField
IdCardV2Document. documentNumber
The document number.protected StringField
IdCardV1Document. gender
The gender of the card holder.protected StringField
IdCardV2Document. gender
The gender of the card holder.protected StringField
IdCardV1Document. idNumber
The identification card number.protected StringField
IdCardV1Document. mrz1
Machine Readable Zone, first lineprotected StringField
IdCardV2Document. mrz1
The Machine Readable Zone, first line.protected StringField
IdCardV1Document. mrz2
Machine Readable Zone, second lineprotected StringField
IdCardV2Document. mrz2
The Machine Readable Zone, second line.protected StringField
IdCardV2Document. mrz3
The Machine Readable Zone, third line.protected StringField
IdCardV2Document. nationality
The nationality of the card holder.protected StringField
IdCardV1Document. surname
The surname of the card holder.protected StringField
IdCardV2Document. surname
The surname of the card holder.Fields in com.mindee.product.fr.idcard with type parameters of type StringField Modifier and Type Field Description protected List<StringField>
IdCardV1Document. givenNames
The given name(s) of the card holder.protected List<StringField>
IdCardV2Document. givenNames
The given name(s) of the card holder.Methods in com.mindee.product.fr.idcard that return StringField Modifier and Type Method Description StringField
IdCardV2Document. getAlternateName()
The alternate name of the card holder.StringField
IdCardV1Document. getAuthority()
The name of the issuing authority.StringField
IdCardV2Document. getAuthority()
The name of the issuing authority.StringField
IdCardV1Document. getBirthPlace()
The place of birth of the card holder.StringField
IdCardV2Document. getBirthPlace()
The place of birth of the card holder.StringField
IdCardV2Document. getCardAccessNumber()
The card access number (CAN).StringField
IdCardV2Document. getDocumentNumber()
The document number.StringField
IdCardV1Document. getGender()
The gender of the card holder.StringField
IdCardV2Document. getGender()
The gender of the card holder.StringField
IdCardV1Document. getIdNumber()
The identification card number.StringField
IdCardV1Document. getMrz1()
Machine Readable Zone, first lineStringField
IdCardV2Document. getMrz1()
The Machine Readable Zone, first line.StringField
IdCardV1Document. getMrz2()
Machine Readable Zone, second lineStringField
IdCardV2Document. getMrz2()
The Machine Readable Zone, second line.StringField
IdCardV2Document. getMrz3()
The Machine Readable Zone, third line.StringField
IdCardV2Document. getNationality()
The nationality of the card holder.StringField
IdCardV1Document. getSurname()
The surname of the card holder.StringField
IdCardV2Document. getSurname()
The surname of the card holder.Methods in com.mindee.product.fr.idcard that return types with arguments of type StringField Modifier and Type Method Description List<StringField>
IdCardV1Document. getGivenNames()
The given name(s) of the card holder.List<StringField>
IdCardV2Document. getGivenNames()
The given name(s) of the card holder. -
Uses of StringField in com.mindee.product.ind.indianpassport
Fields in com.mindee.product.ind.indianpassport declared as StringField Modifier and Type Field Description protected StringField
IndianPassportV1Document. address1
The first line of the address of the passport holder.protected StringField
IndianPassportV1Document. address2
The second line of the address of the passport holder.protected StringField
IndianPassportV1Document. address3
The third line of the address of the passport holder.protected StringField
IndianPassportV1Document. birthPlace
The birth place of the passport holder.protected StringField
IndianPassportV1Document. country
ISO 3166-1 alpha-3 country code (3 letters format).protected StringField
IndianPassportV1Document. fileNumber
The file number of the passport document.protected StringField
IndianPassportV1Document. givenNames
The given names of the passport holder.protected StringField
IndianPassportV1Document. idNumber
The identification number of the passport document.protected StringField
IndianPassportV1Document. issuancePlace
The place where the passport was issued.protected StringField
IndianPassportV1Document. legalGuardian
The name of the legal guardian of the passport holder (if applicable).protected StringField
IndianPassportV1Document. mrz1
The first line of the machine-readable zone (MRZ) of the passport document.protected StringField
IndianPassportV1Document. mrz2
The second line of the machine-readable zone (MRZ) of the passport document.protected StringField
IndianPassportV1Document. nameOfMother
The name of the mother of the passport holder.protected StringField
IndianPassportV1Document. nameOfSpouse
The name of the spouse of the passport holder (if applicable).protected StringField
IndianPassportV1Document. oldPassportNumber
The number of the old passport (if applicable).protected StringField
IndianPassportV1Document. oldPassportPlaceOfIssue
The place of issue of the old passport (if applicable).protected StringField
IndianPassportV1Document. surname
The surname of the passport holder.Methods in com.mindee.product.ind.indianpassport that return StringField Modifier and Type Method Description StringField
IndianPassportV1Document. getAddress1()
The first line of the address of the passport holder.StringField
IndianPassportV1Document. getAddress2()
The second line of the address of the passport holder.StringField
IndianPassportV1Document. getAddress3()
The third line of the address of the passport holder.StringField
IndianPassportV1Document. getBirthPlace()
The birth place of the passport holder.StringField
IndianPassportV1Document. getCountry()
ISO 3166-1 alpha-3 country code (3 letters format).StringField
IndianPassportV1Document. getFileNumber()
The file number of the passport document.StringField
IndianPassportV1Document. getGivenNames()
The given names of the passport holder.StringField
IndianPassportV1Document. getIdNumber()
The identification number of the passport document.StringField
IndianPassportV1Document. getIssuancePlace()
The place where the passport was issued.StringField
IndianPassportV1Document. getLegalGuardian()
The name of the legal guardian of the passport holder (if applicable).StringField
IndianPassportV1Document. getMrz1()
The first line of the machine-readable zone (MRZ) of the passport document.StringField
IndianPassportV1Document. getMrz2()
The second line of the machine-readable zone (MRZ) of the passport document.StringField
IndianPassportV1Document. getNameOfMother()
The name of the mother of the passport holder.StringField
IndianPassportV1Document. getNameOfSpouse()
The name of the spouse of the passport holder (if applicable).StringField
IndianPassportV1Document. getOldPassportNumber()
The number of the old passport (if applicable).StringField
IndianPassportV1Document. getOldPassportPlaceOfIssue()
The place of issue of the old passport (if applicable).StringField
IndianPassportV1Document. getSurname()
The surname of the passport holder. -
Uses of StringField in com.mindee.product.internationalid
Fields in com.mindee.product.internationalid declared as StringField Modifier and Type Field Description protected StringField
InternationalIdV2Document. address
The physical address of the document holder.protected StringField
InternationalIdV2Document. birthPlace
The place of birth of the document holder.protected StringField
InternationalIdV2Document. countryOfIssue
The country where the document was issued.protected StringField
InternationalIdV2Document. documentNumber
The unique identifier assigned to the document.protected StringField
InternationalIdV2Document. mrzLine1
The Machine Readable Zone, first line.protected StringField
InternationalIdV2Document. mrzLine2
The Machine Readable Zone, second line.protected StringField
InternationalIdV2Document. mrzLine3
The Machine Readable Zone, third line.protected StringField
InternationalIdV2Document. nationality
The country of citizenship of the document holder.protected StringField
InternationalIdV2Document. personalNumber
The unique identifier assigned to the document holder.protected StringField
InternationalIdV2Document. sex
The biological sex of the document holder.protected StringField
InternationalIdV2Document. stateOfIssue
The state or territory where the document was issued.Fields in com.mindee.product.internationalid with type parameters of type StringField Modifier and Type Field Description protected List<StringField>
InternationalIdV2Document. givenNames
The list of the document holder's given names.protected List<StringField>
InternationalIdV2Document. surnames
The list of the document holder's family names.Methods in com.mindee.product.internationalid that return StringField Modifier and Type Method Description StringField
InternationalIdV2Document. getAddress()
The physical address of the document holder.StringField
InternationalIdV2Document. getBirthPlace()
The place of birth of the document holder.StringField
InternationalIdV2Document. getCountryOfIssue()
The country where the document was issued.StringField
InternationalIdV2Document. getDocumentNumber()
The unique identifier assigned to the document.StringField
InternationalIdV2Document. getMrzLine1()
The Machine Readable Zone, first line.StringField
InternationalIdV2Document. getMrzLine2()
The Machine Readable Zone, second line.StringField
InternationalIdV2Document. getMrzLine3()
The Machine Readable Zone, third line.StringField
InternationalIdV2Document. getNationality()
The country of citizenship of the document holder.StringField
InternationalIdV2Document. getPersonalNumber()
The unique identifier assigned to the document holder.StringField
InternationalIdV2Document. getSex()
The biological sex of the document holder.StringField
InternationalIdV2Document. getStateOfIssue()
The state or territory where the document was issued.Methods in com.mindee.product.internationalid that return types with arguments of type StringField Modifier and Type Method Description List<StringField>
InternationalIdV2Document. getGivenNames()
The list of the document holder's given names.List<StringField>
InternationalIdV2Document. getSurnames()
The list of the document holder's family names. -
Uses of StringField in com.mindee.product.invoice
Fields in com.mindee.product.invoice declared as StringField Modifier and Type Field Description protected StringField
InvoiceV4Document. billingAddress
The customer's address used for billing.protected StringField
InvoiceV4Document. customerAddress
The address of the customer.protected StringField
InvoiceV4Document. customerId
The customer account number or identifier from the supplier.protected StringField
InvoiceV4Document. customerName
The name of the customer or client.protected StringField
InvoiceV4Document. invoiceNumber
The invoice number or identifier.protected StringField
InvoiceV4Document. poNumber
The purchase order number.protected StringField
InvoiceV4Document. shippingAddress
Customer's delivery address.protected StringField
InvoiceV4Document. supplierAddress
The address of the supplier or merchant.protected StringField
InvoiceV4Document. supplierEmail
The email of the supplier or merchant.protected StringField
InvoiceV4Document. supplierName
The name of the supplier or merchant.protected StringField
InvoiceV4Document. supplierPhoneNumber
The phone number of the supplier or merchant.protected StringField
InvoiceV4Document. supplierWebsite
The website URL of the supplier or merchant.Fields in com.mindee.product.invoice with type parameters of type StringField Modifier and Type Field Description protected List<StringField>
InvoiceV4Document. referenceNumbers
List of Reference numbers, including PO number.Methods in com.mindee.product.invoice that return StringField Modifier and Type Method Description StringField
InvoiceV4Document. getBillingAddress()
The customer's address used for billing.StringField
InvoiceV4Document. getCustomerAddress()
The address of the customer.StringField
InvoiceV4Document. getCustomerId()
The customer account number or identifier from the supplier.StringField
InvoiceV4Document. getCustomerName()
The name of the customer or client.StringField
InvoiceV4Document. getInvoiceNumber()
The invoice number or identifier.StringField
InvoiceV4Document. getPoNumber()
The purchase order number.StringField
InvoiceV4Document. getShippingAddress()
Customer's delivery address.StringField
InvoiceV4Document. getSupplierAddress()
The address of the supplier or merchant.StringField
InvoiceV4Document. getSupplierEmail()
The email of the supplier or merchant.StringField
InvoiceV4Document. getSupplierName()
The name of the supplier or merchant.StringField
InvoiceV4Document. getSupplierPhoneNumber()
The phone number of the supplier or merchant.StringField
InvoiceV4Document. getSupplierWebsite()
The website URL of the supplier or merchant.Methods in com.mindee.product.invoice that return types with arguments of type StringField Modifier and Type Method Description List<StringField>
InvoiceV4Document. getReferenceNumbers()
List of Reference numbers, including PO number. -
Uses of StringField in com.mindee.product.passport
Fields in com.mindee.product.passport declared as StringField Modifier and Type Field Description protected StringField
PassportV1Document. birthPlace
The place of birth of the passport holder.protected StringField
PassportV1Document. country
The country's 3 letter code (ISO 3166-1 alpha-3).protected StringField
PassportV1Document. gender
The gender of the passport holder.protected StringField
PassportV1Document. idNumber
The passport's identification number.protected StringField
PassportV1Document. mrz1
Machine Readable Zone, first lineprotected StringField
PassportV1Document. mrz2
Machine Readable Zone, second lineprotected StringField
PassportV1Document. surname
The surname of the passport holder.Fields in com.mindee.product.passport with type parameters of type StringField Modifier and Type Field Description protected List<StringField>
PassportV1Document. givenNames
The given name(s) of the passport holder.Methods in com.mindee.product.passport that return StringField Modifier and Type Method Description StringField
PassportV1Document. getBirthPlace()
The place of birth of the passport holder.StringField
PassportV1Document. getCountry()
The country's 3 letter code (ISO 3166-1 alpha-3).StringField
PassportV1Document. getGender()
The gender of the passport holder.StringField
PassportV1Document. getIdNumber()
The passport's identification number.StringField
PassportV1Document. getMrz1()
Machine Readable Zone, first lineStringField
PassportV1Document. getMrz2()
Machine Readable Zone, second lineStringField
PassportV1Document. getSurname()
The surname of the passport holder.Methods in com.mindee.product.passport that return types with arguments of type StringField Modifier and Type Method Description List<StringField>
PassportV1Document. getGivenNames()
The given name(s) of the passport holder. -
Uses of StringField in com.mindee.product.proofofaddress
Fields in com.mindee.product.proofofaddress declared as StringField Modifier and Type Field Description protected StringField
ProofOfAddressV1Document. issuerAddress
The address of the document's issuer.protected StringField
ProofOfAddressV1Document. issuerName
The name of the person or company issuing the document.protected StringField
ProofOfAddressV1Document. recipientAddress
The address of the recipient.protected StringField
ProofOfAddressV1Document. recipientName
The name of the person or company receiving the document.Methods in com.mindee.product.proofofaddress that return StringField Modifier and Type Method Description StringField
ProofOfAddressV1Document. getIssuerAddress()
The address of the document's issuer.StringField
ProofOfAddressV1Document. getIssuerName()
The name of the person or company issuing the document.StringField
ProofOfAddressV1Document. getRecipientAddress()
The address of the recipient.StringField
ProofOfAddressV1Document. getRecipientName()
The name of the person or company receiving the document. -
Uses of StringField in com.mindee.product.receipt
Fields in com.mindee.product.receipt declared as StringField Modifier and Type Field Description protected StringField
ReceiptV5Document. receiptNumber
The receipt number or identifier.protected StringField
ReceiptV5Document. supplierAddress
The address of the supplier or merchant.protected StringField
ReceiptV5Document. supplierName
The name of the supplier or merchant.protected StringField
ReceiptV5Document. supplierPhoneNumber
The phone number of the supplier or merchant.protected StringField
ReceiptV5Document. time
The time the purchase was made.Methods in com.mindee.product.receipt that return StringField Modifier and Type Method Description StringField
ReceiptV5Document. getReceiptNumber()
The receipt number or identifier.StringField
ReceiptV5Document. getSupplierAddress()
The address of the supplier or merchant.StringField
ReceiptV4Document. getSupplierName()
Merchant's name as seen on the receipt.StringField
ReceiptV5Document. getSupplierName()
The name of the supplier or merchant.StringField
ReceiptV5Document. getSupplierPhoneNumber()
The phone number of the supplier or merchant.StringField
ReceiptV4Document. getTime()
The time of the purchase.StringField
ReceiptV5Document. getTime()
The time the purchase was made. -
Uses of StringField in com.mindee.product.resume
Fields in com.mindee.product.resume declared as StringField Modifier and Type Field Description protected StringField
ResumeV1Document. address
The location information of the candidate, including city, state, and country.protected StringField
ResumeV1Document. documentLanguage
The ISO 639 code of the language in which the document is written.protected StringField
ResumeV1Document. emailAddress
The email address of the candidate.protected StringField
ResumeV1Document. jobApplied
The position that the candidate is applying for.protected StringField
ResumeV1Document. nationality
The ISO 3166 code for the country of citizenship of the candidate.protected StringField
ResumeV1Document. phoneNumber
The phone number of the candidate.protected StringField
ResumeV1Document. profession
The candidate's current profession.Fields in com.mindee.product.resume with type parameters of type StringField Modifier and Type Field Description protected List<StringField>
ResumeV1Document. givenNames
The candidate's first or given names.protected List<StringField>
ResumeV1Document. hardSkills
The list of the candidate's technical abilities and knowledge.protected List<StringField>
ResumeV1Document. softSkills
The list of the candidate's interpersonal and communication abilities.protected List<StringField>
ResumeV1Document. surnames
The candidate's last names.Methods in com.mindee.product.resume that return StringField Modifier and Type Method Description StringField
ResumeV1Document. getAddress()
The location information of the candidate, including city, state, and country.StringField
ResumeV1Document. getDocumentLanguage()
The ISO 639 code of the language in which the document is written.StringField
ResumeV1Document. getEmailAddress()
The email address of the candidate.StringField
ResumeV1Document. getJobApplied()
The position that the candidate is applying for.StringField
ResumeV1Document. getNationality()
The ISO 3166 code for the country of citizenship of the candidate.StringField
ResumeV1Document. getPhoneNumber()
The phone number of the candidate.StringField
ResumeV1Document. getProfession()
The candidate's current profession.Methods in com.mindee.product.resume that return types with arguments of type StringField Modifier and Type Method Description List<StringField>
ResumeV1Document. getGivenNames()
The candidate's first or given names.List<StringField>
ResumeV1Document. getHardSkills()
The list of the candidate's technical abilities and knowledge.List<StringField>
ResumeV1Document. getSoftSkills()
The list of the candidate's interpersonal and communication abilities.List<StringField>
ResumeV1Document. getSurnames()
The candidate's last names. -
Uses of StringField in com.mindee.product.us.bankcheck
Fields in com.mindee.product.us.bankcheck declared as StringField Modifier and Type Field Description protected StringField
BankCheckV1Document. accountNumber
The check payer's account number.protected StringField
BankCheckV1Document. checkNumber
The issuer's check number.protected StringField
BankCheckV1Document. routingNumber
The check issuer's routing number.Fields in com.mindee.product.us.bankcheck with type parameters of type StringField Modifier and Type Field Description protected List<StringField>
BankCheckV1Document. payees
List of the check's payees (recipients).Methods in com.mindee.product.us.bankcheck that return StringField Modifier and Type Method Description StringField
BankCheckV1Document. getAccountNumber()
The check payer's account number.StringField
BankCheckV1Document. getCheckNumber()
The issuer's check number.StringField
BankCheckV1Document. getRoutingNumber()
The check issuer's routing number.Methods in com.mindee.product.us.bankcheck that return types with arguments of type StringField Modifier and Type Method Description List<StringField>
BankCheckV1Document. getPayees()
List of the check's payees (recipients). -
Uses of StringField in com.mindee.product.us.driverlicense
Fields in com.mindee.product.us.driverlicense declared as StringField Modifier and Type Field Description protected StringField
DriverLicenseV1Document. address
US driver license holders addressprotected StringField
DriverLicenseV1Document. ddNumber
Document Discriminator Number of the US Driver Licenseprotected StringField
DriverLicenseV1Document. dlClass
US driver license holders classprotected StringField
DriverLicenseV1Document. driverLicenseId
ID number of the US Driver License.protected StringField
DriverLicenseV1Document. endorsements
US driver license holders endorsementsprotected StringField
DriverLicenseV1Document. eyeColor
US driver license holders eye colourprotected StringField
DriverLicenseV1Document. firstName
US driver license holders first name(s)protected StringField
DriverLicenseV1Document. hairColor
US driver license holders hair colourprotected StringField
DriverLicenseV1Document. height
US driver license holders hightprotected StringField
DriverLicenseV1Document. lastName
US driver license holders last nameprotected StringField
DriverLicenseV1Document. restrictions
US driver license holders restrictionsprotected StringField
DriverLicenseV1Document. sex
US driver license holders genderprotected StringField
DriverLicenseV1Document. state
US Stateprotected StringField
DriverLicenseV1Document. weight
US driver license holders weightMethods in com.mindee.product.us.driverlicense that return StringField Modifier and Type Method Description StringField
DriverLicenseV1Document. getAddress()
US driver license holders addressStringField
DriverLicenseV1Document. getDdNumber()
Document Discriminator Number of the US Driver LicenseStringField
DriverLicenseV1Document. getDlClass()
US driver license holders classStringField
DriverLicenseV1Document. getDriverLicenseId()
ID number of the US Driver License.StringField
DriverLicenseV1Document. getEndorsements()
US driver license holders endorsementsStringField
DriverLicenseV1Document. getEyeColor()
US driver license holders eye colourStringField
DriverLicenseV1Document. getFirstName()
US driver license holders first name(s)StringField
DriverLicenseV1Document. getHairColor()
US driver license holders hair colourStringField
DriverLicenseV1Document. getHeight()
US driver license holders hightStringField
DriverLicenseV1Document. getLastName()
US driver license holders last nameStringField
DriverLicenseV1Document. getRestrictions()
US driver license holders restrictionsStringField
DriverLicenseV1Document. getSex()
US driver license holders genderStringField
DriverLicenseV1Document. getState()
US StateStringField
DriverLicenseV1Document. getWeight()
US driver license holders weight -
Uses of StringField in com.mindee.product.us.healthcarecard
Fields in com.mindee.product.us.healthcarecard declared as StringField Modifier and Type Field Description protected StringField
HealthcareCardV1Document. companyName
The name of the company that provides the healthcare plan.protected StringField
HealthcareCardV1Document. groupNumber
The group number associated with the healthcare plan.protected StringField
HealthcareCardV1Document. issuer80840
The organization that issued the healthcare plan.protected StringField
HealthcareCardV1Document. memberId
The unique identifier for the member in the healthcare system.protected StringField
HealthcareCardV1Document. memberName
The name of the member covered by the healthcare plan.protected StringField
HealthcareCardV1Document. payerId
The unique identifier for the payer in the healthcare system.protected StringField
HealthcareCardV1Document. rxBin
The BIN number for prescription drug coverage.protected StringField
HealthcareCardV1Document. rxGrp
The group number for prescription drug coverage.protected StringField
HealthcareCardV1Document. rxPcn
The PCN number for prescription drug coverage.Fields in com.mindee.product.us.healthcarecard with type parameters of type StringField Modifier and Type Field Description protected List<StringField>
HealthcareCardV1Document. dependents
The list of dependents covered by the healthcare plan.Methods in com.mindee.product.us.healthcarecard that return StringField Modifier and Type Method Description StringField
HealthcareCardV1Document. getCompanyName()
The name of the company that provides the healthcare plan.StringField
HealthcareCardV1Document. getGroupNumber()
The group number associated with the healthcare plan.StringField
HealthcareCardV1Document. getIssuer80840()
The organization that issued the healthcare plan.StringField
HealthcareCardV1Document. getMemberId()
The unique identifier for the member in the healthcare system.StringField
HealthcareCardV1Document. getMemberName()
The name of the member covered by the healthcare plan.StringField
HealthcareCardV1Document. getPayerId()
The unique identifier for the payer in the healthcare system.StringField
HealthcareCardV1Document. getRxBin()
The BIN number for prescription drug coverage.StringField
HealthcareCardV1Document. getRxGrp()
The group number for prescription drug coverage.StringField
HealthcareCardV1Document. getRxPcn()
The PCN number for prescription drug coverage.Methods in com.mindee.product.us.healthcarecard that return types with arguments of type StringField Modifier and Type Method Description List<StringField>
HealthcareCardV1Document. getDependents()
The list of dependents covered by the healthcare plan. -
Uses of StringField in com.mindee.product.us.usmail
Fields in com.mindee.product.us.usmail declared as StringField Modifier and Type Field Description protected StringField
UsMailV2Document. senderName
The name of the sender.protected StringField
UsMailV3Document. senderName
The name of the sender.Fields in com.mindee.product.us.usmail with type parameters of type StringField Modifier and Type Field Description protected List<StringField>
UsMailV2Document. recipientNames
The names of the recipients.protected List<StringField>
UsMailV3Document. recipientNames
The names of the recipients.Methods in com.mindee.product.us.usmail that return StringField Modifier and Type Method Description StringField
UsMailV2Document. getSenderName()
The name of the sender.StringField
UsMailV3Document. getSenderName()
The name of the sender.Methods in com.mindee.product.us.usmail that return types with arguments of type StringField Modifier and Type Method Description List<StringField>
UsMailV2Document. getRecipientNames()
The names of the recipients.List<StringField>
UsMailV3Document. getRecipientNames()
The names of the recipients. -
Uses of StringField in com.mindee.product.us.w9
Fields in com.mindee.product.us.w9 declared as StringField Modifier and Type Field Description protected StringField
W9V1Page. address
The street address (number, street, and apt. or suite no.) of the applicant.protected StringField
W9V1Page. businessName
The business name or disregarded entity name, if different from Name.protected StringField
W9V1Page. cityStateZip
The city, state, and ZIP code of the applicant.protected StringField
W9V1Page. ein
The employer identification number.protected StringField
W9V1Page. name
Name as shown on the applicant's income tax return.protected StringField
W9V1Page. ssn
The applicant's social security number.protected StringField
W9V1Page. taxClassification
The federal tax classification, which can vary depending on the revision date.protected StringField
W9V1Page. taxClassificationLlc
Depending on revision year, among S, C, P or D for Limited Liability Company Classification.protected StringField
W9V1Page. taxClassificationOtherDetails
Tax Classification Other Details.protected StringField
W9V1Page. w9RevisionDate
The Revision month and year of the W9 form.Methods in com.mindee.product.us.w9 that return StringField Modifier and Type Method Description StringField
W9V1Page. getAddress()
The street address (number, street, and apt. or suite no.) of the applicant.StringField
W9V1Page. getBusinessName()
The business name or disregarded entity name, if different from Name.StringField
W9V1Page. getCityStateZip()
The city, state, and ZIP code of the applicant.StringField
W9V1Page. getEin()
The employer identification number.StringField
W9V1Page. getName()
Name as shown on the applicant's income tax return.StringField
W9V1Page. getSsn()
The applicant's social security number.StringField
W9V1Page. getTaxClassification()
The federal tax classification, which can vary depending on the revision date.StringField
W9V1Page. getTaxClassificationLlc()
Depending on revision year, among S, C, P or D for Limited Liability Company Classification.StringField
W9V1Page. getTaxClassificationOtherDetails()
Tax Classification Other Details.StringField
W9V1Page. getW9RevisionDate()
The Revision month and year of the W9 form.
-