GetTellersTellerIdCashiersTemplateResponse

@Serializable
data class GetTellersTellerIdCashiersTemplateResponse(val officeId: Long? = null, val officeName: String? = null, val staffOptions: List<StaffData>? = null, val tellerId: Long? = null, val tellerName: String? = null)

GetTellersTellerIdCashiersTemplateResponse

Parameters

officeId
officeName
staffOptions
tellerId
tellerName

Constructors

constructor(officeId: Long? = null, officeName: String? = null, staffOptions: List<StaffData>? = null, tellerId: Long? = null, tellerName: String? = null)

Properties

Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
val officeName: String? = null
Link copied to clipboard
Link copied to clipboard
val tellerId: Long? = null
Link copied to clipboard
val tellerName: String? = null