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
-
copyWith(
{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 -
Available on DepositSwitchGetResponse, provided by the $DepositSwitchGetResponseExtension extension
-
copyWithWrapped(
{Wrapped< String> ? depositSwitchId, Wrapped<String?> ? targetAccountId, Wrapped<String?> ? targetItemId, Wrapped<DepositSwitchGetResponseState> ? state, Wrapped<DepositSwitchGetResponseSwitchMethod?> ? switchMethod, Wrapped<bool?> ? accountHasMultipleAllocations, Wrapped<bool?> ? isAllocatedRemainder, Wrapped<double?> ? percentAllocated, Wrapped<double?> ? amountAllocated, Wrapped<String?> ? employerName, Wrapped<String?> ? employerId, Wrapped<String?> ? institutionName, Wrapped<String?> ? institutionId, Wrapped<DateTime> ? dateCreated, Wrapped<DateTime?> ? dateCompleted, Wrapped<String> ? requestId}) → DepositSwitchGetResponse -
Available on DepositSwitchGetResponse, provided by the $DepositSwitchGetResponseExtension extension
-
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)