@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class InvoiceIndexResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_INVOICES |
| Constructor and Description |
|---|
InvoiceIndexResponse() |
| Modifier and Type | Method and Description |
|---|---|
InvoiceIndexResponse |
addInvoicesItem(InvoiceIndexResponseInvoices invoicesItem) |
boolean |
equals(Object o) |
List<InvoiceIndexResponseInvoices> |
getInvoices()
Get invoices
|
int |
hashCode() |
InvoiceIndexResponse |
invoices(List<InvoiceIndexResponseInvoices> invoices) |
void |
setInvoices(List<InvoiceIndexResponseInvoices> invoices) |
String |
toString() |
public static final String SERIALIZED_NAME_INVOICES
public InvoiceIndexResponse invoices(List<InvoiceIndexResponseInvoices> invoices)
public InvoiceIndexResponse addInvoicesItem(InvoiceIndexResponseInvoices invoicesItem)
@Nonnull public List<InvoiceIndexResponseInvoices> getInvoices()
public void setInvoices(List<InvoiceIndexResponseInvoices> invoices)
Copyright © 2022. All rights reserved.