Rakuten RMS WEB API client for .NET
NewCategory
Namespace: Rakuten.RMS.Api.CategoryAPI20
public class NewCategory
Inheritance Object → NewCategory
Properties
additionalDescription
public string additionalDescription { get; set; }
Property Value
categoryFeatures
public CategoryFeatures categoryFeatures { get; set; }
Property Value
categorySetId
public string categorySetId { get; set; }
Property Value
description
public CategoryDescription description { get; set; }
Property Value
images
public List<CategoryImage> images { get; set; }
Property Value
layout
public Layout layout { get; set; }
Property Value
title
public string title { get; set; }
Property Value
Constructors
NewCategory()
public NewCategory()