public class InvoiceElementModel extends AlipayObject
Constructor and Description |
---|
InvoiceElementModel() |
Modifier and Type | Method and Description |
---|---|
String |
getExpenseStatus()
Gets expense status.
|
Boolean |
getHasPdfFile()
Gets has pdf file.
|
Boolean |
getHasRisk()
Gets has risk.
|
String |
getInvoiceAmount()
Gets invoice amount.
|
String |
getInvoiceCode()
Gets invoice code.
|
String |
getInvoiceDate()
Gets invoice date.
|
String |
getInvoiceImgUrl()
Gets invoice img url.
|
String |
getInvoiceKind()
Gets invoice kind.
|
String |
getInvoiceNo()
Gets invoice no.
|
String |
getInvoiceStatus()
Gets invoice status.
|
String |
getLogoUrl()
Gets logo url.
|
String |
getmName()
Gets name.
|
String |
getPayeeName()
Gets payee name.
|
String |
getPayeeTaxNo()
Gets payee tax no.
|
String |
getPayerName()
Gets payer name.
|
String |
getPayerTaxNo()
Gets payer tax no.
|
void |
setExpenseStatus(String expenseStatus)
Sets expense status.
|
void |
setHasPdfFile(Boolean hasPdfFile)
Sets has pdf file.
|
void |
setHasRisk(Boolean hasRisk)
Sets has risk.
|
void |
setInvoiceAmount(String invoiceAmount)
Sets invoice amount.
|
void |
setInvoiceCode(String invoiceCode)
Sets invoice code.
|
void |
setInvoiceDate(String invoiceDate)
Sets invoice date.
|
void |
setInvoiceImgUrl(String invoiceImgUrl)
Sets invoice img url.
|
void |
setInvoiceKind(String invoiceKind)
Sets invoice kind.
|
void |
setInvoiceNo(String invoiceNo)
Sets invoice no.
|
void |
setInvoiceStatus(String invoiceStatus)
Sets invoice status.
|
void |
setLogoUrl(String logoUrl)
Sets logo url.
|
void |
setmName(String mName)
Sets name.
|
void |
setPayeeName(String payeeName)
Sets payee name.
|
void |
setPayeeTaxNo(String payeeTaxNo)
Sets payee tax no.
|
void |
setPayerName(String payerName)
Sets payer name.
|
void |
setPayerTaxNo(String payerTaxNo)
Sets payer tax no.
|
public String getExpenseStatus()
public void setExpenseStatus(String expenseStatus)
expenseStatus
- the expense statuspublic Boolean getHasPdfFile()
public void setHasPdfFile(Boolean hasPdfFile)
hasPdfFile
- the has pdf filepublic Boolean getHasRisk()
public void setHasRisk(Boolean hasRisk)
hasRisk
- the has riskpublic String getInvoiceAmount()
public void setInvoiceAmount(String invoiceAmount)
invoiceAmount
- the invoice amountpublic String getInvoiceCode()
public void setInvoiceCode(String invoiceCode)
invoiceCode
- the invoice codepublic String getInvoiceDate()
public void setInvoiceDate(String invoiceDate)
invoiceDate
- the invoice datepublic String getInvoiceImgUrl()
public void setInvoiceImgUrl(String invoiceImgUrl)
invoiceImgUrl
- the invoice img urlpublic String getInvoiceKind()
public void setInvoiceKind(String invoiceKind)
invoiceKind
- the invoice kindpublic String getInvoiceNo()
public void setInvoiceNo(String invoiceNo)
invoiceNo
- the invoice nopublic String getInvoiceStatus()
public void setInvoiceStatus(String invoiceStatus)
invoiceStatus
- the invoice statuspublic String getLogoUrl()
public void setLogoUrl(String logoUrl)
logoUrl
- the logo urlpublic String getmName()
public void setmName(String mName)
mName
- the m namepublic String getPayeeName()
public void setPayeeName(String payeeName)
payeeName
- the payee namepublic String getPayeeTaxNo()
public void setPayeeTaxNo(String payeeTaxNo)
payeeTaxNo
- the payee tax nopublic String getPayerName()
public void setPayerName(String payerName)
payerName
- the payer namepublic String getPayerTaxNo()
public void setPayerTaxNo(String payerTaxNo)
payerTaxNo
- the payer tax noCopyright © 2018. All rights reserved.