public class InvoiceCustomer extends Object
| Constructor and Description |
|---|
InvoiceCustomer() |
| Modifier and Type | Method and Description |
|---|---|
InvoiceCustomer |
email(String email) |
InvoiceCustomer |
id(String id) |
InvoiceCustomer |
phone(String phone) |
void |
setEmail(String email) |
void |
setId(String id) |
void |
setPhone(String phone) |
String |
toString() |
public void setEmail(String email)
public InvoiceCustomer email(String email)
email - Email address of the customerpublic void setId(String id)
public InvoiceCustomer id(String id)
id - Customer's ID in Merchant's systempublic void setPhone(String phone)
public InvoiceCustomer phone(String phone)
phone - Customer phone numberCopyright © 2023. All rights reserved.