LineItemUpdate

已淘汰:請改用 V3 Proto。更新個別委刊項。至少須指定 orderStateprice

JSON 表示法
{
  "orderState": {
    object (OrderState)
  },
  "price": {
    object (Price)
  },
  "reason": string,
  "extension": {
    "@type": string,
    field1: ...,
    ...
  }
}
欄位
orderState

object (OrderState)

新的委刊項層級狀態。

price

object (Price)

委刊項的新價格。

reason

string

變更原因。如要變更價格,此為必填屬性。

extension

object

更新為委刊項額外資訊。類型必須與項目現有的額外資訊類型相符。

含有任意類型欄位的物件。額外的 "@type" 欄位則包含能辨識類型的 URI。範例:{ "id": 1234, "@type": "types.example.com/standard/id" }