DepositSwitchGetResponse class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

DepositSwitchGetResponse({String? depositSwitchId, String? targetAccountId, String? targetItemId, DepositSwitchGetResponseState? state, DepositSwitchGetResponseSwitchMethod? switchMethod, bool? accountHasMultipleAllocations, bool? isAllocatedRemainder, double? percentAllocated, double? amountAllocated, String? employerName, String? employerId, String? institutionName, String? institutionId, DateTime? dateCreated, DateTime? dateCompleted, String? requestId})
DepositSwitchGetResponse.fromJson(Map<String, dynamic> json)
factory

Properties

accountHasMultipleAllocations bool?
final
amountAllocated double?
final
dateCompleted DateTime?
final
dateCreated DateTime?
final
depositSwitchId String?
final
employerId String?
final
employerName String?
final
hashCode int
The hash code for this object.
no setterinherited
institutionId String?
final
institutionName String?
final
isAllocatedRemainder bool?
final
percentAllocated double?
final
requestId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state DepositSwitchGetResponseState?
final
switchMethod DepositSwitchGetResponseSwitchMethod?
final
targetAccountId String?
final
targetItemId String?
final

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 ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const DepositSwitchGetResponse Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(DepositSwitchGetResponse instance)