public class ZhimaMerchantOrderCreditQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
ZhimaMerchantOrderCreditQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannel()
Gets channel.
|
String |
getCost()
Gets cost.
|
String |
getCreditAmount()
Gets credit amount.
|
String |
getDeposit()
Gets deposit.
|
Date |
getFinishTime()
Gets finish time.
|
String |
getFundType()
Gets fund type.
|
String |
getMerchantId()
Gets merchant id.
|
Date |
getOrderTime()
Gets order time.
|
String |
getOutOrderNo()
Gets out order no.
|
String |
getStatus()
Gets status.
|
String |
getZmOrderNo()
Gets zm order no.
|
void |
setChannel(String channel)
Sets channel.
|
void |
setCost(String cost)
Sets cost.
|
void |
setCreditAmount(String creditAmount)
Sets credit amount.
|
void |
setDeposit(String deposit)
Sets deposit.
|
void |
setFinishTime(Date finishTime)
Sets finish time.
|
void |
setFundType(String fundType)
Sets fund type.
|
void |
setMerchantId(String merchantId)
Sets merchant id.
|
void |
setOrderTime(Date orderTime)
Sets order time.
|
void |
setOutOrderNo(String outOrderNo)
Sets out order no.
|
void |
setStatus(String status)
Sets status.
|
void |
setZmOrderNo(String zmOrderNo)
Sets zm order no.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic ZhimaMerchantOrderCreditQueryResponse()
public void setChannel(String channel)
channel - the channelpublic String getChannel()
public void setCost(String cost)
cost - the costpublic String getCost()
public void setCreditAmount(String creditAmount)
creditAmount - the credit amountpublic String getCreditAmount()
public void setDeposit(String deposit)
deposit - the depositpublic String getDeposit()
public void setFinishTime(Date finishTime)
finishTime - the finish timepublic Date getFinishTime()
public void setFundType(String fundType)
fundType - the fund typepublic String getFundType()
public void setMerchantId(String merchantId)
merchantId - the merchant idpublic String getMerchantId()
public void setOrderTime(Date orderTime)
orderTime - the order timepublic Date getOrderTime()
public void setOutOrderNo(String outOrderNo)
outOrderNo - the out order nopublic String getOutOrderNo()
public void setStatus(String status)
status - the statuspublic String getStatus()
public void setZmOrderNo(String zmOrderNo)
zmOrderNo - the zm order nopublic String getZmOrderNo()
Copyright © 2018. All rights reserved.