public class AlipayEbppBillRefundModel extends AlipayObject
Constructor and Description |
---|
AlipayEbppBillRefundModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAlipayBillNo()
Gets alipay bill no.
|
String |
getExtendField()
Gets extend field.
|
String |
getMemo()
Gets memo.
|
String |
getOutOrderNo()
Gets out order no.
|
String |
getRefundAmount()
Gets refund amount.
|
String |
getRefundFrom()
Gets refund from.
|
String |
getScene()
Gets scene.
|
void |
setAlipayBillNo(String alipayBillNo)
Sets alipay bill no.
|
void |
setExtendField(String extendField)
Sets extend field.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setOutOrderNo(String outOrderNo)
Sets out order no.
|
void |
setRefundAmount(String refundAmount)
Sets refund amount.
|
void |
setRefundFrom(String refundFrom)
Sets refund from.
|
void |
setScene(String scene)
Sets scene.
|
public String getAlipayBillNo()
public void setAlipayBillNo(String alipayBillNo)
alipayBillNo
- the alipay bill nopublic String getExtendField()
public void setExtendField(String extendField)
extendField
- the extend fieldpublic String getMemo()
public void setMemo(String memo)
memo
- the memopublic String getOutOrderNo()
public void setOutOrderNo(String outOrderNo)
outOrderNo
- the out order nopublic String getRefundAmount()
public void setRefundAmount(String refundAmount)
refundAmount
- the refund amountpublic String getRefundFrom()
public void setRefundFrom(String refundFrom)
refundFrom
- the refund frompublic String getScene()
public void setScene(String scene)
scene
- the sceneCopyright © 2018. All rights reserved.