Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


BulkGetResult

Namespace: Rakuten.RMS.Api.InventoryAPI20

public class BulkGetResult : Rakuten.RMS.Api.JSON.ResultBase

Inheritance ObjectResultBaseBulkGetResult

Properties

errors

public List<ResultError> errors { get; set; }

Property Value

List<ResultError>

inventories

public List<InventoryStatusResult> inventories { get; set; }

Property Value

List<InventoryStatusResult>

Constructors

BulkGetResult()

public BulkGetResult()

< クラス一覧