Specifies the input fields required to activate a customer.  
 More...
 | 
| 
const string  | activationTokenFieldKey = "activationToken" | 
|   | 
| 
const string  | passwordFieldKey = "password" | 
|   | 
 | 
| 
void  | Set (string key, object value) | 
|   | 
| 
object  | Get (string key) | 
|   | 
Specifies the input fields required to activate a customer. 
 
◆ CustomerActivateInput() [1/2]
  
  
      
        
          | Shopify.Unity.CustomerActivateInput.CustomerActivateInput  | 
          ( | 
          string  | 
          activationToken,  | 
         
        
           | 
           | 
          string  | 
          password  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
- Parameters
 - 
  
    | activationToken | The activation token required to activate the customer.  | 
    | password | New password that will be set during activation.  | 
  
   
 
 
◆ CustomerActivateInput() [2/2]
  
  
      
        
          | Shopify.Unity.CustomerActivateInput.CustomerActivateInput  | 
          ( | 
          Dictionary< string, object >  | 
          dataJSON | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
- Parameters
 - 
  
    | activationToken | The activation token required to activate the customer.  | 
    | password | New password that will be set during activation.  | 
  
   
 
 
◆ 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:
- Assets/Shopify/Unity/Generated/CustomerActivateInput.cs