CashierTransactionData

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

Parameters

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

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)

Properties

Link copied to clipboard
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
Link copied to clipboard
val endDate: LocalDate? = 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 startDate: LocalDate? = null
Link copied to clipboard
val tellerId: Long? = null
Link copied to clipboard
val tellerName: String? = 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