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

Specifies the input fields required to activate a customer. More...

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

Public Member Functions

 CustomerActivateInput (string activationToken, string password)
 
 CustomerActivateInput (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 activationTokenFieldKey = "activationToken"
 
const string passwordFieldKey = "password"
 

Properties

string activationToken [get, set]
 The activation token required to activate the customer. More...
 
string password [get, set]
 New password that will be set during activation. 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 input fields required to activate a customer.

Constructor & Destructor Documentation

◆ CustomerActivateInput() [1/2]

Shopify.Unity.CustomerActivateInput.CustomerActivateInput ( string  activationToken,
string  password 
)
inline
Parameters
activationTokenThe activation token required to activate the customer.
passwordNew password that will be set during activation.

◆ CustomerActivateInput() [2/2]

Shopify.Unity.CustomerActivateInput.CustomerActivateInput ( Dictionary< string, object >  dataJSON)
inline
Parameters
activationTokenThe activation token required to activate the customer.
passwordNew password that will be set during activation.

Property Documentation

◆ activationToken

string Shopify.Unity.CustomerActivateInput.activationToken
getset

The activation token required to activate the customer.

◆ password

string Shopify.Unity.CustomerActivateInput.password
getset

New password that will be set during activation.


The documentation for this class was generated from the following file: