public class OrderRefundInfo extends AlipayObject
Constructor and Description |
---|
OrderRefundInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getRefundAmount()
Gets refund amount.
|
String |
getServiceOrderNo()
Gets service order no.
|
void |
setRefundAmount(String refundAmount)
Sets refund amount.
|
void |
setServiceOrderNo(String serviceOrderNo)
Sets service order no.
|
public String getRefundAmount()
public void setRefundAmount(String refundAmount)
refundAmount
- the refund amountpublic String getServiceOrderNo()
public void setServiceOrderNo(String serviceOrderNo)
serviceOrderNo
- the service order noCopyright © 2018. All rights reserved.