@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class UpdateInvoiceRequest extends Object
| Constructor and Description |
|---|
UpdateInvoiceRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateInvoiceRequest |
customerInformation(Invoicingv2invoicesCustomerInformation customerInformation) |
boolean |
equals(Object o) |
Invoicingv2invoicesCustomerInformation |
getCustomerInformation()
Get customerInformation
|
Invoicingv2invoicesidInvoiceInformation |
getInvoiceInformation()
Get invoiceInformation
|
Invoicingv2invoicesOrderInformation |
getOrderInformation()
Get orderInformation
|
int |
hashCode() |
UpdateInvoiceRequest |
invoiceInformation(Invoicingv2invoicesidInvoiceInformation invoiceInformation) |
UpdateInvoiceRequest |
orderInformation(Invoicingv2invoicesOrderInformation orderInformation) |
void |
setCustomerInformation(Invoicingv2invoicesCustomerInformation customerInformation) |
void |
setInvoiceInformation(Invoicingv2invoicesidInvoiceInformation invoiceInformation) |
void |
setOrderInformation(Invoicingv2invoicesOrderInformation orderInformation) |
String |
toString() |
public UpdateInvoiceRequest customerInformation(Invoicingv2invoicesCustomerInformation customerInformation)
public Invoicingv2invoicesCustomerInformation getCustomerInformation()
public void setCustomerInformation(Invoicingv2invoicesCustomerInformation customerInformation)
public UpdateInvoiceRequest invoiceInformation(Invoicingv2invoicesidInvoiceInformation invoiceInformation)
public Invoicingv2invoicesidInvoiceInformation getInvoiceInformation()
public void setInvoiceInformation(Invoicingv2invoicesidInvoiceInformation invoiceInformation)
public UpdateInvoiceRequest orderInformation(Invoicingv2invoicesOrderInformation orderInformation)
public Invoicingv2invoicesOrderInformation getOrderInformation()
public void setOrderInformation(Invoicingv2invoicesOrderInformation orderInformation)
Copyright © 2020. All rights reserved.