public class ZhimaCreditPeUserOrderConsultModel extends AlipayObject
Constructor and Description |
---|
ZhimaCreditPeUserOrderConsultModel() |
Modifier and Type | Method and Description |
---|---|
String |
getApplyAmount()
Gets apply amount.
|
String |
getBuyerId()
Gets buyer id.
|
String |
getCategoryCode()
Gets category code.
|
String |
getCreditScene()
Gets credit scene.
|
String |
getExtParams()
Gets ext params.
|
String |
getOutOrderNo()
Gets out order no.
|
String |
getRiskInfo()
Gets risk info.
|
String |
getSellerId()
Gets seller id.
|
void |
setApplyAmount(String applyAmount)
Sets apply amount.
|
void |
setBuyerId(String buyerId)
Sets buyer id.
|
void |
setCategoryCode(String categoryCode)
Sets category code.
|
void |
setCreditScene(String creditScene)
Sets credit scene.
|
void |
setExtParams(String extParams)
Sets ext params.
|
void |
setOutOrderNo(String outOrderNo)
Sets out order no.
|
void |
setRiskInfo(String riskInfo)
Sets risk info.
|
void |
setSellerId(String sellerId)
Sets seller id.
|
public String getApplyAmount()
public void setApplyAmount(String applyAmount)
applyAmount
- the apply amountpublic String getBuyerId()
public void setBuyerId(String buyerId)
buyerId
- the buyer idpublic String getCategoryCode()
public void setCategoryCode(String categoryCode)
categoryCode
- the category codepublic String getCreditScene()
public void setCreditScene(String creditScene)
creditScene
- the credit scenepublic String getExtParams()
public void setExtParams(String extParams)
extParams
- the ext paramspublic String getOutOrderNo()
public void setOutOrderNo(String outOrderNo)
outOrderNo
- the out order nopublic String getRiskInfo()
public void setRiskInfo(String riskInfo)
riskInfo
- the risk infopublic String getSellerId()
public void setSellerId(String sellerId)
sellerId
- the seller idCopyright © 2018. All rights reserved.