Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 963 Bytes

Lookup.md

File metadata and controls

16 lines (12 loc) · 963 Bytes

Yaksa.OrckestraCommerce.Client.Model.Lookup

Lookup

Properties

Name Type Description Notes
Description string The description of this lookup [optional]
DisplayName Dictionary<string, string> [optional]
IsActive bool If the lookup is active. Lookup can not be used after being deactivated but previous references are not deleted. [optional]
IsSystem bool If the lookup value is part of the base system. [optional]
LookupName string The name for the Lookup. This is the business key. Should be unique and not null. [optional]
Values List<LookupValue> The list of values available for the Lookup. [optional]

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