Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.15 KB

CustomProfile.md

File metadata and controls

20 lines (16 loc) · 1.15 KB

Yaksa.OrckestraCommerce.Client.Model.CustomProfile

CustomProfile

Properties

Name Type Description Notes
Id string The unique identifier of the entity.
PropertyBag Dictionary<string, Object> [optional]
Created DateTime Date the entity was created [optional]
CreatedBy string Identifier of the operator who created the entity [optional]
LastModified DateTime Date that the last modification was applied to the entity [optional]
LastModifiedBy string Identifier of the operator who last modified the entity [optional]
EntityTypeName string Entity type name. [optional]
IsActive bool Indicate whether this entity can be used in business processes or linked to a scope. [optional]
Name string Unique name given to identify the entity. [optional]
SequenceNumber int The sort order. [optional]

[Back to Model list] [Back to API list] [Back to README]