@custouch/jssdk
Preparing search index...
service/member
Order
Type Alias Order
订单信息
type
Order
=
{
createTime
:
string
;
drawLink
?:
string
;
giftRecords
:
VirtualGift
[]
;
id
:
string
;
memberId
:
string
;
orderNumber
:
string
;
productId
:
string
;
productIsVirtual
:
boolean
;
productName
:
string
;
productPhotoUrl
:
string
;
productType
:
GiftType
;
recipientAddress
:
Address
;
recipientId
:
string
;
recipientName
:
string
;
recipientPhone
:
string
;
redeemAmount
:
string
;
remark
:
string
;
status
:
{
carrier
?:
string
;
isShipped
:
boolean
;
orderState
:
OrderState
;
trackingNumber
?:
string
;
}
;
totalPointCost
:
string
;
}
Index
Properties
create
Time
draw
Link?
gift
Records
id
member
Id
order
Number
product
Id
product
Is
Virtual
product
Name
product
Photo
Url
product
Type
recipient
Address
recipient
Id
recipient
Name
recipient
Phone
redeem
Amount
remark
status
total
Point
Cost
Properties
create
Time
createTime
:
string
Optional
draw
Link
drawLink
?:
string
抽奖链接
gift
Records
giftRecords
:
VirtualGift
[]
虚拟礼品的卡号/卡密
id
id
:
string
member
Id
memberId
:
string
order
Number
orderNumber
:
string
订单号
product
Id
productId
:
string
product
Is
Virtual
productIsVirtual
:
boolean
Deprecated
是否为虚拟礼品
product
Name
productName
:
string
product
Photo
Url
productPhotoUrl
:
string
product
Type
productType
:
GiftType
recipient
Address
recipientAddress
:
Address
recipient
Id
recipientId
:
string
recipient
Name
recipientName
:
string
recipient
Phone
recipientPhone
:
string
redeem
Amount
redeemAmount
:
string
兑换数量
remark
remark
:
string
status
status
:
{
carrier
?:
string
;
isShipped
:
boolean
;
orderState
:
OrderState
;
trackingNumber
?:
string
;
}
发货状态
Type declaration
Optional
carrier
?:
string
物流方
isShipped
:
boolean
是否发货
orderState
:
OrderState
订单状态
Optional
trackingNumber
?:
string
物流单号
total
Point
Cost
totalPointCost
:
string
消耗的积分数
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
Time
draw
Link
gift
Records
id
member
Id
order
Number
product
Id
product
Is
Virtual
product
Name
product
Photo
Url
product
Type
recipient
Address
recipient
Id
recipient
Name
recipient
Phone
redeem
Amount
remark
status
total
Point
Cost
@custouch/jssdk
Loading...
订单信息