TransactionsGetRequestOptions class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
Properties
-
accountIds
→ List<
String> ? -
final
- count → int?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- includeOriginalDescription → bool?
-
final
- includePersonalFinanceCategory → bool?
-
final
- includePersonalFinanceCategoryBeta → bool?
-
final
- offset → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{List< String> ? accountIds, int? count, int? offset, bool? includeOriginalDescription, bool? includePersonalFinanceCategoryBeta, bool? includePersonalFinanceCategory}) → TransactionsGetRequestOptions -
Available on TransactionsGetRequestOptions, provided by the $TransactionsGetRequestOptionsExtension extension
-
copyWithWrapped(
{Wrapped< List< ? accountIds, Wrapped<String> ?>int?> ? count, Wrapped<int?> ? offset, Wrapped<bool?> ? includeOriginalDescription, Wrapped<bool?> ? includePersonalFinanceCategoryBeta, Wrapped<bool?> ? includePersonalFinanceCategory}) → TransactionsGetRequestOptions -
Available on TransactionsGetRequestOptions, provided by the $TransactionsGetRequestOptionsExtension 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 TransactionsGetRequestOptions Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(TransactionsGetRequestOptions instance)