public class InvoiceKeyInfo extends AlipayObject
Constructor and Description |
---|
InvoiceKeyInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getInvoiceMerchantName()
Gets invoice merchant name.
|
Boolean |
getIsSupportInvoice()
Gets is support invoice.
|
String |
getTaxNum()
Gets tax num.
|
void |
setInvoiceMerchantName(String invoiceMerchantName)
Sets invoice merchant name.
|
void |
setIsSupportInvoice(Boolean isSupportInvoice)
Sets is support invoice.
|
void |
setTaxNum(String taxNum)
Sets tax num.
|
public String getInvoiceMerchantName()
public void setInvoiceMerchantName(String invoiceMerchantName)
invoiceMerchantName
- the invoice merchant namepublic Boolean getIsSupportInvoice()
public void setIsSupportInvoice(Boolean isSupportInvoice)
isSupportInvoice
- the is support invoicepublic String getTaxNum()
public void setTaxNum(String taxNum)
taxNum
- the tax numCopyright © 2018. All rights reserved.