public class ApplyFlexPaymentRequest extends AbstractModel
skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAmountBeforeTax()
Get 税前金额
|
String |
getEnvironment()
Get 环境类型
__release__:生产环境
__sandbox__:沙箱环境
__test__:测试环境
缺省默认为生产环境
|
FlexFundingAccountInfo |
getFundingAccountInfo()
Get 资金账户信息
|
String |
getIncomeType()
Get 收入类型
LABOR:劳务所得
OCCASION:偶然所得
|
String |
getNotifyUrl()
Get 支付结果通知回调地址
|
String |
getOutOrderId()
Get 外部订单ID
|
String |
getPayeeId()
Get 收款用户ID
|
String |
getRemark()
Get 提现备注
|
void |
setAmountBeforeTax(String AmountBeforeTax)
Set 税前金额
|
void |
setEnvironment(String Environment)
Set 环境类型
__release__:生产环境
__sandbox__:沙箱环境
__test__:测试环境
缺省默认为生产环境
|
void |
setFundingAccountInfo(FlexFundingAccountInfo FundingAccountInfo)
Set 资金账户信息
|
void |
setIncomeType(String IncomeType)
Set 收入类型
LABOR:劳务所得
OCCASION:偶然所得
|
void |
setNotifyUrl(String NotifyUrl)
Set 支付结果通知回调地址
|
void |
setOutOrderId(String OutOrderId)
Set 外部订单ID
|
void |
setPayeeId(String PayeeId)
Set 收款用户ID
|
void |
setRemark(String Remark)
Set 提现备注
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ApplyFlexPaymentRequest()
public ApplyFlexPaymentRequest(ApplyFlexPaymentRequest source)
public String getPayeeId()
public void setPayeeId(String PayeeId)
PayeeId
- 收款用户IDpublic String getIncomeType()
public void setIncomeType(String IncomeType)
IncomeType
- 收入类型
LABOR:劳务所得
OCCASION:偶然所得public String getAmountBeforeTax()
public void setAmountBeforeTax(String AmountBeforeTax)
AmountBeforeTax
- 税前金额public String getOutOrderId()
public void setOutOrderId(String OutOrderId)
OutOrderId
- 外部订单IDpublic FlexFundingAccountInfo getFundingAccountInfo()
public void setFundingAccountInfo(FlexFundingAccountInfo FundingAccountInfo)
FundingAccountInfo
- 资金账户信息public String getRemark()
public void setRemark(String Remark)
Remark
- 提现备注public String getEnvironment()
public void setEnvironment(String Environment)
Environment
- 环境类型
__release__:生产环境
__sandbox__:沙箱环境
__test__:测试环境
缺省默认为生产环境public String getNotifyUrl()
public void setNotifyUrl(String NotifyUrl)
NotifyUrl
- 支付结果通知回调地址Copyright © 2023. All rights reserved.