Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


NewCategory

Namespace: Rakuten.RMS.Api.CategoryAPI20

public class NewCategory

Inheritance ObjectNewCategory

Properties

additionalDescription

public string additionalDescription { get; set; }

Property Value

String

categoryFeatures

public CategoryFeatures categoryFeatures { get; set; }

Property Value

CategoryFeatures

categorySetId

public string categorySetId { get; set; }

Property Value

String

description

public CategoryDescription description { get; set; }

Property Value

CategoryDescription

images

public List<CategoryImage> images { get; set; }

Property Value

List<CategoryImage>

layout

public Layout layout { get; set; }

Property Value

Layout

title

public string title { get; set; }

Property Value

String

Constructors

NewCategory()

public NewCategory()

< クラス一覧