Get Tellers Teller Id Cashiers Cashiers Id Transactions Response
@Serializable
GetTellersTellerIdCashiersCashiersIdTransactionsResponse
Parameters
cashier Id
cashier Name
created Date
entity Id
entity Type
id
office Id
office Name
teller Id
txn Amount
txn Date
txn Note
txn Type
Constructors
Link copied to clipboard
constructor(cashierId: Long? = null, cashierName: String? = null, createdDate: LocalDateTime? = null, entityId: Long? = null, entityType: String? = null, id: Long? = null, officeId: Long? = null, officeName: String? = null, tellerId: Long? = null, txnAmount: Double? = null, txnDate: LocalDate? = null, txnNote: String? = null, txnType: CashierTxnType? = null)