public class CreateAccount extends Event
CreateAccount to capture account creation and user details. To capture updates to an account after
it is initially created, please use UpdateAccount.| Constructor and Description |
|---|
CreateAccount() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Address |
getBillingAddress() |
String |
getName() |
PaymentMethod[] |
getPaymentMethods() |
String |
getPhone() |
String |
getReferrerUserId() |
String |
getSessionId() |
SocialSignOnType |
getSocialSignOnType() |
String |
getUserEmail() |
String |
getUserId() |
CreateAccount |
setBillingAddress(Address billingAddress) |
CreateAccount |
setName(String name) |
CreateAccount |
setPaymentMethods(PaymentMethod[] paymentMethods) |
CreateAccount |
setPhone(String phone) |
CreateAccount |
setReferrerUserId(String referrerUserId) |
CreateAccount |
setSessionId(String sessionId) |
CreateAccount |
setSocialSignOnType(SocialSignOnType socialSignOnType) |
CreateAccount |
setUserEmail(String userEmail) |
CreateAccount |
setUserId(String userId) |
addCustomField, getApiKey, getCustomFields, getEventType, getTime, setApiKey, setTimepublic String getUserId()
public String getSessionId()
public String getUserEmail()
public String getName()
public String getPhone()
public String getReferrerUserId()
public PaymentMethod[] getPaymentMethods()
public Address getBillingAddress()
public SocialSignOnType getSocialSignOnType()
public CreateAccount setUserId(String userId)
public CreateAccount setSessionId(String sessionId)
public CreateAccount setUserEmail(String userEmail)
public CreateAccount setName(String name)
public CreateAccount setPhone(String phone)
public CreateAccount setReferrerUserId(String referrerUserId)
public CreateAccount setPaymentMethods(PaymentMethod[] paymentMethods)
public CreateAccount setBillingAddress(Address billingAddress)
public CreateAccount setSocialSignOnType(SocialSignOnType socialSignOnType)
Copyright © 2014. All rights reserved.