public class AlipayEbppInvoiceListExpenseSyncModel extends AlipayObject
Constructor and Description |
---|
AlipayEbppInvoiceListExpenseSyncModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBusinessTime()
Gets business time.
|
String |
getExpenseOrderNo()
Gets expense order no.
|
String |
getExpenseTaxNo()
Gets expense tax no.
|
List<InvoiceElementStatusSyncOpenModel> |
getInvoiceElementList()
Gets invoice element list.
|
String |
getMemo()
Gets memo.
|
String |
getStatus()
Gets status.
|
String |
getUserId()
Gets user id.
|
void |
setBusinessTime(String businessTime)
Sets business time.
|
void |
setExpenseOrderNo(String expenseOrderNo)
Sets expense order no.
|
void |
setExpenseTaxNo(String expenseTaxNo)
Sets expense tax no.
|
void |
setInvoiceElementList(List<InvoiceElementStatusSyncOpenModel> invoiceElementList)
Sets invoice element list.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setStatus(String status)
Sets status.
|
void |
setUserId(String userId)
Sets user id.
|
public AlipayEbppInvoiceListExpenseSyncModel()
public String getBusinessTime()
public void setBusinessTime(String businessTime)
businessTime
- the business timepublic String getExpenseOrderNo()
public void setExpenseOrderNo(String expenseOrderNo)
expenseOrderNo
- the expense order nopublic String getExpenseTaxNo()
public void setExpenseTaxNo(String expenseTaxNo)
expenseTaxNo
- the expense tax nopublic List<InvoiceElementStatusSyncOpenModel> getInvoiceElementList()
public void setInvoiceElementList(List<InvoiceElementStatusSyncOpenModel> invoiceElementList)
invoiceElementList
- the invoice element listpublic String getMemo()
public void setMemo(String memo)
memo
- the memopublic String getStatus()
public void setStatus(String status)
status
- the statuspublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.