public class ZhimaMerchantOrderCreditPayResponse extends AlipayResponse
| Constructor and Description |
|---|
ZhimaMerchantOrderCreditPayResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlipayFundOrderNo()
Gets alipay fund order no.
|
String |
getChannel()
Gets channel.
|
String |
getMessage()
Gets message.
|
String |
getOutOrderNo()
Gets out order no.
|
String |
getOutTransNo()
Gets out trans no.
|
String |
getPayAmount()
Gets pay amount.
|
String |
getPayStatus()
Gets pay status.
|
Date |
getPayTime()
Gets pay time.
|
String |
getZmOrderNo()
Gets zm order no.
|
void |
setAlipayFundOrderNo(String alipayFundOrderNo)
Sets alipay fund order no.
|
void |
setChannel(String channel)
Sets channel.
|
void |
setMessage(String message)
Sets message.
|
void |
setOutOrderNo(String outOrderNo)
Sets out order no.
|
void |
setOutTransNo(String outTransNo)
Sets out trans no.
|
void |
setPayAmount(String payAmount)
Sets pay amount.
|
void |
setPayStatus(String payStatus)
Sets pay status.
|
void |
setPayTime(Date payTime)
Sets pay time.
|
void |
setZmOrderNo(String zmOrderNo)
Sets zm order no.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setAlipayFundOrderNo(String alipayFundOrderNo)
alipayFundOrderNo - the alipay fund order nopublic String getAlipayFundOrderNo()
public void setChannel(String channel)
channel - the channelpublic String getChannel()
public void setMessage(String message)
message - the messagepublic String getMessage()
public void setOutOrderNo(String outOrderNo)
outOrderNo - the out order nopublic String getOutOrderNo()
public void setOutTransNo(String outTransNo)
outTransNo - the out trans nopublic String getOutTransNo()
public void setPayAmount(String payAmount)
payAmount - the pay amountpublic String getPayAmount()
public void setPayStatus(String payStatus)
payStatus - the pay statuspublic String getPayStatus()
public void setPayTime(Date payTime)
payTime - the pay timepublic Date getPayTime()
public void setZmOrderNo(String zmOrderNo)
zmOrderNo - the zm order nopublic String getZmOrderNo()
Copyright © 2018. All rights reserved.