Netsutie PHP Toolkit
ServiceResaleItem.php
Go to the documentation of this file.
1 <?php
8 class ServiceResaleItem extends Record {
9 
18  public $createdDate;
19 
29 
39 
49 
58  public $cost;
59 
68  public $costUnits;
69 
79 
89 
99 
109 
119 
129 
138  public $taxSchedule;
139 
148  public $matrixType;
149 
158  public $isTaxable;
159 
169 
179 
188  public $unitsType;
189 
199 
208  public $saleUnit;
209 
219 
229 
239 
249 
259 
269 
279 
288  public $residual;
289 
298  public $deferRevRec;
299 
309 
319 
329 
339 
349 
359 
369 
379 
389 
399 
409 
419 
429 
439 
449 
459 
469 
479 
489 
498  public $vsoePrice;
499 
509 
519 
529 
539 
548  public $createJob;
549 
559 
569 
579 
589 
599 
609 
618  public $pageTitle;
619 
629 
638  public $metaTagHtml;
639 
649 
659 
669 
679 
689 
699 
709 
719 
729 
738  public $onSpecial;
739 
749 
759 
769 
779 
789 
798  public $customForm;
799 
808  public $itemId;
809 
818  public $upcCode;
819 
828  public $displayName;
829 
838  public $vendorName;
839 
848  public $parent;
849 
858  public $isOnline;
859 
869 
879 
888  public $isInactive;
889 
899 
908  public $department;
909 
918  public $class;
919 
928  public $location;
929 
939 
948  public $currency;
949 
959 
969 
979 
989 
999 
1009 
1019 
1028  public $rate;
1029 
1039 
1049 
1059 
1068  public $vendor;
1069 
1079 
1089 
1098  public $internalId;
1099 
1108  public $externalId;
1109 
1110 
1111 
1112  static $paramtypesmap = array(
1113 
1114  "createdDate" => "dateTime",
1115 
1116  "lastModifiedDate" => "dateTime",
1117 
1118  "purchaseDescription" => "string",
1119 
1120  "manufacturingChargeItem" => "boolean",
1121 
1122  "cost" => "float",
1123 
1124  "costUnits" => "string",
1125 
1126  "expenseAccount" => "RecordRef",
1127 
1128  "intercoExpenseAccount" => "RecordRef",
1129 
1130  "salesDescription" => "string",
1131 
1132  "includeChildren" => "boolean",
1133 
1134  "incomeAccount" => "RecordRef",
1135 
1136  "intercoIncomeAccount" => "RecordRef",
1137 
1138  "taxSchedule" => "RecordRef",
1139 
1140  "matrixType" => "ItemMatrixType",
1141 
1142  "isTaxable" => "boolean",
1143 
1144  "costEstimateType" => "ItemCostEstimateType",
1145 
1146  "costEstimate" => "float",
1147 
1148  "unitsType" => "RecordRef",
1149 
1150  "purchaseUnit" => "RecordRef",
1151 
1152  "saleUnit" => "RecordRef",
1153 
1154  "costEstimateUnits" => "string",
1155 
1156  "issueProduct" => "RecordRef",
1157 
1158  "billingSchedule" => "RecordRef",
1159 
1160  "deferredRevenueAccount" => "RecordRef",
1161 
1162  "revRecSchedule" => "RecordRef",
1163 
1164  "deferralAccount" => "RecordRef",
1165 
1166  "amortizationTemplate" => "RecordRef",
1167 
1168  "residual" => "string",
1169 
1170  "deferRevRec" => "boolean",
1171 
1172  "amortizationPeriod" => "integer",
1173 
1174  "minimumQuantity" => "integer",
1175 
1176  "enforceMinQtyInternally" => "boolean",
1177 
1178  "softDescriptor" => "string",
1179 
1180  "pricesIncludeTax" => "boolean",
1181 
1182  "quantityPricingSchedule" => "RecordRef",
1183 
1184  "useMarginalRates" => "boolean",
1185 
1186  "overallQuantityPricingType" => "ItemOverallQuantityPricingType",
1187 
1188  "isFulfillable" => "boolean",
1189 
1190  "generateAccruals" => "boolean",
1191 
1192  "costCategory" => "RecordRef",
1193 
1194  "purchaseOrderQuantity" => "float",
1195 
1196  "purchaseOrderAmount" => "float",
1197 
1198  "purchaseOrderQuantityDiff" => "float",
1199 
1200  "receiptQuantity" => "float",
1201 
1202  "receiptAmount" => "float",
1203 
1204  "receiptQuantityDiff" => "float",
1205 
1206  "pricingGroup" => "RecordRef",
1207 
1208  "minimumQuantityUnits" => "string",
1209 
1210  "vsoePrice" => "float",
1211 
1212  "vsoeSopGroup" => "VsoeSopGroup",
1213 
1214  "vsoeDeferral" => "VsoeDeferral",
1215 
1216  "vsoePermitDiscount" => "VsoePermitDiscount",
1217 
1218  "vsoeDelivered" => "boolean",
1219 
1220  "createJob" => "boolean",
1221 
1222  "storeDisplayName" => "string",
1223 
1224  "storeDisplayThumbnail" => "RecordRef",
1225 
1226  "storeDisplayImage" => "RecordRef",
1227 
1228  "storeDescription" => "string",
1229 
1230  "storeDetailedDescription" => "string",
1231 
1232  "storeItemTemplate" => "RecordRef",
1233 
1234  "pageTitle" => "string",
1235 
1236  "urlComponent" => "string",
1237 
1238  "metaTagHtml" => "string",
1239 
1240  "excludeFromSitemap" => "boolean",
1241 
1242  "sitemapPriority" => "SitemapPriority",
1243 
1244  "searchKeywords" => "string",
1245 
1246  "isDonationItem" => "boolean",
1247 
1248  "showDefaultDonationAmount" => "boolean",
1249 
1250  "maxDonationAmount" => "float",
1251 
1252  "dontShowPrice" => "boolean",
1253 
1254  "noPriceMessage" => "string",
1255 
1256  "outOfStockMessage" => "string",
1257 
1258  "onSpecial" => "boolean",
1259 
1260  "outOfStockBehavior" => "ItemOutOfStockBehavior",
1261 
1262  "relatedItemsDescription" => "string",
1263 
1264  "specialsDescription" => "string",
1265 
1266  "itemTaskTemplatesList" => "ServiceItemTaskTemplatesList",
1267 
1268  "featuredDescription" => "string",
1269 
1270  "customForm" => "RecordRef",
1271 
1272  "itemId" => "string",
1273 
1274  "upcCode" => "string",
1275 
1276  "displayName" => "string",
1277 
1278  "vendorName" => "string",
1279 
1280  "parent" => "RecordRef",
1281 
1282  "isOnline" => "boolean",
1283 
1284  "isGcoCompliant" => "boolean",
1285 
1286  "offerSupport" => "boolean",
1287 
1288  "isInactive" => "boolean",
1289 
1290  "availableToPartners" => "boolean",
1291 
1292  "department" => "RecordRef",
1293 
1294  "class" => "RecordRef",
1295 
1296  "location" => "RecordRef",
1297 
1298  "subsidiaryList" => "RecordRefList",
1299 
1300  "currency" => "string",
1301 
1302  "billingRatesMatrix" => "BillingRatesMatrix",
1303 
1304  "accountingBookDetailList" => "ItemAccountingBookDetailList",
1305 
1306  "itemOptionsList" => "ItemOptionsList",
1307 
1308  "matrixOptionList" => "MatrixOptionList",
1309 
1310  "itemVendorList" => "ItemVendorList",
1311 
1312  "pricingMatrix" => "PricingMatrix",
1313 
1314  "purchaseTaxCode" => "RecordRef",
1315 
1316  "rate" => "float",
1317 
1318  "salesTaxCode" => "RecordRef",
1319 
1320  "siteCategoryList" => "SiteCategoryList",
1321 
1322  "translationsList" => "TranslationList",
1323 
1324  "vendor" => "RecordRef",
1325 
1326  "presentationItemList" => "PresentationItemList",
1327 
1328  "customFieldList" => "CustomFieldList",
1329 
1330  "internalId" => "string",
1331 
1332  "externalId" => "string",
1333 
1334  );
1335 
1336 }
Definition: Record.php:8