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) |
Invoice |
getInvoice()
Get invoice
|
int |
hashCode() |
InvoiceResponse |
invoice(Invoice invoice) |
void |
setInvoice(Invoice invoice) |
String |
toString() |
public static final String SERIALIZED_NAME_INVOICE
public InvoiceResponse invoice(Invoice invoice)
public Invoice getInvoice()
public void setInvoice(Invoice invoice)
Copyright © 2020. All rights reserved.