public class SynchronizeCategoriesDTO
public List<CategoryDto> Categories { get; set; }
public string Id { get; set; }
public bool Leaf { get; set; }
public string Name { get; set; }
public OptionsDto Options { get; set; }
public ParentDto Parent { get; set; }
public bool Advertisement { get; set; }
public bool AdvertisementPriceOptional { get; set; }
public bool VariantsByColorPatternAllowed { get; set; }
public bool OffersWithProductPublicationEnabled { get; set; }
public bool ProductCreationEnabled { get; set; }
public bool CustomParametersEnabled { get; set; }
public string Id { get; set; }