ymx-bytedance-convert
正在准备搜索索引...
YmxBytedanceConvert
PurchaseData
接口 PurchaseData
付费事件参数
interface
PurchaseData
{
amount
?:
number
;
count
?:
number
;
currency
?:
string
;
goodsId
?:
string
;
goodsName
?:
string
;
goodsType
?:
string
;
paymentChannel
?:
string
;
success
?:
boolean
;
}
索引
属性
amount?
count?
currency?
goods
Id?
goods
Name?
goods
Type?
payment
Channel?
success?
属性
可选
amount
amount
?:
number
付款金额(整数)
示例: 123
可选
count
count
?:
number
购买数量(整数)
默认值
1
复制
可选
currency
currency
?:
string
货币类型
默认值
CNY
复制
可选
goods
Id
goodsId
?:
string
商品 ID
示例: 'abc123'
可选
goods
Name
goodsName
?:
string
商品名称
示例: 'vip12'
可选
goods
Type
goodsType
?:
string
商品类型
示例: 'vip'
可选
payment
Channel
paymentChannel
?:
string
支付渠道
示例: 'weixin'
可选
success
success
?:
boolean
是否成功
默认值
true
复制
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
属性
amount
count
currency
goods
Id
goods
Name
goods
Type
payment
Channel
success
ymx-bytedance-convert
加载中……
付费事件参数