共用方式為


Order interface

訂單詳細數據。

Extends

屬性

contactInformation

聯繫人詳細數據。

currentStatus

訂單的目前狀態。

deliveryTrackingInfo

針對傳遞給客戶之套件的追蹤資訊,不論其具有原始裝置還是更換裝置。 注意:這個屬性不會串行化。 它只能由伺服器填入。

orderHistory

狀態清單會依順序變更。 注意:這個屬性不會串行化。 它只能由伺服器填入。

returnTrackingInfo

客戶傳回之套件的追蹤資訊,無論是原始裝置還是更換裝置。 注意:這個屬性不會串行化。 它只能由伺服器填入。

serialNumber

裝置的序號。 注意:這個屬性不會串行化。 它只能由伺服器填入。

shippingAddress

寄送位址。

繼承的屬性

id

可唯一識別對象的路徑識別碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name

物件名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type

對象的階層式類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

contactInformation

聯繫人詳細數據。

contactInformation?: ContactDetails

屬性值

currentStatus

訂單的目前狀態。

currentStatus?: OrderStatus

屬性值

deliveryTrackingInfo

針對傳遞給客戶之套件的追蹤資訊,不論其具有原始裝置還是更換裝置。 注意:這個屬性不會串行化。 它只能由伺服器填入。

deliveryTrackingInfo?: TrackingInfo[]

屬性值

orderHistory

狀態清單會依順序變更。 注意:這個屬性不會串行化。 它只能由伺服器填入。

orderHistory?: OrderStatus[]

屬性值

returnTrackingInfo

客戶傳回之套件的追蹤資訊,無論是原始裝置還是更換裝置。 注意:這個屬性不會串行化。 它只能由伺服器填入。

returnTrackingInfo?: TrackingInfo[]

屬性值

serialNumber

裝置的序號。 注意:這個屬性不會串行化。 它只能由伺服器填入。

serialNumber?: string

屬性值

string

shippingAddress

寄送位址。

shippingAddress?: Address

屬性值

繼承的屬性詳細資料

id

可唯一識別對象的路徑識別碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自ARMBaseModel.id

name

物件名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自ARMBaseModel.name

type

對象的階層式類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自ARMBaseModel.type