GetTellersTellerIdCashiersResponse

@Serializable
data class GetTellersTellerIdCashiersResponse(val cashiers: List<CashierData>? = null, val officeId: Long? = null, val officeName: String? = null, val tellerId: Long? = null, val tellerName: String? = null)

GetTellersTellerIdCashiersResponse

Parameters

cashiers
officeId
officeName
tellerId
tellerName

Constructors

Link copied to clipboard
constructor(cashiers: List<CashierData>? = null, officeId: Long? = null, officeName: String? = null, tellerId: Long? = null, tellerName: String? = null)

Properties

Link copied to clipboard
val cashiers: List<CashierData>? = 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 tellerName: String? = null