DepositSwitchGetResponse class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

DepositSwitchGetResponse({required String depositSwitchId, required String? targetAccountId, required String? targetItemId, required DepositSwitchGetResponseState state, DepositSwitchGetResponseSwitchMethod? switchMethod, required bool? accountHasMultipleAllocations, required bool? isAllocatedRemainder, required double? percentAllocated, required double? amountAllocated, String? employerName, String? employerId, String? institutionName, String? institutionId, required DateTime dateCreated, required DateTime? dateCompleted, required 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 setteroverride
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.
override

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)