Mortgage class

Inheritance
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Mortgage()
Mortgage.fromButlerResult(ButlerResult result)
factory
Mortgage.fromJson(Map<String, dynamic> json)
factory

Properties

borrowerAddress String?
The Borrower's Address for this Mortgage Statement
no setter
borrowerName1 String?
The name of the First Borrower for this Mortgage Statement
no setter
borrowerName2 String?
The name of the Second Borrower for this Mortgage Statement
no setter
confidenceScore String?
getter/setter pairinherited
description String?
The Description of this transaction
no setter
documentId String?
getter/setter pairinherited
documentStatus String?
getter/setter pairinherited
documentType String?
getter/setter pairinherited
dueDate String?
The Due Date for this Mortgage Statement
no setter
effectiveDate String?
The Effective Date of this transaction
no setter
escrowAmount String?
The Escrow Amount for this transaction
no setter
feesAmount String?
The Fees Amount for this transaction
no setter
feesDue String?
The Fees Due for this Mortgage Statement
no setter
fileName String?
getter/setter pairinherited
formFields List<ButlerField>?
getter/setter pairinherited
frequency String?
The Frequency of Payments for this Mortgage Statement
no setter
hashCode int
The hash code for this object.
no setterinherited
insuranceEscrowDue String?
The Amount of Insurance Escrow Due for this Mortgage Statement
no setter
interestAmount String?
The Interest Amount for this transaction
no setter
interestDue String?
The Amount of Interest Due for this Mortgage Statement
no setter
interestRate String?
The Interest Rate for this Mortgage Statement
no setter
loanNumber String?
The Loan Number for this Mortgage Statement
no setter
loanType String?
The Type of Loan for this Mortgage Statement
no setter
maturityDate String?
The Maturity Date for this Mortgage Statement
no setter
mimeType String?
getter/setter pairinherited
othersAmount String?
The Others Amount for this transaction
no setter
othersDue String?
The Others Due for this Mortgage Statement
no setter
pastDueAmount String?
The Past Due Amount for this Mortgage Statement
no setter
principalAmount String?
The Principal Amount for this transaction
no setter
principalBalance String?
The Principal Balance for this Mortgage Statement
no setter
principalDue String?
The Principal Due for this Mortgage Statement
no setter
propertyAddress String?
The Principal Address for this Mortgage Statement
no setter
regularPaymentAmount String?
The Regular Payment Amount for this Mortgage Statement
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servicerAddress String?
The Servicer Address for this Mortgage Statement
no setter
servicerName String?
The Servicer Name for this Mortgage Statement
no setter
statementDate String?
The Date of this Mortgage Statement
no setter
tables List<ButlerTable>?
getter/setter pairinherited
taxEscrowDue String?
The Tax Escrow Due for this Mortgage Statement
no setter
totalAmount String?
The Total Amount for this transaction
no setter
totalCharged String?
The Total Amount Charged for this transaction
no setter
totalDue String?
The Total Due for this Mortgage Statement
no setter
totalEscrowDue String?
The Total Escrow Due for this Mortgage Statement
no setter
totalPaid String?
The Total Amount Paid for this transaction
no setter
transactionDate String?
The Date of this transaction
no setter
unappliedAmount String?
The Unapplied Amount for this transaction
no setter
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