public class AlipaySocialGiftOrderRefundModel extends AlipayObject
Constructor and Description |
---|
AlipaySocialGiftOrderRefundModel() |
Modifier and Type | Method and Description |
---|---|
String |
getMid()
Gets mid.
|
String |
getOrderId()
Gets order id.
|
String |
getRefundPrice()
Gets refund price.
|
String |
getRefundType()
Gets refund type.
|
void |
setMid(String mid)
Sets mid.
|
void |
setOrderId(String orderId)
Sets order id.
|
void |
setRefundPrice(String refundPrice)
Sets refund price.
|
void |
setRefundType(String refundType)
Sets refund type.
|
public String getMid()
public void setMid(String mid)
mid
- the midpublic String getOrderId()
public void setOrderId(String orderId)
orderId
- the order idpublic String getRefundPrice()
public void setRefundPrice(String refundPrice)
refundPrice
- the refund pricepublic String getRefundType()
public void setRefundType(String refundType)
refundType
- the refund typeCopyright © 2018. All rights reserved.