@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class InvoiceResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_INVOICE |
| Constructor and Description |
|---|
InvoiceResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
InvoiceResponseInvoice |
getInvoice()
Get invoice
|
int |
hashCode() |
InvoiceResponse |
invoice(InvoiceResponseInvoice invoice) |
void |
setInvoice(InvoiceResponseInvoice invoice) |
String |
toString() |
public static final String SERIALIZED_NAME_INVOICE
public InvoiceResponse invoice(InvoiceResponseInvoice invoice)
@Nonnull public InvoiceResponseInvoice getInvoice()
public void setInvoice(InvoiceResponseInvoice invoice)
Copyright © 2022. All rights reserved.