public class KoubeiCateringOrderPayQueryResponse extends AlipayResponse
Constructor and Description |
---|
KoubeiCateringOrderPayQueryResponse() |
Modifier and Type | Method and Description |
---|---|
List<PosDiscountDetail> |
getDiscountDetails()
Gets discount details.
|
String |
getOutPayNo()
Gets out pay no.
|
String |
getPayAmount()
Gets pay amount.
|
String |
getPayNo()
Gets pay no.
|
Date |
getPayTime()
Gets pay time.
|
String |
getReceiptAmount()
Gets receipt amount.
|
String |
getStatus()
Gets status.
|
String |
getTotalAmount()
Gets total amount.
|
String |
getTradeNo()
Gets trade no.
|
String |
getUserId()
Gets user id.
|
void |
setDiscountDetails(List<PosDiscountDetail> discountDetails)
Sets discount details.
|
void |
setOutPayNo(String outPayNo)
Sets out pay no.
|
void |
setPayAmount(String payAmount)
Sets pay amount.
|
void |
setPayNo(String payNo)
Sets pay no.
|
void |
setPayTime(Date payTime)
Sets pay time.
|
void |
setReceiptAmount(String receiptAmount)
Sets receipt amount.
|
void |
setStatus(String status)
Sets status.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
void |
setUserId(String userId)
Sets user id.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setDiscountDetails(List<PosDiscountDetail> discountDetails)
discountDetails
- the discount detailspublic List<PosDiscountDetail> getDiscountDetails()
public void setOutPayNo(String outPayNo)
outPayNo
- the out pay nopublic String getOutPayNo()
public void setPayAmount(String payAmount)
payAmount
- the pay amountpublic String getPayAmount()
public void setPayNo(String payNo)
payNo
- the pay nopublic String getPayNo()
public void setPayTime(Date payTime)
payTime
- the pay timepublic Date getPayTime()
public void setReceiptAmount(String receiptAmount)
receiptAmount
- the receipt amountpublic String getReceiptAmount()
public void setStatus(String status)
status
- the statuspublic String getStatus()
public void setTotalAmount(String totalAmount)
totalAmount
- the total amountpublic String getTotalAmount()
public void setTradeNo(String tradeNo)
tradeNo
- the trade nopublic String getTradeNo()
public void setUserId(String userId)
userId
- the user idpublic String getUserId()
Copyright © 2018. All rights reserved.