Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
VendorPricingSchedule.php
Go to the documentation of this file.
1
<?php
8
class
VendorPricingSchedule
{
9
18
public
$scheduleName
;
19
28
public
$scheduleDiscount
;
29
30
31
32
static
$paramtypesmap
= array(
33
34
"scheduleName"
=>
"string"
,
35
36
"scheduleDiscount"
=>
"float"
,
37
38
);
39
40
}
VendorPricingSchedule
Definition:
VendorPricingSchedule.php:8
VendorPricingSchedule\$scheduleDiscount
$scheduleDiscount
Definition:
VendorPricingSchedule.php:28
VendorPricingSchedule\$scheduleName
$scheduleName
Definition:
VendorPricingSchedule.php:18
VendorPricingSchedule\$paramtypesmap
static $paramtypesmap
Definition:
VendorPricingSchedule.php:32
Generated by
dreamxtream
using
1.8.10