Skip to main content

Interface: CompanyAttribute

Defined in: type/CompanyAttribute.ts:6

Object class for CompanyAttribute

Properties

attributeDescription?

optional attributeDescription?: AttributeDescription

Defined in: type/CompanyAttribute.ts:20

attributeDescription field


companyId

companyId: number

Defined in: type/CompanyAttribute.ts:22

The ID of the company this attribute belongs to


createdAt

createdAt: string

Defined in: type/CompanyAttribute.ts:12

The date when the attribute was created


createdBy?

optional createdBy?: number

Defined in: type/CompanyAttribute.ts:16

The ID of the user that created the attribute


id

id: string

Defined in: type/CompanyAttribute.ts:8

The ID of the attribute


lastModifiedAt

lastModifiedAt: string

Defined in: type/CompanyAttribute.ts:14

The date when the attribute was last modified


lastModifiedBy?

optional lastModifiedBy?: number

Defined in: type/CompanyAttribute.ts:18

The ID of the user that last modified the attribute


value

value: AttributeValue

Defined in: type/CompanyAttribute.ts:10

The value of the attribute