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