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

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)