public class RiskFund extends Object
| Modifier and Type | Field and Description |
|---|---|
private Long |
amount
风险金额,必填
数字,必须>0(单位分)。
风险金额>=每个服务ID的风险金额上限。
当商户优惠字段为空时,付费项目总金额≤服务ID的风险金额上限 (未填写金额的付费项目,视为该付费项目金额为0)。
完结金额可大于、小于或等于风险金额。详细可见QA 关于订单风险金额问题
|
private String |
description
风险说明,选填
|
private RiskFundType |
name
风险金名称,必填
|
| Constructor and Description |
|---|
RiskFund(RiskFundType name,
Long amount)
Instantiates a new Risk fund.
|
RiskFund(RiskFundType name,
Long amount,
String description)
Instantiates a new Risk fund.
|
private final RiskFundType name
private final Long amount
private final String description
文字,不超过30个字。
public RiskFund(RiskFundType name, Long amount)
name - the nameamount - the amountpublic RiskFund(RiskFundType name, Long amount, String description)
name - the nameamount - the amountdescription - the descriptionCopyright © 2023. All rights reserved.