listTransactions

@GET(value = "transactions")
abstract fun listTransactions(@Query(value = "page[number]"pagenumber: Int? = null, @Query(value = "page[size]"pagesize: Int? = null, @Query(value = "sort"sort: ListTransactionsAPI.Sort? = null, @Query(value = "filter[id]"filterid: String? = null, @Query(value = "filter[createdAt]"filtercreatedAt: String? = null, @Query(value = "filter[updatedAt]"filterupdatedAt: String? = null, @Query(value = "filter[paymentMethodId]"filterpaymentMethodId: String? = null, @Query(value = "filter[paymentMethodKind]"filterpaymentMethodKind: String? = null, @Query(value = "filter[purposePRN]"filterpurposePRN: String? = null, @Query(value = "filter[providerPRN]"filterproviderPRN: String? = null, @Query(value = "filter[fuel.productName]"filterfuelProductName: String? = null, @Query(value = "filter[fuel.type]"filterfuelType: String? = null): Call<Transactions>