Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
PricingGroupSearchRowBasic.php
Go to the documentation of this file.
1
<?php
8
class
PricingGroupSearchRowBasic
extends
SearchRowBasic
{
9
18
public
$externalId
;
19
28
public
$internalId
;
29
38
public
$isInactive
;
39
48
public
$name
;
49
50
51
52
static
$paramtypesmap
= array(
53
54
"externalId"
=>
"SearchColumnSelectField[]"
,
55
56
"internalId"
=>
"SearchColumnSelectField[]"
,
57
58
"isInactive"
=>
"SearchColumnBooleanField[]"
,
59
60
"name"
=>
"SearchColumnStringField[]"
,
61
62
);
63
64
}
PricingGroupSearchRowBasic\$paramtypesmap
static $paramtypesmap
Definition:
PricingGroupSearchRowBasic.php:52
SearchRowBasic
Definition:
SearchRowBasic.php:8
PricingGroupSearchRowBasic
Definition:
PricingGroupSearchRowBasic.php:8
PricingGroupSearchRowBasic\$externalId
$externalId
Definition:
PricingGroupSearchRowBasic.php:18
PricingGroupSearchRowBasic\$isInactive
$isInactive
Definition:
PricingGroupSearchRowBasic.php:38
PricingGroupSearchRowBasic\$internalId
$internalId
Definition:
PricingGroupSearchRowBasic.php:28
PricingGroupSearchRowBasic\$name
$name
Definition:
PricingGroupSearchRowBasic.php:48
Generated by
dreamxtream
using
1.8.10