Class ApplyFlexPaymentRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.ApplyFlexPaymentRequest
-
public class ApplyFlexPaymentRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ApplyFlexPaymentRequest()ApplyFlexPaymentRequest(ApplyFlexPaymentRequest 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 StringgetAmountBeforeTax()Get 税前金额StringgetEnvironment()Get 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境FlexFundingAccountInfogetFundingAccountInfo()Get 资金账户信息StringgetIncomeType()Get 收入类型 LABOR:劳务所得 OCCASION:偶然所得StringgetNotifyUrl()Get 支付结果通知回调地址StringgetOutOrderId()Get 外部订单IDStringgetPayeeId()Get 收款用户IDStringgetRemark()Get 提现备注voidsetAmountBeforeTax(String AmountBeforeTax)Set 税前金额voidsetEnvironment(String Environment)Set 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境voidsetFundingAccountInfo(FlexFundingAccountInfo FundingAccountInfo)Set 资金账户信息voidsetIncomeType(String IncomeType)Set 收入类型 LABOR:劳务所得 OCCASION:偶然所得voidsetNotifyUrl(String NotifyUrl)Set 支付结果通知回调地址voidsetOutOrderId(String OutOrderId)Set 外部订单IDvoidsetPayeeId(String PayeeId)Set 收款用户IDvoidsetRemark(String Remark)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
-
ApplyFlexPaymentRequest
public ApplyFlexPaymentRequest()
-
ApplyFlexPaymentRequest
public ApplyFlexPaymentRequest(ApplyFlexPaymentRequest 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
-
getPayeeId
public String getPayeeId()
Get 收款用户ID- Returns:
- PayeeId 收款用户ID
-
setPayeeId
public void setPayeeId(String PayeeId)
Set 收款用户ID- Parameters:
PayeeId- 收款用户ID
-
getIncomeType
public String getIncomeType()
Get 收入类型 LABOR:劳务所得 OCCASION:偶然所得- Returns:
- IncomeType 收入类型 LABOR:劳务所得 OCCASION:偶然所得
-
setIncomeType
public void setIncomeType(String IncomeType)
Set 收入类型 LABOR:劳务所得 OCCASION:偶然所得- Parameters:
IncomeType- 收入类型 LABOR:劳务所得 OCCASION:偶然所得
-
getAmountBeforeTax
public String getAmountBeforeTax()
Get 税前金额- Returns:
- AmountBeforeTax 税前金额
-
setAmountBeforeTax
public void setAmountBeforeTax(String AmountBeforeTax)
Set 税前金额- Parameters:
AmountBeforeTax- 税前金额
-
getOutOrderId
public String getOutOrderId()
Get 外部订单ID- Returns:
- OutOrderId 外部订单ID
-
setOutOrderId
public void setOutOrderId(String OutOrderId)
Set 外部订单ID- Parameters:
OutOrderId- 外部订单ID
-
getFundingAccountInfo
public FlexFundingAccountInfo getFundingAccountInfo()
Get 资金账户信息- Returns:
- FundingAccountInfo 资金账户信息
-
setFundingAccountInfo
public void setFundingAccountInfo(FlexFundingAccountInfo FundingAccountInfo)
Set 资金账户信息- Parameters:
FundingAccountInfo- 资金账户信息
-
getRemark
public String getRemark()
Get 提现备注- Returns:
- Remark 提现备注
-
setRemark
public void setRemark(String Remark)
Set 提现备注- Parameters:
Remark- 提现备注
-
getEnvironment
public String getEnvironment()
Get 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境- Returns:
- Environment 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境
-
setEnvironment
public void setEnvironment(String Environment)
Set 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境- Parameters:
Environment- 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境
-
getNotifyUrl
public String getNotifyUrl()
Get 支付结果通知回调地址- Returns:
- NotifyUrl 支付结果通知回调地址
-
setNotifyUrl
public void setNotifyUrl(String NotifyUrl)
Set 支付结果通知回调地址- Parameters:
NotifyUrl- 支付结果通知回调地址
-
-