Get Tellers Teller Id Cashiers Cashiers Id Summary And Transactions Response
@Serializable
GetTellersTellerIdCashiersCashiersIdSummaryAndTransactionsResponse
Parameters
cashier Id
cashier Name
cashier Transactions
net Cash
office Name
sum Cash Allocation
sum Cash Settlement
sum Inward Cash
sum Outward Cash
teller Id
teller Name
Constructors
Link copied to clipboard
constructor(cashierId: Long? = null, cashierName: String? = null, cashierTransactions: PageCashierTransactionData? = null, netCash: Double? = null, officeName: String? = null, sumCashAllocation: Double? = null, sumCashSettlement: Double? = null, sumInwardCash: Double? = null, sumOutwardCash: Double? = null, tellerId: Long? = null, tellerName: String? = null)