@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Invoicingv2invoicesCustomerInformation extends Object
| Constructor and Description |
|---|
Invoicingv2invoicesCustomerInformation() |
| Modifier and Type | Method and Description |
|---|---|
Invoicingv2invoicesCustomerInformation |
email(String email) |
boolean |
equals(Object o) |
String |
getEmail()
Customer's email address, including the full domain name.
|
String |
getName()
Payer name for the invoice.
|
int |
hashCode() |
Invoicingv2invoicesCustomerInformation |
name(String name) |
void |
setEmail(String email) |
void |
setName(String name) |
String |
toString() |
public Invoicingv2invoicesCustomerInformation()
public Invoicingv2invoicesCustomerInformation name(String name)
public String getName()
public void setName(String name)
public Invoicingv2invoicesCustomerInformation email(String email)
public String getEmail()
public void setEmail(String email)
Copyright © 2020. All rights reserved.