public class KoubeiTradeOrderConsultResponse extends AlipayResponse
Constructor and Description |
---|
KoubeiTradeOrderConsultResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getBuyerPayAmount()
Gets buyer pay amount.
|
List<DiscountDetail> |
getDiscountDetail()
Gets discount detail.
|
MCardDetail |
getmCardDetail()
Gets card detail.
|
String |
getRequestId()
Gets request id.
|
void |
setBuyerPayAmount(String buyerPayAmount)
Sets buyer pay amount.
|
void |
setDiscountDetail(List<DiscountDetail> discountDetail)
Sets discount detail.
|
void |
setmCardDetail(MCardDetail mCardDetail)
Sets card detail.
|
void |
setRequestId(String requestId)
Sets request id.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setBuyerPayAmount(String buyerPayAmount)
buyerPayAmount
- the buyer pay amountpublic String getBuyerPayAmount()
public void setDiscountDetail(List<DiscountDetail> discountDetail)
discountDetail
- the discount detailpublic List<DiscountDetail> getDiscountDetail()
public void setmCardDetail(MCardDetail mCardDetail)
mCardDetail
- the m card detailpublic MCardDetail getmCardDetail()
public void setRequestId(String requestId)
requestId
- the request idpublic String getRequestId()
Copyright © 2018. All rights reserved.