Specifies the fields required to create a new customer.
More...
|
const string | firstNameFieldKey = "firstName" |
|
const string | lastNameFieldKey = "lastName" |
|
const string | emailFieldKey = "email" |
|
const string | phoneFieldKey = "phone" |
|
const string | passwordFieldKey = "password" |
|
const string | acceptsMarketingFieldKey = "acceptsMarketing" |
|
|
void | Set (string key, object value) |
|
object | Get (string key) |
|
Specifies the fields required to create a new customer.
◆ CustomerCreateInput() [1/2]
Shopify.Unity.CustomerCreateInput.CustomerCreateInput |
( |
string |
email, |
|
|
string |
password, |
|
|
string |
firstName = null , |
|
|
string |
lastName = null , |
|
|
string |
phone = null , |
|
|
bool? |
acceptsMarketing = null |
|
) |
| |
|
inline |
- Parameters
-
firstName | The customer’s first name. |
lastName | The customer’s last name. |
email | The customer’s email. |
phone | A unique phone number for the customer. |
Formatted using E.164 standard. For example, +16135551111.
- Parameters
-
password | The login password used by the customer. |
acceptsMarketing | Indicates whether the customer has consented to be sent marketing material via email. |
◆ CustomerCreateInput() [2/2]
Shopify.Unity.CustomerCreateInput.CustomerCreateInput |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inline |
- Parameters
-
firstName | The customer’s first name. |
lastName | The customer’s last name. |
email | The customer’s email. |
phone | A unique phone number for the customer. |
Formatted using E.164 standard. For example, +16135551111.
- Parameters
-
password | The login password used by the customer. |
acceptsMarketing | Indicates whether the customer has consented to be sent marketing material via email. |
◆ acceptsMarketing
bool? Shopify.Unity.CustomerCreateInput.acceptsMarketing |
|
getset |
Indicates whether the customer has consented to be sent marketing material via email.
◆ email
string Shopify.Unity.CustomerCreateInput.email |
|
getset |
◆ firstName
string Shopify.Unity.CustomerCreateInput.firstName |
|
getset |
The customer’s first name.
◆ lastName
string Shopify.Unity.CustomerCreateInput.lastName |
|
getset |
The customer’s last name.
◆ password
string Shopify.Unity.CustomerCreateInput.password |
|
getset |
The login password used by the customer.
◆ phone
string Shopify.Unity.CustomerCreateInput.phone |
|
getset |
A unique phone number for the customer.
Formatted using E.164 standard. For example, +16135551111.
The documentation for this class was generated from the following file:
- Assets/Shopify/Unity/Generated/CustomerCreateInput.cs