GetSearchResponse

@Serializable
data class GetSearchResponse(val entityAccountNo: Long? = null, val entityExternalId: String? = null, val entityId: Long? = null, val entityName: String? = null, val entityStatus: EnumOptionData? = null, val entityType: String? = null, val parentId: Long? = null, val parentName: String? = null)

GetSearchResponse

Parameters

entityAccountNo
entityExternalId
entityId
entityName
entityStatus
entityType
parentId
parentName

Constructors

Link copied to clipboard
constructor(entityAccountNo: Long? = null, entityExternalId: String? = null, entityId: Long? = null, entityName: String? = null, entityStatus: EnumOptionData? = null, entityType: String? = null, parentId: Long? = null, parentName: String? = null)

Properties

Link copied to clipboard
val entityAccountNo: Long? = null
Link copied to clipboard
Link copied to clipboard
val entityId: Long? = null
Link copied to clipboard
val entityName: String? = null
Link copied to clipboard
Link copied to clipboard
val entityType: String? = null
Link copied to clipboard
val parentId: Long? = null
Link copied to clipboard
val parentName: String? = null