Shopify SDK for Unity
Public Member Functions | Static Public Attributes | Properties | List of all members
Shopify.Unity.CustomerResetInput Class Reference

Specifies the fields required to reset a customer’s password. More...

Inheritance diagram for Shopify.Unity.CustomerResetInput:
Shopify.Unity.SDK.InputBase

Public Member Functions

 CustomerResetInput (string resetToken, string password)
 
 CustomerResetInput (Dictionary< string, object > dataJSON)
 
- Public Member Functions inherited from Shopify.Unity.SDK.InputBase
override string ToString ()
 Returns a string representing a GraphQL input object. More...
 

Static Public Attributes

const string resetTokenFieldKey = "resetToken"
 
const string passwordFieldKey = "password"
 

Properties

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...
 

Additional Inherited Members

- Protected Member Functions inherited from Shopify.Unity.SDK.InputBase
void Set (string key, object value)
 
object Get (string key)
 

Detailed Description

Specifies the fields required to reset a customer’s password.

Constructor & Destructor Documentation

◆ CustomerResetInput() [1/2]

Shopify.Unity.CustomerResetInput.CustomerResetInput ( string  resetToken,
string  password 
)
inline
Parameters
resetTokenThe reset token required to reset the customer’s password.
passwordNew 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
resetTokenThe reset token required to reset the customer’s password.
passwordNew password that will be set as part of the reset password process.

Property Documentation

◆ 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: