Specifies the fields required to update the Customer information.
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 update the Customer information.
◆ CustomerUpdateInput() [1/2]
| Shopify.Unity.CustomerUpdateInput.CustomerUpdateInput |
( |
string |
firstName = null, |
|
|
string |
lastName = null, |
|
|
string |
email = null, |
|
|
string |
phone = null, |
|
|
string |
password = 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. To remove the phone number, specify null.
- Parameters
-
| password | The login password used by the customer. |
| acceptsMarketing | Indicates whether the customer has consented to be sent marketing material via email. |
◆ CustomerUpdateInput() [2/2]
| Shopify.Unity.CustomerUpdateInput.CustomerUpdateInput |
( |
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. To remove the phone number, specify null.
- 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.CustomerUpdateInput.acceptsMarketing |
|
getset |
Indicates whether the customer has consented to be sent marketing material via email.
◆ email
| string Shopify.Unity.CustomerUpdateInput.email |
|
getset |
◆ firstName
| string Shopify.Unity.CustomerUpdateInput.firstName |
|
getset |
The customer’s first name.
◆ lastName
| string Shopify.Unity.CustomerUpdateInput.lastName |
|
getset |
The customer’s last name.
◆ password
| string Shopify.Unity.CustomerUpdateInput.password |
|
getset |
The login password used by the customer.
◆ phone
| string Shopify.Unity.CustomerUpdateInput.phone |
|
getset |
A unique phone number for the customer.
Formatted using E.164 standard. For example, +16135551111. To remove the phone number, specify null.
The documentation for this class was generated from the following file:
- Assets/Shopify/Unity/Generated/CustomerUpdateInput.cs