public class ApplyApplicationMaterialRequest extends AbstractModel
Constructor and Description |
---|
ApplyApplicationMaterialRequest() |
ApplyApplicationMaterialRequest(ApplyApplicationMaterialRequest 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 |
getDeclareId()
Get 申报流水号
|
String |
getOriginalDeclareId()
Get 原申报流水号
|
String |
getPayerId()
Get 付款人ID
|
String |
getProfile()
Get 接入环境。沙箱环境填sandbox
|
Long |
getSourceAmount()
Get 源金额
|
String |
getSourceCurrency()
Get 源币种
|
Long |
getTargetAmount()
Get 目的金额
|
String |
getTargetCurrency()
Get 目的币种
|
String |
getTradeCode()
Get 贸易编码
|
String |
getTransactionId()
Get 对接方汇出指令编号
|
void |
setDeclareId(String DeclareId)
Set 申报流水号
|
void |
setOriginalDeclareId(String OriginalDeclareId)
Set 原申报流水号
|
void |
setPayerId(String PayerId)
Set 付款人ID
|
void |
setProfile(String Profile)
Set 接入环境。沙箱环境填sandbox
|
void |
setSourceAmount(Long SourceAmount)
Set 源金额
|
void |
setSourceCurrency(String SourceCurrency)
Set 源币种
|
void |
setTargetAmount(Long TargetAmount)
Set 目的金额
|
void |
setTargetCurrency(String TargetCurrency)
Set 目的币种
|
void |
setTradeCode(String TradeCode)
Set 贸易编码
|
void |
setTransactionId(String TransactionId)
Set 对接方汇出指令编号
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ApplyApplicationMaterialRequest()
public ApplyApplicationMaterialRequest(ApplyApplicationMaterialRequest source)
public String getTransactionId()
public void setTransactionId(String TransactionId)
TransactionId
- 对接方汇出指令编号public String getDeclareId()
public void setDeclareId(String DeclareId)
DeclareId
- 申报流水号public String getPayerId()
public void setPayerId(String PayerId)
PayerId
- 付款人IDpublic String getSourceCurrency()
public void setSourceCurrency(String SourceCurrency)
SourceCurrency
- 源币种public String getTargetCurrency()
public void setTargetCurrency(String TargetCurrency)
TargetCurrency
- 目的币种public String getTradeCode()
public void setTradeCode(String TradeCode)
TradeCode
- 贸易编码public String getOriginalDeclareId()
public void setOriginalDeclareId(String OriginalDeclareId)
OriginalDeclareId
- 原申报流水号public Long getSourceAmount()
public void setSourceAmount(Long SourceAmount)
SourceAmount
- 源金额public Long getTargetAmount()
public void setTargetAmount(Long TargetAmount)
TargetAmount
- 目的金额public String getProfile()
public void setProfile(String Profile)
Profile
- 接入环境。沙箱环境填sandboxCopyright © 2023. All rights reserved.