public class Invoicingv2invoicesCustomerInformation extends Object
| Constructor and Description |
|---|
Invoicingv2invoicesCustomerInformation() |
| Modifier and Type | Method and Description |
|---|---|
Invoicingv2invoicesCustomerInformation |
company(Invoicingv2invoicesCustomerInformationCompany company) |
Invoicingv2invoicesCustomerInformation |
email(String email) |
boolean |
equals(Object o) |
Invoicingv2invoicesCustomerInformationCompany |
getCompany()
Get company
|
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 |
setCompany(Invoicingv2invoicesCustomerInformationCompany company) |
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)
public Invoicingv2invoicesCustomerInformation company(Invoicingv2invoicesCustomerInformationCompany company)
public Invoicingv2invoicesCustomerInformationCompany getCompany()
public void setCompany(Invoicingv2invoicesCustomerInformationCompany company)
Copyright © 2025. All rights reserved.