public class InvoiceQueryOpenModel extends AlipayObject
Constructor and Description |
---|
InvoiceQueryOpenModel() |
Modifier and Type | Method and Description |
---|---|
String |
getApplyFrom()
Gets apply from.
|
String |
getCheckCode()
Gets check code.
|
String |
getChecker()
Gets checker.
|
String |
getClerk()
Gets clerk.
|
String |
getEinvCode()
Gets einv code.
|
String |
getEinvNo()
Gets einv no.
|
String |
getExTaxAmount()
Gets ex tax amount.
|
String |
getInvoiceAmount()
Gets invoice amount.
|
List<InvoiceItemQueryOpenModel> |
getInvoiceContent()
Gets invoice content.
|
String |
getInvoiceDate()
Gets invoice date.
|
String |
getInvoiceId()
Gets invoice id.
|
String |
getInvoiceKind()
Gets invoice kind.
|
String |
getInvoiceMemo()
Gets invoice memo.
|
InvoiceTitleQueryOpenModel |
getInvoiceTitle()
Gets invoice title.
|
String |
getInvoiceType()
Gets invoice type.
|
String |
getmShortName()
Gets short name.
|
String |
getOriBlueInvCode()
Gets ori blue inv code.
|
String |
getOriBlueInvNo()
Gets ori blue inv no.
|
String |
getOutApplyId()
Gets out apply id.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getPayee()
Gets payee.
|
String |
getPayeeAddress()
Gets payee address.
|
String |
getPayeeBankAccount()
Gets payee bank account.
|
String |
getPayeeBankName()
Gets payee bank name.
|
String |
getPayeeRegisterName()
Gets payee register name.
|
String |
getPayeeRegisterNo()
Gets payee register no.
|
String |
getPayeeTel()
Gets payee tel.
|
String |
getPreviewImageUrl()
Gets preview image url.
|
String |
getSubMShortName()
Gets sub m short name.
|
String |
getSumTaxAmount()
Gets sum tax amount.
|
String |
getTradeDate()
Gets trade date.
|
String |
getUserId()
Gets user id.
|
void |
setApplyFrom(String applyFrom)
Sets apply from.
|
void |
setCheckCode(String checkCode)
Sets check code.
|
void |
setChecker(String checker)
Sets checker.
|
void |
setClerk(String clerk)
Sets clerk.
|
void |
setEinvCode(String einvCode)
Sets einv code.
|
void |
setEinvNo(String einvNo)
Sets einv no.
|
void |
setExTaxAmount(String exTaxAmount)
Sets ex tax amount.
|
void |
setInvoiceAmount(String invoiceAmount)
Sets invoice amount.
|
void |
setInvoiceContent(List<InvoiceItemQueryOpenModel> invoiceContent)
Sets invoice content.
|
void |
setInvoiceDate(String invoiceDate)
Sets invoice date.
|
void |
setInvoiceId(String invoiceId)
Sets invoice id.
|
void |
setInvoiceKind(String invoiceKind)
Sets invoice kind.
|
void |
setInvoiceMemo(String invoiceMemo)
Sets invoice memo.
|
void |
setInvoiceTitle(InvoiceTitleQueryOpenModel invoiceTitle)
Sets invoice title.
|
void |
setInvoiceType(String invoiceType)
Sets invoice type.
|
void |
setmShortName(String mShortName)
Sets short name.
|
void |
setOriBlueInvCode(String oriBlueInvCode)
Sets ori blue inv code.
|
void |
setOriBlueInvNo(String oriBlueInvNo)
Sets ori blue inv no.
|
void |
setOutApplyId(String outApplyId)
Sets out apply id.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setPayee(String payee)
Sets payee.
|
void |
setPayeeAddress(String payeeAddress)
Sets payee address.
|
void |
setPayeeBankAccount(String payeeBankAccount)
Sets payee bank account.
|
void |
setPayeeBankName(String payeeBankName)
Sets payee bank name.
|
void |
setPayeeRegisterName(String payeeRegisterName)
Sets payee register name.
|
void |
setPayeeRegisterNo(String payeeRegisterNo)
Sets payee register no.
|
void |
setPayeeTel(String payeeTel)
Sets payee tel.
|
void |
setPreviewImageUrl(String previewImageUrl)
Sets preview image url.
|
void |
setSubMShortName(String subMShortName)
Sets sub m short name.
|
void |
setSumTaxAmount(String sumTaxAmount)
Sets sum tax amount.
|
void |
setTradeDate(String tradeDate)
Sets trade date.
|
void |
setUserId(String userId)
Sets user id.
|
public String getApplyFrom()
public void setApplyFrom(String applyFrom)
applyFrom
- the apply frompublic String getCheckCode()
public void setCheckCode(String checkCode)
checkCode
- the check codepublic String getChecker()
public void setChecker(String checker)
checker
- the checkerpublic String getClerk()
public void setClerk(String clerk)
clerk
- the clerkpublic String getEinvCode()
public void setEinvCode(String einvCode)
einvCode
- the einv codepublic String getEinvNo()
public void setEinvNo(String einvNo)
einvNo
- the einv nopublic String getExTaxAmount()
public void setExTaxAmount(String exTaxAmount)
exTaxAmount
- the ex tax amountpublic String getInvoiceAmount()
public void setInvoiceAmount(String invoiceAmount)
invoiceAmount
- the invoice amountpublic List<InvoiceItemQueryOpenModel> getInvoiceContent()
public void setInvoiceContent(List<InvoiceItemQueryOpenModel> invoiceContent)
invoiceContent
- the invoice contentpublic String getInvoiceDate()
public void setInvoiceDate(String invoiceDate)
invoiceDate
- the invoice datepublic String getInvoiceId()
public void setInvoiceId(String invoiceId)
invoiceId
- the invoice idpublic String getInvoiceKind()
public void setInvoiceKind(String invoiceKind)
invoiceKind
- the invoice kindpublic String getInvoiceMemo()
public void setInvoiceMemo(String invoiceMemo)
invoiceMemo
- the invoice memopublic InvoiceTitleQueryOpenModel getInvoiceTitle()
public void setInvoiceTitle(InvoiceTitleQueryOpenModel invoiceTitle)
invoiceTitle
- the invoice titlepublic String getInvoiceType()
public void setInvoiceType(String invoiceType)
invoiceType
- the invoice typepublic String getmShortName()
public void setmShortName(String mShortName)
mShortName
- the m short namepublic String getOriBlueInvCode()
public void setOriBlueInvCode(String oriBlueInvCode)
oriBlueInvCode
- the ori blue inv codepublic String getOriBlueInvNo()
public void setOriBlueInvNo(String oriBlueInvNo)
oriBlueInvNo
- the ori blue inv nopublic String getOutApplyId()
public void setOutApplyId(String outApplyId)
outApplyId
- the out apply idpublic String getOutTradeNo()
public void setOutTradeNo(String outTradeNo)
outTradeNo
- the out trade nopublic String getPayee()
public void setPayee(String payee)
payee
- the payeepublic String getPayeeAddress()
public void setPayeeAddress(String payeeAddress)
payeeAddress
- the payee addresspublic String getPayeeBankAccount()
public void setPayeeBankAccount(String payeeBankAccount)
payeeBankAccount
- the payee bank accountpublic String getPayeeBankName()
public void setPayeeBankName(String payeeBankName)
payeeBankName
- the payee bank namepublic String getPayeeRegisterName()
public void setPayeeRegisterName(String payeeRegisterName)
payeeRegisterName
- the payee register namepublic String getPayeeRegisterNo()
public void setPayeeRegisterNo(String payeeRegisterNo)
payeeRegisterNo
- the payee register nopublic String getPayeeTel()
public void setPayeeTel(String payeeTel)
payeeTel
- the payee telpublic String getPreviewImageUrl()
public void setPreviewImageUrl(String previewImageUrl)
previewImageUrl
- the preview image urlpublic String getSubMShortName()
public void setSubMShortName(String subMShortName)
subMShortName
- the sub m short namepublic String getSumTaxAmount()
public void setSumTaxAmount(String sumTaxAmount)
sumTaxAmount
- the sum tax amountpublic String getTradeDate()
public void setTradeDate(String tradeDate)
tradeDate
- the trade datepublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.