get Transactions For Cashier
abstract suspend fun getTransactionsForCashier(tellerId: Long, cashierId: Long, currencyCode: String? = null, offset: Int? = null, limit: Int? = null, orderBy: String? = null, sortOrder: String? = null): List<GetTellersTellerIdCashiersCashiersIdTransactionsResponse>
Retrieve Cashier Transaction
Responses:
200: OK
Return
kotlin.collections.List
Parameters
teller Id
tellerId
cashier Id
cashierId
currency Code
currencyCode (optional)
offset
offset (optional)
limit
limit (optional)
order By
orderBy (optional)
sort Order
sortOrder (optional)