GetTellersTellerIdCashiersCashiersIdSummaryAndTransactionsResponse

@Serializable
data class GetTellersTellerIdCashiersCashiersIdSummaryAndTransactionsResponse(val cashierId: Long? = null, val cashierName: String? = null, val cashierTransactions: PageCashierTransactionData? = null, val netCash: Double? = null, val officeName: String? = null, val sumCashAllocation: Double? = null, val sumCashSettlement: Double? = null, val sumInwardCash: Double? = null, val sumOutwardCash: Double? = null, val tellerId: Long? = null, val tellerName: String? = null)

GetTellersTellerIdCashiersCashiersIdSummaryAndTransactionsResponse

Parameters

cashierId
cashierName
cashierTransactions
netCash
officeName
sumCashAllocation
sumCashSettlement
sumInwardCash
sumOutwardCash
tellerId
tellerName

Constructors

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)

Properties

Link copied to clipboard
val cashierId: Long? = null
Link copied to clipboard
val cashierName: String? = null
Link copied to clipboard
val netCash: Double? = null
Link copied to clipboard
val officeName: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sumInwardCash: Double? = null
Link copied to clipboard
val sumOutwardCash: Double? = null
Link copied to clipboard
val tellerId: Long? = null
Link copied to clipboard
val tellerName: String? = null