StudentLoanAccounts class

Constructors

StudentLoanAccounts({Profile? profile, StudentLoanAccountsSummary? studentLoanAccountsSummary, List<LoanAccounts>? loanAccounts, num? createdOn, num? updatedOn, String? accountId, String? loanServicerId, bool? isLoanServicerIntegrated, ConnectionStatus? connectionStatus, String? accountUserName})
StudentLoanAccounts.fromJson(dynamic json)

Properties

accountId String?
no setter
accountUserName String?
no setter
connectionStatus ConnectionStatus?
no setter
createdOn num?
no setter
hashCode int
The hash code for this object.
no setterinherited
isLoanServicerIntegrated bool?
no setter
loanAccounts List<LoanAccounts>
no setter
loanServicerId String?
no setter
profile Profile?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
studentLoanAccountssummary StudentLoanAccountsSummary?
no setter
updatedOn num?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited