Interface: CustomerAttribute
Defined in: type/CustomerAttribute.ts:6
Object class for CustomerAttribute
Properties
attributeDescription?
optionalattributeDescription?:AttributeDescription
Defined in: type/CustomerAttribute.ts:20
attributeDescription field
createdAt
createdAt:
string
Defined in: type/CustomerAttribute.ts:12
The date when the attribute was created
createdBy?
optionalcreatedBy?:number
Defined in: type/CustomerAttribute.ts:16
The ID of the user that created the attribute
customerId
customerId:
number
Defined in: type/CustomerAttribute.ts:22
The ID of the customer this attribute belongs to
id
id:
string
Defined in: type/CustomerAttribute.ts:8
The ID of the attribute
lastModifiedAt
lastModifiedAt:
string
Defined in: type/CustomerAttribute.ts:14
The date when the attribute was last modified
lastModifiedBy?
optionallastModifiedBy?:number
Defined in: type/CustomerAttribute.ts:18
The ID of the user that last modified the attribute
value
value:
AttributeValue
Defined in: type/CustomerAttribute.ts:10
The value of the attribute