OrderStatus interface
表示單一狀態變更。
屬性
additional |
用來保存尚未由現有屬性儲存之泛型資訊的字典注意:此屬性將不會串行化。 它只能由伺服器填入。 |
comments | 與此狀態相關的批註變更。 |
status | 根據允許的狀態類型,訂單的狀態。 |
update |
狀態更新的時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
additionalOrderDetails
用來保存尚未由現有屬性儲存之泛型資訊的字典注意:此屬性將不會串行化。 它只能由伺服器填入。
additionalOrderDetails?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
comments
與此狀態相關的批註變更。
comments?: string
屬性值
string
status
根據允許的狀態類型,訂單的狀態。
status: string
屬性值
string
updateDateTime
狀態更新的時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。
updateDateTime?: Date
屬性值
Date