public class InvoiceCompanyQueryResult extends AlipayObject
| 构造器和说明 |
|---|
InvoiceCompanyQueryResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<InvoiceAmountLimitDTO> |
getAmountLimitDtoList() |
InvoiceCompanyDTO |
getInvoiceCompanyDto() |
List<InvoiceOpenProductDTO> |
getInvoiceOpenProductDtoList() |
String |
getRegisterId() |
Long |
getRegisterStatus() |
void |
setAmountLimitDtoList(List<InvoiceAmountLimitDTO> amountLimitDtoList) |
void |
setInvoiceCompanyDto(InvoiceCompanyDTO invoiceCompanyDto) |
void |
setInvoiceOpenProductDtoList(List<InvoiceOpenProductDTO> invoiceOpenProductDtoList) |
void |
setRegisterId(String registerId) |
void |
setRegisterStatus(Long registerStatus) |
public List<InvoiceAmountLimitDTO> getAmountLimitDtoList()
public void setAmountLimitDtoList(List<InvoiceAmountLimitDTO> amountLimitDtoList)
public InvoiceCompanyDTO getInvoiceCompanyDto()
public void setInvoiceCompanyDto(InvoiceCompanyDTO invoiceCompanyDto)
public List<InvoiceOpenProductDTO> getInvoiceOpenProductDtoList()
public void setInvoiceOpenProductDtoList(List<InvoiceOpenProductDTO> invoiceOpenProductDtoList)
public String getRegisterId()
public void setRegisterId(String registerId)
public Long getRegisterStatus()
public void setRegisterStatus(Long registerStatus)
Copyright © 2023. All rights reserved.