CashierTransactionData

constructor(cashierData: CashierData? = null, cashierId: Long? = null, cashierName: String? = null, createdDate: LocalDateTime? = null, currencyOptions: List<CurrencyData>? = null, endDate: LocalDate? = null, entityId: Long? = null, entityType: String? = null, id: Long? = null, officeId: Long? = null, officeName: String? = null, startDate: LocalDate? = null, tellerId: Long? = null, tellerName: String? = null, txnAmount: Double? = null, txnDate: LocalDate? = null, txnNote: String? = null, txnType: CashierTxnType? = null)

Parameters

cashierData
cashierId
cashierName
createdDate
currencyOptions
endDate
entityId
entityType
id
officeId
officeName
startDate
tellerId
tellerName
txnAmount
txnDate
txnNote
txnType