Search Query
@JsonClass(generateAdapter = true )
Content copied to clipboard
Constructors
Link copied to clipboard
fun SearchQuery( @Json(name = "accounts" ) accounts: List<String>? = null, @Json(name = "categories" ) categories: List<String>? = null, @Json(name = "externalIds" ) externalIds: List<String>? = null, @Json(name = "endDate" ) endDate: Long? = null, @Json(name = "limit" ) limit: Int? = null, @Json(name = "offset" ) offset: Int? = null, @Json(name = "order" ) order: SearchQuery.OrderEnum? = null, @Json(name = "queryString" ) queryString: String? = null, @Json(name = "sort" ) sort: SearchQuery.SortEnum? = null, @Json(name = "startDate" ) startDate: Long? = null, @Json(name = "includeUpcoming" ) includeUpcoming: Boolean? = null)
Content copied to clipboard
Types
Link copied to clipboard
@JsonClass(generateAdapter = false )
Content copied to clipboard
The order of the result. Values: ASC, DESC
Link copied to clipboard
@JsonClass(generateAdapter = false )
Content copied to clipboard
The sort order of the result. Values: SCORE, DATE, ACCOUNT, DESCRIPTION, AMOUNT, CATEGORY