@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class InvoicingV2InvoicesAllGet200Response extends Object
| Constructor and Description |
|---|
InvoicingV2InvoicesAllGet200Response() |
public InvoicingV2InvoicesAllGet200Response()
public InvoicingV2InvoicesAllGet200Response links(InvoicingV2InvoicesAllGet200ResponseLinks links)
public InvoicingV2InvoicesAllGet200ResponseLinks getLinks()
public void setLinks(InvoicingV2InvoicesAllGet200ResponseLinks links)
public InvoicingV2InvoicesAllGet200Response submitTimeUtc(String submitTimeUtc)
public String getSubmitTimeUtc()
public void setSubmitTimeUtc(String submitTimeUtc)
public InvoicingV2InvoicesAllGet200Response totalInvoices(Integer totalInvoices)
public Integer getTotalInvoices()
public void setTotalInvoices(Integer totalInvoices)
public InvoicingV2InvoicesAllGet200Response invoices(List<InvoicingV2InvoicesAllGet200ResponseInvoices> invoices)
public InvoicingV2InvoicesAllGet200Response addInvoicesItem(InvoicingV2InvoicesAllGet200ResponseInvoices invoicesItem)
public List<InvoicingV2InvoicesAllGet200ResponseInvoices> getInvoices()
public void setInvoices(List<InvoicingV2InvoicesAllGet200ResponseInvoices> invoices)
Copyright © 2020. All rights reserved.