public class AlipayEbppIndustryBillNettingRefundModel extends AlipayObject
| Constructor and Description |
|---|
AlipayEbppIndustryBillNettingRefundModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlipayBillNo()
Gets alipay bill no.
|
List<IndustryExtendField> |
getIndustryExtendFieldList()
Gets industry extend field list.
|
String |
getMemo()
Gets memo.
|
String |
getNettingAmount()
Gets netting amount.
|
String |
getScene()
Gets scene.
|
void |
setAlipayBillNo(String alipayBillNo)
Sets alipay bill no.
|
void |
setIndustryExtendFieldList(List<IndustryExtendField> industryExtendFieldList)
Sets industry extend field list.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setNettingAmount(String nettingAmount)
Sets netting amount.
|
void |
setScene(String scene)
Sets scene.
|
public AlipayEbppIndustryBillNettingRefundModel()
public String getAlipayBillNo()
public void setAlipayBillNo(String alipayBillNo)
alipayBillNo - the alipay bill nopublic List<IndustryExtendField> getIndustryExtendFieldList()
public void setIndustryExtendFieldList(List<IndustryExtendField> industryExtendFieldList)
industryExtendFieldList - the industry extend field listpublic String getMemo()
public void setMemo(String memo)
memo - the memopublic String getNettingAmount()
public void setNettingAmount(String nettingAmount)
nettingAmount - the netting amountpublic String getScene()
public void setScene(String scene)
scene - the sceneCopyright © 2018. All rights reserved.