BankTransferSweepListRequest class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- BankTransferSweepListRequest({String? clientId, String? secret, String? originationAccountId, DateTime? startTime, DateTime? endTime, int? count})
-
BankTransferSweepListRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- clientId → String?
-
final
- count → int?
-
final
- endTime → DateTime?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- originationAccountId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secret → String?
-
final
- startTime → DateTime?
-
final
Methods
-
copyWith(
{String? clientId, String? secret, String? originationAccountId, DateTime? startTime, DateTime? endTime, int? count}) → BankTransferSweepListRequest -
Available on BankTransferSweepListRequest, provided by the $BankTransferSweepListRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? clientId, Wrapped<String?> ? secret, Wrapped<String?> ? originationAccountId, Wrapped<DateTime?> ? startTime, Wrapped<DateTime?> ? endTime, Wrapped<int?> ? count}) → BankTransferSweepListRequest -
Available on BankTransferSweepListRequest, provided by the $BankTransferSweepListRequestExtension 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 BankTransferSweepListRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(BankTransferSweepListRequest instance)