ListTransactionsCSVService

interface ListTransactionsCSVService

Functions

listTransactionsCSV
Link copied to clipboard
@GET(value = "transactions.csv")
abstract fun listTransactionsCSV(@Query(value = "page[number]"pagenumber: Int? = null, @Query(value = "page[size]"pagesize: Int? = null, @Query(value = "sort"sort: ListTransactionsCSVAPI.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<Void>