Netsutie PHP Toolkit
CustomerDownload.php
Go to the documentation of this file.
1 <?php
9 
18  public $file;
19 
28  public $licenseCode;
29 
39 
48  public $expiration;
49 
50 
51 
52  static $paramtypesmap = array(
53 
54  "file" => "RecordRef",
55 
56  "licenseCode" => "string",
57 
58  "remainingDownloads" => "integer",
59 
60  "expiration" => "dateTime",
61 
62  );
63 
64 }