PutTellersResponse

@Serializable
data class PutTellersResponse(val changes: PutTellersResponseChanges? = null, val officeId: Long? = null, val resourceId: Long? = null)

PutTellersResponse

Parameters

changes
officeId
resourceId

Constructors

Link copied to clipboard
constructor(changes: PutTellersResponseChanges? = null, officeId: Long? = null, resourceId: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
val resourceId: Long? = null