W9 class
- Inheritance
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- W9()
- W9.fromButlerResult(ButlerResult result)
-
factory
-
W9.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountNumber → String?
-
The Account Numbers for this W9
no setter
- address → String?
-
The Address for this W9
no setter
- businessName → String?
-
The Business Name for this W9
no setter
- cityStateZip → String?
-
The City, State and Zip Code for this W9
no setter
- confidenceScore ↔ String?
-
getter/setter pairinherited
- documentId ↔ String?
-
getter/setter pairinherited
- documentStatus ↔ String?
-
getter/setter pairinherited
- documentType ↔ String?
-
getter/setter pairinherited
- EIN → String?
-
The Employer Identification Number for this W9
no setter
- exemptFATCACode → String?
-
The Exempt FATCA Code for this W9
no setter
- exemptPayeeCode → String?
-
The Exempt Payee Code for this W9
no setter
- federalTaxClassification → String?
-
The Federal Tax Classification for this W9
no setter
- federalTaxClassificationOther → String?
-
The other Federal Tax Classification for this W9
no setter
- fileName ↔ String?
-
getter/setter pairinherited
-
formFields
↔ List<
ButlerField> ? -
getter/setter pairinherited
- formRevisionDate → String?
-
The Form Revision Date for this W9
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasSignature → String?
-
If this W9 has a signature on it
no setter
- hasSignatureDate → String?
-
If this W9 has a signature date on it
no setter
- LLCClassification → String?
-
The LLC Tax Classification for this W9
no setter
- mimeType ↔ String?
-
getter/setter pairinherited
- name → String?
-
The Name on this W9
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- SSN → String?
-
The Social Security Number for this W9
no setter
-
tables
↔ List<
ButlerTable> ? -
getter/setter pairinherited
- uploadId ↔ String?
-
The uploadId is used to delete the document and results after if needed.
getter/setter pairinherited
Methods
-
getField(
String fieldName) → String? -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited