@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-01-19T16:20:04.317+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 |
getMerchantCustomerId()
Your identifier for the customer.
|
String |
getName()
Payer name for the invoice.
|
int |
hashCode() |
Invoicingv2invoicesCustomerInformation |
merchantCustomerId(String merchantCustomerId) |
Invoicingv2invoicesCustomerInformation |
name(String name) |
void |
setEmail(String email) |
void |
setMerchantCustomerId(String merchantCustomerId) |
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)
public Invoicingv2invoicesCustomerInformation merchantCustomerId(String merchantCustomerId)
public String getMerchantCustomerId()
public void setMerchantCustomerId(String merchantCustomerId)
Copyright © 2022. All rights reserved.