Specifies the fields required to reset a customer’s password.
More...
|
const string | resetTokenFieldKey = "resetToken" |
|
const string | passwordFieldKey = "password" |
|
|
string | resetToken [get, set] |
| The reset token required to reset the customer’s password. More...
|
|
string | password [get, set] |
| New password that will be set as part of the reset password process. More...
|
|
|
void | Set (string key, object value) |
|
object | Get (string key) |
|
Specifies the fields required to reset a customer’s password.
◆ CustomerResetInput() [1/2]
Shopify.Unity.CustomerResetInput.CustomerResetInput |
( |
string |
resetToken, |
|
|
string |
password |
|
) |
| |
|
inline |
- Parameters
-
resetToken | The reset token required to reset the customer’s password. |
password | New password that will be set as part of the reset password process. |
◆ CustomerResetInput() [2/2]
Shopify.Unity.CustomerResetInput.CustomerResetInput |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inline |
- Parameters
-
resetToken | The reset token required to reset the customer’s password. |
password | New password that will be set as part of the reset password process. |
◆ password
string Shopify.Unity.CustomerResetInput.password |
|
getset |
New password that will be set as part of the reset password process.
◆ resetToken
string Shopify.Unity.CustomerResetInput.resetToken |
|
getset |
The reset token required to reset the customer’s password.
The documentation for this class was generated from the following file:
- Assets/Shopify/Unity/Generated/CustomerResetInput.cs