public class QueryFlexAmountBeforeTaxRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
QueryFlexAmountBeforeTaxRequest() |
QueryFlexAmountBeforeTaxRequest(QueryFlexAmountBeforeTaxRequest 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 |
getAmountAfterTax()
Get 税后金额
|
String |
getEnvironment()
Get 环境类型
__release__:生产环境
__sandbox__:沙箱环境
__test__:测试环境
缺省默认为生产环境
|
String |
getIncomeType()
Get 收入类型
LABOR:劳务所得
OCCASION:偶然所得
|
String |
getPayeeId()
Get 收款用户ID
|
void |
setAmountAfterTax(String AmountAfterTax)
Set 税后金额
|
void |
setEnvironment(String Environment)
Set 环境类型
__release__:生产环境
__sandbox__:沙箱环境
__test__:测试环境
缺省默认为生产环境
|
void |
setIncomeType(String IncomeType)
Set 收入类型
LABOR:劳务所得
OCCASION:偶然所得
|
void |
setPayeeId(String PayeeId)
Set 收款用户ID
|
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 QueryFlexAmountBeforeTaxRequest()
public QueryFlexAmountBeforeTaxRequest(QueryFlexAmountBeforeTaxRequest source)
public String getPayeeId()
public void setPayeeId(String PayeeId)
PayeeId
- 收款用户IDpublic String getIncomeType()
public void setIncomeType(String IncomeType)
IncomeType
- 收入类型
LABOR:劳务所得
OCCASION:偶然所得public String getAmountAfterTax()
public void setAmountAfterTax(String AmountAfterTax)
AmountAfterTax
- 税后金额public String getEnvironment()
public void setEnvironment(String Environment)
Environment
- 环境类型
__release__:生产环境
__sandbox__:沙箱环境
__test__:测试环境
缺省默认为生产环境Copyright © 2024. All rights reserved.