Interface FeedDataServiceValue

FeedDataServiceValueオブジェクトは、商品情報を格納するコンテナです。
FeedDataServiceValue object is a container for storing item list information.

Hierarchy

  • FeedDataServiceValue

Properties

errors?: null | display.ModelError[]

Memberof

FeedDataServiceValue

feedData?: null | FeedDataServiceRecord

Memberof

FeedDataServiceValue

operationSucceeded?: null | boolean
処理結果です。trueの場合は、処理は成功しました。falseの場合は処理が失敗しています。
The process results. If true, the process succeeded. If false, the process failed.

Memberof

FeedDataServiceValue