Netsutie PHP Toolkit
SsoCredentials.php
Go to the documentation of this file.
1 <?php
9 
18  public $email;
19 
28  public $password;
29 
38  public $account;
39 
48  public $role;
49 
59 
68  public $partnerId;
69 
70 
71 
72  static $paramtypesmap = array(
73 
74  "email" => "string",
75 
76  "password" => "string",
77 
78  "account" => "string",
79 
80  "role" => "RecordRef",
81 
82  "authenticationToken" => "string",
83 
84  "partnerId" => "string",
85 
86  );
87 
88 }