Cashier Transaction Data
@Serializable
Parameters
cashier Data
cashier Id
cashier Name
created Date
currency Options
end Date
entity Id
entity Type
id
office Id
office Name
start Date
teller Id
teller Name
txn Amount
txn Date
txn Note
txn Type
Constructors
Link copied to clipboard
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)