public class KoubeiCateringOrderRefundModel extends AlipayObject
| Constructor and Description |
|---|
KoubeiCateringOrderRefundModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAmount()
Gets amount.
|
String |
getExtInfo()
Gets ext info.
|
String |
getOrderId()
Gets order id.
|
String |
getOutBizNo()
Gets out biz no.
|
String |
getReason()
Gets reason.
|
String |
getRequestId()
Gets request id.
|
void |
setAmount(String amount)
Sets amount.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setOrderId(String orderId)
Sets order id.
|
void |
setOutBizNo(String outBizNo)
Sets out biz no.
|
void |
setReason(String reason)
Sets reason.
|
void |
setRequestId(String requestId)
Sets request id.
|
public String getAmount()
public void setAmount(String amount)
amount - the amountpublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo - the ext infopublic String getOrderId()
public void setOrderId(String orderId)
orderId - the order idpublic String getOutBizNo()
public void setOutBizNo(String outBizNo)
outBizNo - the out biz nopublic String getReason()
public void setReason(String reason)
reason - the reasonpublic String getRequestId()
public void setRequestId(String requestId)
requestId - the request idCopyright © 2018. All rights reserved.