GetTellersTellerIdCashiersCashiersIdTransactionsResponse

@Serializable
data class GetTellersTellerIdCashiersCashiersIdTransactionsResponse(val cashierId: Long? = null, val cashierName: String? = null, val createdDate: LocalDateTime? = null, val entityId: Long? = null, val entityType: String? = null, val id: Long? = null, val officeId: Long? = null, val officeName: String? = null, val tellerId: Long? = null, val txnAmount: Double? = null, val txnDate: LocalDate? = null, val txnNote: String? = null, val txnType: CashierTxnType? = null)

GetTellersTellerIdCashiersCashiersIdTransactionsResponse

Parameters

cashierId
cashierName
createdDate
entityId
entityType
id
officeId
officeName
tellerId
txnAmount
txnDate
txnNote
txnType

Constructors

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)

Properties

Link copied to clipboard
val cashierId: Long? = null
Link copied to clipboard
val cashierName: String? = null
Link copied to clipboard
val createdDate: LocalDateTime? = null
Link copied to clipboard
val entityId: Long? = null
Link copied to clipboard
val entityType: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
val officeName: String? = null
Link copied to clipboard
val tellerId: Long? = null
Link copied to clipboard
val txnAmount: Double? = null
Link copied to clipboard
val txnDate: LocalDate? = null
Link copied to clipboard
val txnNote: String? = null
Link copied to clipboard
val txnType: CashierTxnType? = null