| Package | Description |
|---|---|
| cn.felord.payment.wechat.enumeration | |
| cn.felord.payment.wechat.v3.domain.payscore |
| Modifier and Type | Method and Description |
|---|---|
static RiskFundType |
RiskFundType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RiskFundType[] |
RiskFundType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private RiskFundType |
RiskFund.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.
|
Copyright © 2023. All rights reserved.