Netsutie PHP Toolkit
Source.php
Go to the documentation of this file.
1 <?php
8 class Source {
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _adp = "_adp";
23 
30  const _automatedMemorizedTransaction = "_automatedMemorizedTransaction";
31 
38  const _csv = "_csv";
39 
46  const _customerCenter = "_customerCenter";
47 
54  const _ebay = "_ebay";
55 
62  const _mobile = "_mobile";
63 
70  const _offlineClient = "_offlineClient";
71 
78  const _perquest = "_perquest";
79 
86  const _qif = "_qif";
87 
94  const _quickbooks = "_quickbooks";
95 
102  const _smbxml = "_smbxml";
103 
110  const _sync = "_sync";
111 
118  const _web = "_web";
119 
126  const _webServices = "_webServices";
127 
134  const _yahoo = "_yahoo";
135 
136 }
const _web
Definition: Source.php:118
const _adp
Definition: Source.php:22
const _customerCenter
Definition: Source.php:46
Definition: Source.php:8
const _sync
Definition: Source.php:110
const _perquest
Definition: Source.php:78
const _yahoo
Definition: Source.php:134
const _offlineClient
Definition: Source.php:70
static $paramtypesmap
Definition: Source.php:12
const _smbxml
Definition: Source.php:102
const _webServices
Definition: Source.php:126
const _quickbooks
Definition: Source.php:94
const _ebay
Definition: Source.php:54
const _automatedMemorizedTransaction
Definition: Source.php:30
const _mobile
Definition: Source.php:62
const _qif
Definition: Source.php:86
const _csv
Definition: Source.php:38