public class ShopifySubscriberCreation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
emailAddress |
protected String |
phoneNumber |
protected String |
shopifyCustomerId |
| Constructor and Description |
|---|
ShopifySubscriberCreation() |
| Modifier and Type | Method and Description |
|---|---|
ShopifySubscriberCreation |
emailAddress(String emailAddress) |
boolean |
equals(Object o) |
String |
getEmailAddress() |
String |
getPhoneNumber() |
String |
getShopifyCustomerId()
The customer ID has to correspond to the ID assigned to the customer by Shopify.
|
int |
hashCode() |
ShopifySubscriberCreation |
phoneNumber(String phoneNumber) |
void |
setEmailAddress(String emailAddress) |
void |
setPhoneNumber(String phoneNumber) |
void |
setShopifyCustomerId(String shopifyCustomerId) |
ShopifySubscriberCreation |
shopifyCustomerId(String shopifyCustomerId) |
String |
toString() |
protected String emailAddress
protected String phoneNumber
protected String shopifyCustomerId
public ShopifySubscriberCreation emailAddress(String emailAddress)
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
public ShopifySubscriberCreation phoneNumber(String phoneNumber)
public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
public ShopifySubscriberCreation shopifyCustomerId(String shopifyCustomerId)
public String getShopifyCustomerId()
public void setShopifyCustomerId(String shopifyCustomerId)
Copyright © 2021. All rights reserved.