Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
Pricing.php
Go to the documentation of this file.
1
<?php
8
class
Pricing
{
9
18
public
$currency
;
19
28
public
$priceLevel
;
29
38
public
$discount
;
39
48
public
$priceList
;
49
50
51
52
static
$paramtypesmap
= array(
53
54
"currency"
=>
"RecordRef"
,
55
56
"priceLevel"
=>
"RecordRef"
,
57
58
"discount"
=>
"float"
,
59
60
"priceList"
=>
"PriceList"
,
61
62
);
63
64
}
Pricing\$priceLevel
$priceLevel
Definition:
Pricing.php:28
Pricing\$priceList
$priceList
Definition:
Pricing.php:48
Pricing
Definition:
Pricing.php:8
Pricing\$discount
$discount
Definition:
Pricing.php:38
Pricing\$paramtypesmap
static $paramtypesmap
Definition:
Pricing.php:52
Pricing\$currency
$currency
Definition:
Pricing.php:18
Generated by
dreamxtream
using
1.8.10