public class PayFeeDataResult extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getOrganizationFee()
Get 机构的分佣扣率扣率
|
String |
getOrganizationFeeType()
Get 机构的分佣扣率类型(1按签约扣率,2按收单收益)
|
String |
getPaymentClassificationId()
Get 行业会类编号
|
String |
getPaymentClassificationLimit()
Get 商户手续费封顶值,0为不限封顶
|
String |
getPaymentClassificationMaxFee()
Get 商户扣率最大值
|
String |
getPaymentClassificationMinFee()
Get 商户扣率最小值
|
String |
getPaymentClassificationName()
Get 行业分类名称
|
void |
setOrganizationFee(String OrganizationFee)
Set 机构的分佣扣率扣率
|
void |
setOrganizationFeeType(String OrganizationFeeType)
Set 机构的分佣扣率类型(1按签约扣率,2按收单收益)
|
void |
setPaymentClassificationId(String PaymentClassificationId)
Set 行业会类编号
|
void |
setPaymentClassificationLimit(String PaymentClassificationLimit)
Set 商户手续费封顶值,0为不限封顶
|
void |
setPaymentClassificationMaxFee(String PaymentClassificationMaxFee)
Set 商户扣率最大值
|
void |
setPaymentClassificationMinFee(String PaymentClassificationMinFee)
Set 商户扣率最小值
|
void |
setPaymentClassificationName(String PaymentClassificationName)
Set 行业分类名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PayFeeDataResult()
public PayFeeDataResult(PayFeeDataResult source)
public String getOrganizationFee()
public void setOrganizationFee(String OrganizationFee)
OrganizationFee
- 机构的分佣扣率扣率public String getPaymentClassificationLimit()
public void setPaymentClassificationLimit(String PaymentClassificationLimit)
PaymentClassificationLimit
- 商户手续费封顶值,0为不限封顶public String getOrganizationFeeType()
public void setOrganizationFeeType(String OrganizationFeeType)
OrganizationFeeType
- 机构的分佣扣率类型(1按签约扣率,2按收单收益)public String getPaymentClassificationMaxFee()
public void setPaymentClassificationMaxFee(String PaymentClassificationMaxFee)
PaymentClassificationMaxFee
- 商户扣率最大值public String getPaymentClassificationMinFee()
public void setPaymentClassificationMinFee(String PaymentClassificationMinFee)
PaymentClassificationMinFee
- 商户扣率最小值public String getPaymentClassificationId()
public void setPaymentClassificationId(String PaymentClassificationId)
PaymentClassificationId
- 行业会类编号public String getPaymentClassificationName()
public void setPaymentClassificationName(String PaymentClassificationName)
PaymentClassificationName
- 行业分类名称Copyright © 2024. All rights reserved.