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