Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
CustomerDownload.php
Go to the documentation of this file.
1
<?php
8
class
CustomerDownload
{
9
18
public
$file
;
19
28
public
$licenseCode
;
29
38
public
$remainingDownloads
;
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
}
CustomerDownload\$licenseCode
$licenseCode
Definition:
CustomerDownload.php:28
CustomerDownload\$paramtypesmap
static $paramtypesmap
Definition:
CustomerDownload.php:52
CustomerDownload\$file
$file
Definition:
CustomerDownload.php:18
CustomerDownload\$expiration
$expiration
Definition:
CustomerDownload.php:48
CustomerDownload\$remainingDownloads
$remainingDownloads
Definition:
CustomerDownload.php:38
CustomerDownload
Definition:
CustomerDownload.php:8
Generated by
dreamxtream
using
1.8.10