Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
PriceLevel.php
Go to the documentation of this file.
1
<?php
8
class
PriceLevel
extends
Record
{
9
18
public
$name
;
19
28
public
$discountpct
;
29
38
public
$updateExistingPrices
;
39
48
public
$isOnline
;
49
58
public
$isInactive
;
59
68
public
$internalId
;
69
78
public
$externalId
;
79
80
81
82
static
$paramtypesmap
= array(
83
84
"name"
=>
"string"
,
85
86
"discountpct"
=>
"float"
,
87
88
"updateExistingPrices"
=>
"boolean"
,
89
90
"isOnline"
=>
"boolean"
,
91
92
"isInactive"
=>
"boolean"
,
93
94
"internalId"
=>
"string"
,
95
96
"externalId"
=>
"string"
,
97
98
);
99
100
}
PriceLevel\$internalId
$internalId
Definition:
PriceLevel.php:68
PriceLevel\$updateExistingPrices
$updateExistingPrices
Definition:
PriceLevel.php:38
PriceLevel\$isOnline
$isOnline
Definition:
PriceLevel.php:48
PriceLevel\$isInactive
$isInactive
Definition:
PriceLevel.php:58
PriceLevel\$name
$name
Definition:
PriceLevel.php:18
PriceLevel\$paramtypesmap
static $paramtypesmap
Definition:
PriceLevel.php:82
PriceLevel
Definition:
PriceLevel.php:8
PriceLevel\$discountpct
$discountpct
Definition:
PriceLevel.php:28
Record
Definition:
Record.php:8
PriceLevel\$externalId
$externalId
Definition:
PriceLevel.php:78
Generated by
dreamxtream
using
1.8.10