Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.31 KB

File metadata and controls

31 lines (22 loc) · 1.31 KB

P2pMerchantBooksPlaceBizPushOrderResponseDataRiskEvent

Risk control prompt event for advertisement content

Properties

Name Type Description Notes
type TypeEnum Prompt display type [optional]
title String Risk control prompt title [optional]
msg String Risk control prompt message generated based on the field that hit risk control [optional]
action List<P2pMerchantBooksPlaceBizPushOrderResponseDataRiskEventAction> Available actions; advertisement content risk control only returns the close action [optional]
contentRiskType ContentRiskTypeEnum Advertisement content field that hit risk control [optional]
tradeTips String Prompt message returned when the trade terms hit risk control [optional]
autoReply String Prompt message returned when the auto reply hits risk control [optional]

Enum: TypeEnum

Name Value
MODAL "modal"

Enum: ContentRiskTypeEnum

Name Value
TRADE_TIPS "trade_tips"
AUTO_REPLY "auto_reply"
TRADE_TIPS_AUTO_REPLY "trade_tips_auto_reply"