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