public class AlipayCommerceEcTcnOpeninvoiceapplySubmitModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayCommerceEcTcnOpeninvoiceapplySubmitModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<OpenInvoiceApplyDetail> |
getApplyDetailList() |
String |
getBuyerAddress() |
String |
getBuyerBankAccount() |
String |
getBuyerBankName() |
String |
getBuyerName() |
String |
getBuyerTaxNo() |
String |
getBuyerTel() |
String |
getIndustryType() |
String |
getInvoiceAmount() |
String |
getInvoiceType() |
String |
getPlatformApplyId() |
List<OpenInvoiceTravelInfo> |
getTravelInfoList() |
void |
setApplyDetailList(List<OpenInvoiceApplyDetail> applyDetailList) |
void |
setBuyerAddress(String buyerAddress) |
void |
setBuyerBankAccount(String buyerBankAccount) |
void |
setBuyerBankName(String buyerBankName) |
void |
setBuyerName(String buyerName) |
void |
setBuyerTaxNo(String buyerTaxNo) |
void |
setBuyerTel(String buyerTel) |
void |
setIndustryType(String industryType) |
void |
setInvoiceAmount(String invoiceAmount) |
void |
setInvoiceType(String invoiceType) |
void |
setPlatformApplyId(String platformApplyId) |
void |
setTravelInfoList(List<OpenInvoiceTravelInfo> travelInfoList) |
public AlipayCommerceEcTcnOpeninvoiceapplySubmitModel()
public List<OpenInvoiceApplyDetail> getApplyDetailList()
public void setApplyDetailList(List<OpenInvoiceApplyDetail> applyDetailList)
public String getBuyerAddress()
public void setBuyerAddress(String buyerAddress)
public String getBuyerBankAccount()
public void setBuyerBankAccount(String buyerBankAccount)
public String getBuyerBankName()
public void setBuyerBankName(String buyerBankName)
public String getBuyerName()
public void setBuyerName(String buyerName)
public String getBuyerTaxNo()
public void setBuyerTaxNo(String buyerTaxNo)
public String getBuyerTel()
public void setBuyerTel(String buyerTel)
public String getIndustryType()
public void setIndustryType(String industryType)
public String getInvoiceAmount()
public void setInvoiceAmount(String invoiceAmount)
public String getInvoiceType()
public void setInvoiceType(String invoiceType)
public String getPlatformApplyId()
public void setPlatformApplyId(String platformApplyId)
public List<OpenInvoiceTravelInfo> getTravelInfoList()
public void setTravelInfoList(List<OpenInvoiceTravelInfo> travelInfoList)
Copyright © 2024. All rights reserved.