List Transactions API
object ListTransactionsAPI
Content copied to clipboard
Types
List Transactions Service
Link copied to clipboard
interface ListTransactionsService
Content copied to clipboard
Sort
Link copied to clipboard
Functions
list Transactions
Link copied to clipboard
fun PayAPI.PaymentTransactionsAPI.listTransactions(pagenumber: Int? = null, pagesize: Int? = null, sort: ListTransactionsAPI.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<Transactions>
Content copied to clipboard