Netsutie PHP Toolkit
Estimate.php
Go to the documentation of this file.
1 <?php
8 class Estimate extends Record {
9 
18  public $createdDate;
19 
29 
38  public $entity;
39 
48  public $job;
49 
58  public $tranDate;
59 
68  public $tranId;
69 
78  public $source;
79 
88  public $customForm;
89 
98  public $currency;
99 
108  public $title;
109 
119 
128  public $probability;
129 
139 
149 
158  public $opportunity;
159 
168  public $department;
169 
178  public $class;
179 
188  public $terms;
189 
198  public $dueDate;
199 
208  public $location;
209 
218  public $subsidiary;
219 
229 
238  public $status;
239 
248  public $salesRep;
249 
258  public $partner;
259 
268  public $contribPct;
269 
278  public $leadSource;
279 
289 
298  public $otherRefNum;
299 
308  public $memo;
309 
318  public $endDate;
319 
328  public $startDate;
329 
339 
349 
359 
368  public $createdFrom;
369 
379 
389 
398  public $promoCode;
399 
409 
419 
428  public $isTaxable;
429 
438  public $taxItem;
439 
448  public $taxRate;
449 
458  public $vatRegNum;
459 
468  public $toBePrinted;
469 
478  public $toBeEmailed;
479 
488  public $email;
489 
498  public $toBeFaxed;
499 
508  public $fax;
509 
519 
528  public $messageSel;
529 
538  public $message;
539 
549 
559 
569 
579 
589 
598  public $fob;
599 
608  public $shipDate;
609 
618  public $shipMethod;
619 
629 
639 
649 
659 
669 
679 
689 
699 
709 
719 
728  public $salesGroup;
729 
739 
749 
758  public $subTotal;
759 
769 
778  public $taxTotal;
779 
789 
799 
808  public $total;
809 
818  public $tax2Total;
819 
828  public $itemList;
829 
839 
849 
859 
869 
879 
888  public $internalId;
889 
898  public $externalId;
899 
900 
901 
902  static $paramtypesmap = array(
903 
904  "createdDate" => "dateTime",
905 
906  "lastModifiedDate" => "dateTime",
907 
908  "entity" => "RecordRef",
909 
910  "job" => "RecordRef",
911 
912  "tranDate" => "dateTime",
913 
914  "tranId" => "string",
915 
916  "source" => "string",
917 
918  "customForm" => "RecordRef",
919 
920  "currency" => "RecordRef",
921 
922  "title" => "string",
923 
924  "entityStatus" => "RecordRef",
925 
926  "probability" => "float",
927 
928  "includeInForecast" => "boolean",
929 
930  "forecastType" => "RecordRef",
931 
932  "opportunity" => "RecordRef",
933 
934  "department" => "RecordRef",
935 
936  "class" => "RecordRef",
937 
938  "terms" => "RecordRef",
939 
940  "dueDate" => "dateTime",
941 
942  "location" => "RecordRef",
943 
944  "subsidiary" => "RecordRef",
945 
946  "billingSchedule" => "RecordRef",
947 
948  "status" => "string",
949 
950  "salesRep" => "RecordRef",
951 
952  "partner" => "RecordRef",
953 
954  "contribPct" => "string",
955 
956  "leadSource" => "RecordRef",
957 
958  "expectedCloseDate" => "dateTime",
959 
960  "otherRefNum" => "string",
961 
962  "memo" => "string",
963 
964  "endDate" => "dateTime",
965 
966  "startDate" => "dateTime",
967 
968  "totalCostEstimate" => "float",
969 
970  "estGrossProfit" => "float",
971 
972  "estGrossProfitPercent" => "float",
973 
974  "createdFrom" => "RecordRef",
975 
976  "exchangeRate" => "float",
977 
978  "currencyName" => "string",
979 
980  "promoCode" => "RecordRef",
981 
982  "discountItem" => "RecordRef",
983 
984  "discountRate" => "string",
985 
986  "isTaxable" => "boolean",
987 
988  "taxItem" => "RecordRef",
989 
990  "taxRate" => "float",
991 
992  "vatRegNum" => "string",
993 
994  "toBePrinted" => "boolean",
995 
996  "toBeEmailed" => "boolean",
997 
998  "email" => "string",
999 
1000  "toBeFaxed" => "boolean",
1001 
1002  "fax" => "string",
1003 
1004  "visibleToCustomer" => "boolean",
1005 
1006  "messageSel" => "RecordRef",
1007 
1008  "message" => "string",
1009 
1010  "billingAddress" => "Address",
1011 
1012  "billAddressList" => "RecordRef",
1013 
1014  "shippingAddress" => "Address",
1015 
1016  "shipIsResidential" => "boolean",
1017 
1018  "shipAddressList" => "RecordRef",
1019 
1020  "fob" => "string",
1021 
1022  "shipDate" => "dateTime",
1023 
1024  "shipMethod" => "RecordRef",
1025 
1026  "shippingCost" => "float",
1027 
1028  "shippingTax1Rate" => "float",
1029 
1030  "shippingTaxCode" => "RecordRef",
1031 
1032  "shippingTax2Rate" => "string",
1033 
1034  "handlingTaxCode" => "RecordRef",
1035 
1036  "handlingTax1Rate" => "float",
1037 
1038  "handlingCost" => "float",
1039 
1040  "trackingNumbers" => "string",
1041 
1042  "handlingTax2Rate" => "string",
1043 
1044  "linkedTrackingNumbers" => "string",
1045 
1046  "salesGroup" => "RecordRef",
1047 
1048  "syncSalesTeams" => "boolean",
1049 
1050  "altSalesTotal" => "float",
1051 
1052  "subTotal" => "float",
1053 
1054  "discountTotal" => "float",
1055 
1056  "taxTotal" => "float",
1057 
1058  "altShippingCost" => "float",
1059 
1060  "altHandlingCost" => "float",
1061 
1062  "total" => "float",
1063 
1064  "tax2Total" => "float",
1065 
1066  "itemList" => "EstimateItemList",
1067 
1068  "salesTeamList" => "EstimateSalesTeamList",
1069 
1070  "syncPartnerTeams" => "boolean",
1071 
1072  "partnersList" => "EstimatePartnersList",
1073 
1074  "shipGroupList" => "EstimateShipGroupList",
1075 
1076  "customFieldList" => "CustomFieldList",
1077 
1078  "internalId" => "string",
1079 
1080  "externalId" => "string",
1081 
1082  );
1083 
1084 }
$syncSalesTeams
Definition: Estimate.php:738
$altSalesTotal
Definition: Estimate.php:748
static $paramtypesmap
Definition: Estimate.php:902
$salesTeamList
Definition: Estimate.php:838
$shippingTax1Rate
Definition: Estimate.php:638
$lastModifiedDate
Definition: Estimate.php:28
$trackingNumbers
Definition: Estimate.php:698
$handlingTax2Rate
Definition: Estimate.php:708
$shipGroupList
Definition: Estimate.php:868
$estGrossProfitPercent
Definition: Estimate.php:358
$handlingTax1Rate
Definition: Estimate.php:678
$billingSchedule
Definition: Estimate.php:228
$shipAddressList
Definition: Estimate.php:588
$altShippingCost
Definition: Estimate.php:788
$expectedCloseDate
Definition: Estimate.php:288
$shippingTaxCode
Definition: Estimate.php:648
$shippingTax2Rate
Definition: Estimate.php:658
$syncPartnerTeams
Definition: Estimate.php:848
$billAddressList
Definition: Estimate.php:558
$includeInForecast
Definition: Estimate.php:138
$shipIsResidential
Definition: Estimate.php:578
$linkedTrackingNumbers
Definition: Estimate.php:718
$discountTotal
Definition: Estimate.php:768
$billingAddress
Definition: Estimate.php:548
$createdDate
Definition: Estimate.php:18
$handlingTaxCode
Definition: Estimate.php:668
$shippingAddress
Definition: Estimate.php:568
$visibleToCustomer
Definition: Estimate.php:518
$estGrossProfit
Definition: Estimate.php:348
$altHandlingCost
Definition: Estimate.php:798
$totalCostEstimate
Definition: Estimate.php:338
Definition: Record.php:8
$customFieldList
Definition: Estimate.php:878