Netsutie PHP Toolkit
ItemType.php
Go to the documentation of this file.
1 <?php
8 class ItemType {
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _assembly = "_assembly";
23 
30  const _description = "_description";
31 
38  const _discount = "_discount";
39 
46  const _downloadItem = "_downloadItem";
47 
54  const _giftCertificateItem = "_giftCertificateItem";
55 
62  const _inventoryItem = "_inventoryItem";
63 
70  const _itemGroup = "_itemGroup";
71 
78  const _kit = "_kit";
79 
86  const _markup = "_markup";
87 
94  const _nonInventoryItem = "_nonInventoryItem";
95 
102  const _otherCharge = "_otherCharge";
103 
110  const _payment = "_payment";
111 
118  const _service = "_service";
119 
126  const _subtotal = "_subtotal";
127 
128 }
const _inventoryItem
Definition: ItemType.php:62
const _giftCertificateItem
Definition: ItemType.php:54
const _nonInventoryItem
Definition: ItemType.php:94
const _kit
Definition: ItemType.php:78
const _subtotal
Definition: ItemType.php:126
const _itemGroup
Definition: ItemType.php:70
const _otherCharge
Definition: ItemType.php:102
const _description
Definition: ItemType.php:30
const _downloadItem
Definition: ItemType.php:46
static $paramtypesmap
Definition: ItemType.php:12
const _service
Definition: ItemType.php:118
const _markup
Definition: ItemType.php:86
const _payment
Definition: ItemType.php:110
const _assembly
Definition: ItemType.php:22
const _discount
Definition: ItemType.php:38