GetTellersTellerIdCashiersCashiersIdTransactionsTemplateResponse

@Serializable
data class GetTellersTellerIdCashiersCashiersIdTransactionsTemplateResponse(val cashierData: CashierData? = null, val cashierId: Long? = null, val cashierName: String? = null, val currencyOptions: List<CurrencyData>? = null, val endDate: LocalDate? = null, val officeName: String? = null, val startDate: LocalDate? = null, val tellerId: Long? = null, val tellerName: String? = null)

GetTellersTellerIdCashiersCashiersIdTransactionsTemplateResponse

Parameters

cashierData
cashierId
cashierName
currencyOptions
endDate
officeName
startDate
tellerId
tellerName

Constructors

constructor(cashierData: CashierData? = null, cashierId: Long? = null, cashierName: String? = null, currencyOptions: List<CurrencyData>? = null, endDate: LocalDate? = null, officeName: String? = null, startDate: LocalDate? = null, tellerId: Long? = null, tellerName: String? = 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
Link copied to clipboard
val endDate: LocalDate? = 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