Netsutie PHP Toolkit
SsoPassport.php
Go to the documentation of this file.
1 <?php
8 class SsoPassport {
9 
19 
28  public $partnerId;
29 
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "authenticationToken" => "string",
45 
46  "partnerId" => "string",
47 
48  "partnerAccount" => "string",
49 
50  );
51 
52 }
static $paramtypesmap
Definition: SsoPassport.php:42