Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


Category

Namespace: Rakuten.RMS.Api.CategoryAPI20

public class Category : NewCategory

Inheritance ObjectNewCategoryCategory

Properties

additionalDescription

public string additionalDescription { get; set; }

Property Value

String

categoryFeatures

public CategoryFeatures categoryFeatures { get; set; }

Property Value

CategoryFeatures

categoryId

public string categoryId { get; set; }

Property Value

String

categorySetId

public string categorySetId { get; set; }

Property Value

String

created

public DateTime created { get; set; }

Property Value

DateTime

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

updated

public DateTime updated { get; set; }

Property Value

DateTime

Constructors

Category()

public Category()

< クラス一覧