public class AlipayCommerceTradeApplyModel extends AlipayObject
| Constructor and Description |
|---|
AlipayCommerceTradeApplyModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAmountDetail()
Gets amount detail.
|
String |
getChannel()
Gets channel.
|
String |
getInterfaceVersion()
Gets interface version.
|
String |
getOpCode()
Gets op code.
|
String |
getOrderDetail()
Gets order detail.
|
String |
getSceneCode()
Gets scene code.
|
String |
getTargetId()
Gets target id.
|
String |
getTargetIdType()
Gets target id type.
|
TradeApplyParams |
getTradeApplyParams()
Gets trade apply params.
|
void |
setAmountDetail(String amountDetail)
Sets amount detail.
|
void |
setChannel(String channel)
Sets channel.
|
void |
setInterfaceVersion(String interfaceVersion)
Sets interface version.
|
void |
setOpCode(String opCode)
Sets op code.
|
void |
setOrderDetail(String orderDetail)
Sets order detail.
|
void |
setSceneCode(String sceneCode)
Sets scene code.
|
void |
setTargetId(String targetId)
Sets target id.
|
void |
setTargetIdType(String targetIdType)
Sets target id type.
|
void |
setTradeApplyParams(TradeApplyParams tradeApplyParams)
Sets trade apply params.
|
public String getAmountDetail()
public void setAmountDetail(String amountDetail)
amountDetail - the amount detailpublic String getChannel()
public void setChannel(String channel)
channel - the channelpublic String getInterfaceVersion()
public void setInterfaceVersion(String interfaceVersion)
interfaceVersion - the interface versionpublic String getOpCode()
public void setOpCode(String opCode)
opCode - the op codepublic String getOrderDetail()
public void setOrderDetail(String orderDetail)
orderDetail - the order detailpublic String getSceneCode()
public void setSceneCode(String sceneCode)
sceneCode - the scene codepublic String getTargetId()
public void setTargetId(String targetId)
targetId - the target idpublic String getTargetIdType()
public void setTargetIdType(String targetIdType)
targetIdType - the target id typepublic TradeApplyParams getTradeApplyParams()
public void setTradeApplyParams(TradeApplyParams tradeApplyParams)
tradeApplyParams - the trade apply paramsCopyright © 2018. All rights reserved.