Paystub class
- Inheritance
-
- Object
- ButlerResult
- Paystub
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- Paystub()
- Paystub.fromButlerResult(ButlerResult result)
-
factory
-
Paystub.fromJson(Map<
String, dynamic> json) -
factory
Properties
- confidenceScore ↔ String?
-
getter/setter pairinherited
- documentId ↔ String?
-
getter/setter pairinherited
- documentStatus ↔ String?
-
getter/setter pairinherited
- documentType ↔ String?
-
getter/setter pairinherited
- employeeAddress → String?
-
Employee Address for this Paystub
no setter
- employeeName → String?
-
Employee Name for this Paystub
no setter
- employerAddress → String?
-
Employer Address for this Paystub
no setter
- employerName → String?
-
Employer Name for this Paystub
no setter
- endDate → String?
-
The end date of the statement period for this Paystub
no setter
- federalAdditionalTax → String?
-
Additional Federal Tax paid for this Paystub
no setter
- federalAllowance → String?
-
The Federal Allowance for this Paystub
no setter
- federalMaritalStatus → String?
-
The Federal Marital Status for the employee this Paystub is for
no setter
- fileName ↔ String?
-
getter/setter pairinherited
-
formFields
↔ List<
ButlerField> ? -
getter/setter pairinherited
- grossEarnings → String?
-
The Gross Earnings for this Paystub
no setter
- grossEarningsYTD → String?
-
The Gross Earnings Year-to-date for this Paystub
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- mimeType ↔ String?
-
getter/setter pairinherited
- netPay → String?
-
The Net Pay for this Paystub
no setter
- netPayYTD → String?
-
The Net Pay Year-to-date for this Paystub
no setter
- payDate → String?
-
The Pay date for this Paystub
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ssn → String?
-
The Social Security Number of the employee this Paystub is for
no setter
- startDate → String?
-
The start date of the statement period for this Paystub
no setter
- stateAdditionalTax → String?
-
Additional State Tax paid for this Paystub
no setter
- stateAllowance → String?
-
The State Allowance for this Paystub
no setter
- stateMaritalStatus → String?
-
The State Marital Status for the employee this Paystub is for
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