Class FeeRangInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.FeeRangInfo
-
public class FeeRangInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FeeRangInfo()FeeRangInfo(FeeRangInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCardType()Get 卡类型,银联产品使用 DEBIT:借记卡 CREDIT:贷记卡LonggetFeeValue()Get 费用值,单位(0.01%或分)LonggetMaxFee()Get 最高收费金额,单位(分)LonggetMinFee()Get 最低收费金额,单位(分)LonggetRangeEndValue()Get 区间结束金额,单位(分)StringgetRangeFeeMode()Get 分段计费模式 SINGLE:按金额计费 RATIO:按费率计费LonggetRangeStartValue()Get 区间起始金额,单位(分)voidsetCardType(String CardType)Set 卡类型,银联产品使用 DEBIT:借记卡 CREDIT:贷记卡voidsetFeeValue(Long FeeValue)Set 费用值,单位(0.01%或分)voidsetMaxFee(Long MaxFee)Set 最高收费金额,单位(分)voidsetMinFee(Long MinFee)Set 最低收费金额,单位(分)voidsetRangeEndValue(Long RangeEndValue)Set 区间结束金额,单位(分)voidsetRangeFeeMode(String RangeFeeMode)Set 分段计费模式 SINGLE:按金额计费 RATIO:按费率计费voidsetRangeStartValue(Long RangeStartValue)Set 区间起始金额,单位(分)voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
FeeRangInfo
public FeeRangInfo()
-
FeeRangInfo
public FeeRangInfo(FeeRangInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getCardType
public String getCardType()
Get 卡类型,银联产品使用 DEBIT:借记卡 CREDIT:贷记卡- Returns:
- CardType 卡类型,银联产品使用 DEBIT:借记卡 CREDIT:贷记卡
-
setCardType
public void setCardType(String CardType)
Set 卡类型,银联产品使用 DEBIT:借记卡 CREDIT:贷记卡- Parameters:
CardType- 卡类型,银联产品使用 DEBIT:借记卡 CREDIT:贷记卡
-
getRangeStartValue
public Long getRangeStartValue()
Get 区间起始金额,单位(分)- Returns:
- RangeStartValue 区间起始金额,单位(分)
-
setRangeStartValue
public void setRangeStartValue(Long RangeStartValue)
Set 区间起始金额,单位(分)- Parameters:
RangeStartValue- 区间起始金额,单位(分)
-
getRangeEndValue
public Long getRangeEndValue()
Get 区间结束金额,单位(分)- Returns:
- RangeEndValue 区间结束金额,单位(分)
-
setRangeEndValue
public void setRangeEndValue(Long RangeEndValue)
Set 区间结束金额,单位(分)- Parameters:
RangeEndValue- 区间结束金额,单位(分)
-
getRangeFeeMode
public String getRangeFeeMode()
Get 分段计费模式 SINGLE:按金额计费 RATIO:按费率计费- Returns:
- RangeFeeMode 分段计费模式 SINGLE:按金额计费 RATIO:按费率计费
-
setRangeFeeMode
public void setRangeFeeMode(String RangeFeeMode)
Set 分段计费模式 SINGLE:按金额计费 RATIO:按费率计费- Parameters:
RangeFeeMode- 分段计费模式 SINGLE:按金额计费 RATIO:按费率计费
-
getFeeValue
public Long getFeeValue()
Get 费用值,单位(0.01%或分)- Returns:
- FeeValue 费用值,单位(0.01%或分)
-
setFeeValue
public void setFeeValue(Long FeeValue)
Set 费用值,单位(0.01%或分)- Parameters:
FeeValue- 费用值,单位(0.01%或分)
-
getMinFee
public Long getMinFee()
Get 最低收费金额,单位(分)- Returns:
- MinFee 最低收费金额,单位(分)
-
setMinFee
public void setMinFee(Long MinFee)
Set 最低收费金额,单位(分)- Parameters:
MinFee- 最低收费金额,单位(分)
-
getMaxFee
public Long getMaxFee()
Get 最高收费金额,单位(分)- Returns:
- MaxFee 最高收费金额,单位(分)
-
setMaxFee
public void setMaxFee(Long MaxFee)
Set 最高收费金额,单位(分)- Parameters:
MaxFee- 最高收费金额,单位(分)
-
-