Class PayFeeDataResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.PayFeeDataResult
-
public class PayFeeDataResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PayFeeDataResult()PayFeeDataResult(PayFeeDataResult 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 StringgetOrganizationFee()Get 机构的分佣扣率扣率StringgetOrganizationFeeType()Get 机构的分佣扣率类型(1按签约扣率,2按收单收益)StringgetPaymentClassificationId()Get 行业会类编号StringgetPaymentClassificationLimit()Get 商户手续费封顶值,0为不限封顶StringgetPaymentClassificationMaxFee()Get 商户扣率最大值StringgetPaymentClassificationMinFee()Get 商户扣率最小值StringgetPaymentClassificationName()Get 行业分类名称voidsetOrganizationFee(String OrganizationFee)Set 机构的分佣扣率扣率voidsetOrganizationFeeType(String OrganizationFeeType)Set 机构的分佣扣率类型(1按签约扣率,2按收单收益)voidsetPaymentClassificationId(String PaymentClassificationId)Set 行业会类编号voidsetPaymentClassificationLimit(String PaymentClassificationLimit)Set 商户手续费封顶值,0为不限封顶voidsetPaymentClassificationMaxFee(String PaymentClassificationMaxFee)Set 商户扣率最大值voidsetPaymentClassificationMinFee(String PaymentClassificationMinFee)Set 商户扣率最小值voidsetPaymentClassificationName(String PaymentClassificationName)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
-
PayFeeDataResult
public PayFeeDataResult()
-
PayFeeDataResult
public PayFeeDataResult(PayFeeDataResult 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
-
getOrganizationFee
public String getOrganizationFee()
Get 机构的分佣扣率扣率- Returns:
- OrganizationFee 机构的分佣扣率扣率
-
setOrganizationFee
public void setOrganizationFee(String OrganizationFee)
Set 机构的分佣扣率扣率- Parameters:
OrganizationFee- 机构的分佣扣率扣率
-
getPaymentClassificationLimit
public String getPaymentClassificationLimit()
Get 商户手续费封顶值,0为不限封顶- Returns:
- PaymentClassificationLimit 商户手续费封顶值,0为不限封顶
-
setPaymentClassificationLimit
public void setPaymentClassificationLimit(String PaymentClassificationLimit)
Set 商户手续费封顶值,0为不限封顶- Parameters:
PaymentClassificationLimit- 商户手续费封顶值,0为不限封顶
-
getOrganizationFeeType
public String getOrganizationFeeType()
Get 机构的分佣扣率类型(1按签约扣率,2按收单收益)- Returns:
- OrganizationFeeType 机构的分佣扣率类型(1按签约扣率,2按收单收益)
-
setOrganizationFeeType
public void setOrganizationFeeType(String OrganizationFeeType)
Set 机构的分佣扣率类型(1按签约扣率,2按收单收益)- Parameters:
OrganizationFeeType- 机构的分佣扣率类型(1按签约扣率,2按收单收益)
-
getPaymentClassificationMaxFee
public String getPaymentClassificationMaxFee()
Get 商户扣率最大值- Returns:
- PaymentClassificationMaxFee 商户扣率最大值
-
setPaymentClassificationMaxFee
public void setPaymentClassificationMaxFee(String PaymentClassificationMaxFee)
Set 商户扣率最大值- Parameters:
PaymentClassificationMaxFee- 商户扣率最大值
-
getPaymentClassificationMinFee
public String getPaymentClassificationMinFee()
Get 商户扣率最小值- Returns:
- PaymentClassificationMinFee 商户扣率最小值
-
setPaymentClassificationMinFee
public void setPaymentClassificationMinFee(String PaymentClassificationMinFee)
Set 商户扣率最小值- Parameters:
PaymentClassificationMinFee- 商户扣率最小值
-
getPaymentClassificationId
public String getPaymentClassificationId()
Get 行业会类编号- Returns:
- PaymentClassificationId 行业会类编号
-
setPaymentClassificationId
public void setPaymentClassificationId(String PaymentClassificationId)
Set 行业会类编号- Parameters:
PaymentClassificationId- 行业会类编号
-
getPaymentClassificationName
public String getPaymentClassificationName()
Get 行业分类名称- Returns:
- PaymentClassificationName 行业分类名称
-
setPaymentClassificationName
public void setPaymentClassificationName(String PaymentClassificationName)
Set 行业分类名称- Parameters:
PaymentClassificationName- 行业分类名称
-
-