List Transactions CSVAPI
object ListTransactionsCSVAPI
Content copied to clipboard
Types
List Transactions CSVService
Link copied to clipboard
interface ListTransactionsCSVService
Content copied to clipboard
Sort
Link copied to clipboard
Functions
list Transactions CSV
Link copied to clipboard
fun PayAPI.PaymentTransactionsAPI.listTransactionsCSV(pagenumber: Int? = null, pagesize: Int? = null, sort: ListTransactionsCSVAPI.Sort? = null, filterid: String? = null, filtercreatedAt: Date? = null, filterupdatedAt: Date? = null, filterpaymentMethodId: String? = null, filterpaymentMethodKind: String? = null, filterpurposePRN: String? = null, filterproviderPRN: String? = null, filterfuelProductName: String? = null, filterfuelType: String? = null, readTimeout: Long? = null): Call<Void>
Content copied to clipboard