Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 957 Bytes

UpdateScopeRequest.md

File metadata and controls

17 lines (13 loc) · 957 Bytes

Yaksa.OrckestraCommerce.Client.Model.UpdateScopeRequest

Scopes are entities that allow you to organize and search data and settings for a given market.

Properties

Name Type Description Notes
CurrencyIso string The currency iso code of the scope. [optional]
Description Dictionary<string, string> [optional]
EndDate DateTime The end date of the scope. [optional]
IsActive bool The value indicating whether or not the scope is active. [optional]
Name Dictionary<string, string> [optional]
ParentScopeId string The parent scope id. [optional]
StartDate DateTime The start date of the scope. [optional]

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