Netsutie PHP Toolkit
CashSale.php
Go to the documentation of this file.
1 <?php
8 class CashSale extends Record {
9 
18  public $createdDate;
19 
29 
38  public $customForm;
39 
48  public $entity;
49 
58  public $tranDate;
59 
68  public $tranId;
69 
78  public $source;
79 
89 
98  public $createdFrom;
99 
108  public $opportunity;
109 
118  public $department;
119 
128  public $class;
129 
138  public $location;
139 
148  public $subsidiary;
149 
158  public $salesRep;
159 
168  public $contribPct;
169 
178  public $partner;
179 
188  public $leadSource;
189 
198  public $startDate;
199 
208  public $endDate;
209 
218  public $otherRefNum;
219 
228  public $memo;
229 
239 
249 
259 
268  public $undepFunds;
269 
278  public $currency;
279 
288  public $account;
289 
299 
309 
319 
329 
339 
349 
359 
368  public $promoCode;
369 
379 
389 
398  public $isTaxable;
399 
408  public $taxItem;
409 
418  public $taxRate;
419 
428  public $toBePrinted;
429 
438  public $toBeEmailed;
439 
448  public $toBeFaxed;
449 
458  public $fax;
459 
468  public $messageSel;
469 
478  public $message;
479 
489 
499 
509 
519 
529 
538  public $fob;
539 
548  public $shipDate;
549 
558  public $shipMethod;
559 
569 
579 
589 
599 
609 
619 
629 
639 
649 
659 
668  public $salesGroup;
669 
679 
689 
699 
709 
719 
729 
739 
748  public $creditCard;
749 
758  public $ccNumber;
759 
769 
778  public $ccName;
779 
788  public $ccStreet;
789 
798  public $ccZipCode;
799 
809 
818  public $ccApproved;
819 
828  public $authCode;
829 
839 
849 
859 
869 
878  public $subTotal;
879 
889 
898  public $ignoreAvs;
899 
909 
919 
929 
939 
949 
959 
969 
979 
989 
999 
1009 
1019 
1029 
1039 
1049 
1059 
1069 
1079 
1089 
1099 
1109 
1119 
1129 
1139 
1149 
1158  public $taxTotal;
1159 
1169 
1179 
1189 
1199 
1208  public $total;
1209 
1219 
1229 
1239 
1249 
1258  public $chargeIt;
1259 
1269 
1279 
1288  public $pnRefNum;
1289 
1299 
1308  public $status;
1309 
1319 
1328  public $job;
1329 
1339 
1348  public $email;
1349 
1358  public $tax2Total;
1359 
1368  public $validFrom;
1369 
1378  public $vatRegNum;
1379 
1389 
1399 
1409 
1419 
1429 
1439 
1448  public $itemList;
1449 
1459 
1469 
1479 
1488  public $timeList;
1489 
1499 
1509 
1518  public $internalId;
1519 
1528  public $externalId;
1529 
1530 
1531 
1532  static $paramtypesmap = array(
1533 
1534  "createdDate" => "dateTime",
1535 
1536  "lastModifiedDate" => "dateTime",
1537 
1538  "customForm" => "RecordRef",
1539 
1540  "entity" => "RecordRef",
1541 
1542  "tranDate" => "dateTime",
1543 
1544  "tranId" => "string",
1545 
1546  "source" => "string",
1547 
1548  "postingPeriod" => "RecordRef",
1549 
1550  "createdFrom" => "RecordRef",
1551 
1552  "opportunity" => "RecordRef",
1553 
1554  "department" => "RecordRef",
1555 
1556  "class" => "RecordRef",
1557 
1558  "location" => "RecordRef",
1559 
1560  "subsidiary" => "RecordRef",
1561 
1562  "salesRep" => "RecordRef",
1563 
1564  "contribPct" => "string",
1565 
1566  "partner" => "RecordRef",
1567 
1568  "leadSource" => "RecordRef",
1569 
1570  "startDate" => "dateTime",
1571 
1572  "endDate" => "dateTime",
1573 
1574  "otherRefNum" => "string",
1575 
1576  "memo" => "string",
1577 
1578  "salesEffectiveDate" => "dateTime",
1579 
1580  "excludeCommission" => "boolean",
1581 
1582  "revRecSchedule" => "RecordRef",
1583 
1584  "undepFunds" => "boolean",
1585 
1586  "currency" => "RecordRef",
1587 
1588  "account" => "RecordRef",
1589 
1590  "revRecStartDate" => "dateTime",
1591 
1592  "revRecEndDate" => "dateTime",
1593 
1594  "totalCostEstimate" => "float",
1595 
1596  "estGrossProfit" => "float",
1597 
1598  "estGrossProfitPercent" => "float",
1599 
1600  "exchangeRate" => "float",
1601 
1602  "currencyName" => "string",
1603 
1604  "promoCode" => "RecordRef",
1605 
1606  "discountItem" => "RecordRef",
1607 
1608  "discountRate" => "string",
1609 
1610  "isTaxable" => "boolean",
1611 
1612  "taxItem" => "RecordRef",
1613 
1614  "taxRate" => "float",
1615 
1616  "toBePrinted" => "boolean",
1617 
1618  "toBeEmailed" => "boolean",
1619 
1620  "toBeFaxed" => "boolean",
1621 
1622  "fax" => "string",
1623 
1624  "messageSel" => "RecordRef",
1625 
1626  "message" => "string",
1627 
1628  "billingAddress" => "Address",
1629 
1630  "billAddressList" => "RecordRef",
1631 
1632  "shippingAddress" => "Address",
1633 
1634  "shipIsResidential" => "boolean",
1635 
1636  "shipAddressList" => "RecordRef",
1637 
1638  "fob" => "string",
1639 
1640  "shipDate" => "dateTime",
1641 
1642  "shipMethod" => "RecordRef",
1643 
1644  "shippingCost" => "float",
1645 
1646  "shippingTax1Rate" => "float",
1647 
1648  "shippingTax2Rate" => "string",
1649 
1650  "shippingTaxCode" => "RecordRef",
1651 
1652  "handlingTaxCode" => "RecordRef",
1653 
1654  "handlingTax1Rate" => "float",
1655 
1656  "handlingCost" => "float",
1657 
1658  "handlingTax2Rate" => "string",
1659 
1660  "linkedTrackingNumbers" => "string",
1661 
1662  "trackingNumbers" => "string",
1663 
1664  "salesGroup" => "RecordRef",
1665 
1666  "revenueStatus" => "RevenueStatus",
1667 
1668  "recognizedRevenue" => "float",
1669 
1670  "deferredRevenue" => "float",
1671 
1672  "revRecOnRevCommitment" => "boolean",
1673 
1674  "syncSalesTeams" => "boolean",
1675 
1676  "paymentMethod" => "RecordRef",
1677 
1678  "payPalStatus" => "string",
1679 
1680  "creditCard" => "RecordRef",
1681 
1682  "ccNumber" => "string",
1683 
1684  "ccExpireDate" => "dateTime",
1685 
1686  "ccName" => "string",
1687 
1688  "ccStreet" => "string",
1689 
1690  "ccZipCode" => "string",
1691 
1692  "creditCardProcessor" => "RecordRef",
1693 
1694  "ccApproved" => "boolean",
1695 
1696  "authCode" => "string",
1697 
1698  "ccAvsStreetMatch" => "AvsMatchCode",
1699 
1700  "ccAvsZipMatch" => "AvsMatchCode",
1701 
1702  "isRecurringPayment" => "boolean",
1703 
1704  "payPalTranId" => "string",
1705 
1706  "subTotal" => "float",
1707 
1708  "ccIsPurchaseCardBin" => "boolean",
1709 
1710  "ignoreAvs" => "boolean",
1711 
1712  "ccProcessAsPurchaseCard" => "boolean",
1713 
1714  "itemCostDiscount" => "RecordRef",
1715 
1716  "itemCostDiscRate" => "string",
1717 
1718  "itemCostDiscAmount" => "float",
1719 
1720  "itemCostTaxRate1" => "float",
1721 
1722  "itemCostTaxRate2" => "float",
1723 
1724  "itemCostDiscTaxable" => "boolean",
1725 
1726  "itemCostTaxCode" => "RecordRef",
1727 
1728  "itemCostDiscTax1Amt" => "float",
1729 
1730  "itemCostDiscPrint" => "boolean",
1731 
1732  "expCostDiscount" => "RecordRef",
1733 
1734  "expCostDiscRate" => "string",
1735 
1736  "expCostDiscAmount" => "float",
1737 
1738  "expCostDiscTaxable" => "boolean",
1739 
1740  "expCostDiscprint" => "boolean",
1741 
1742  "expCostTaxRate1" => "float",
1743 
1744  "timeDiscount" => "RecordRef",
1745 
1746  "expCostTaxCode" => "RecordRef",
1747 
1748  "timeDiscRate" => "string",
1749 
1750  "expCostTaxRate2" => "float",
1751 
1752  "expCostDiscTax1Amt" => "float",
1753 
1754  "timeDiscAmount" => "float",
1755 
1756  "timeDiscTaxable" => "boolean",
1757 
1758  "timeDiscPrint" => "boolean",
1759 
1760  "discountTotal" => "float",
1761 
1762  "taxTotal" => "float",
1763 
1764  "timeTaxRate1" => "float",
1765 
1766  "altShippingCost" => "float",
1767 
1768  "timeTaxCode" => "RecordRef",
1769 
1770  "altHandlingCost" => "float",
1771 
1772  "total" => "float",
1773 
1774  "timeDiscTax1Amt" => "float",
1775 
1776  "ccSecurityCode" => "string",
1777 
1778  "timeTaxRate2" => "float",
1779 
1780  "ccSecurityCodeMatch" => "AvsMatchCode",
1781 
1782  "chargeIt" => "boolean",
1783 
1784  "debitCardIssueNo" => "string",
1785 
1786  "threeDStatusCode" => "string",
1787 
1788  "pnRefNum" => "string",
1789 
1790  "paypalAuthId" => "string",
1791 
1792  "status" => "string",
1793 
1794  "paypalProcess" => "boolean",
1795 
1796  "job" => "RecordRef",
1797 
1798  "billingSchedule" => "RecordRef",
1799 
1800  "email" => "string",
1801 
1802  "tax2Total" => "float",
1803 
1804  "validFrom" => "dateTime",
1805 
1806  "vatRegNum" => "string",
1807 
1808  "giftCertApplied" => "float",
1809 
1810  "tranIsVsoeBundle" => "boolean",
1811 
1812  "vsoeAutoCalc" => "boolean",
1813 
1814  "syncPartnerTeams" => "boolean",
1815 
1816  "salesTeamList" => "CashSaleSalesTeamList",
1817 
1818  "partnersList" => "CashSalePartnersList",
1819 
1820  "itemList" => "CashSaleItemList",
1821 
1822  "itemCostList" => "CashSaleItemCostList",
1823 
1824  "giftCertRedemptionList" => "GiftCertRedemptionList",
1825 
1826  "expCostList" => "CashSaleExpCostList",
1827 
1828  "timeList" => "CashSaleTimeList",
1829 
1830  "shipGroupList" => "CashSaleShipGroupList",
1831 
1832  "customFieldList" => "CustomFieldList",
1833 
1834  "internalId" => "string",
1835 
1836  "externalId" => "string",
1837 
1838  );
1839 
1840 }
$altHandlingCost
Definition: CashSale.php:1198
$debitCardIssueNo
Definition: CashSale.php:1268
$itemCostDiscount
Definition: CashSale.php:918
$billingSchedule
Definition: CashSale.php:1338
$createdDate
Definition: CashSale.php:18
$salesEffectiveDate
Definition: CashSale.php:238
$itemCostDiscTax1Amt
Definition: CashSale.php:988
$shippingTax2Rate
Definition: CashSale.php:588
$linkedTrackingNumbers
Definition: CashSale.php:648
$revRecSchedule
Definition: CashSale.php:258
$excludeCommission
Definition: CashSale.php:248
$estGrossProfit
Definition: CashSale.php:328
$postingPeriod
Definition: CashSale.php:88
$customFieldList
Definition: CashSale.php:1508
$deferredRevenue
Definition: CashSale.php:698
$isRecurringPayment
Definition: CashSale.php:858
$handlingTax1Rate
Definition: CashSale.php:618
$totalCostEstimate
Definition: CashSale.php:318
$ccProcessAsPurchaseCard
Definition: CashSale.php:908
$tranIsVsoeBundle
Definition: CashSale.php:1398
$trackingNumbers
Definition: CashSale.php:658
$handlingTax2Rate
Definition: CashSale.php:638
$itemCostDiscAmount
Definition: CashSale.php:938
$shippingAddress
Definition: CashSale.php:508
$handlingTaxCode
Definition: CashSale.php:608
$expCostTaxRate2
Definition: CashSale.php:1098
$shippingTaxCode
Definition: CashSale.php:598
$expCostTaxRate1
Definition: CashSale.php:1058
$syncPartnerTeams
Definition: CashSale.php:1418
$itemCostDiscRate
Definition: CashSale.php:928
$revRecEndDate
Definition: CashSale.php:308
$lastModifiedDate
Definition: CashSale.php:28
$billAddressList
Definition: CashSale.php:498
$timeDiscTaxable
Definition: CashSale.php:1128
static $paramtypesmap
Definition: CashSale.php:1532
$giftCertRedemptionList
Definition: CashSale.php:1468
$giftCertApplied
Definition: CashSale.php:1388
$ccSecurityCodeMatch
Definition: CashSale.php:1248
$expCostDiscount
Definition: CashSale.php:1008
$creditCardProcessor
Definition: CashSale.php:808
$estGrossProfitPercent
Definition: CashSale.php:338
$expCostDiscRate
Definition: CashSale.php:1018
$revRecStartDate
Definition: CashSale.php:298
$expCostDiscAmount
Definition: CashSale.php:1028
$timeDiscTax1Amt
Definition: CashSale.php:1218
$shippingTax1Rate
Definition: CashSale.php:578
$itemCostTaxCode
Definition: CashSale.php:978
$itemCostDiscTaxable
Definition: CashSale.php:968
$ccAvsStreetMatch
Definition: CashSale.php:838
$itemCostTaxRate1
Definition: CashSale.php:948
$ccIsPurchaseCardBin
Definition: CashSale.php:888
$shipIsResidential
Definition: CashSale.php:518
$createdFrom
Definition: CashSale.php:98
$syncSalesTeams
Definition: CashSale.php:718
$paymentMethod
Definition: CashSale.php:728
$shipAddressList
Definition: CashSale.php:528
$expCostDiscTax1Amt
Definition: CashSale.php:1108
$altShippingCost
Definition: CashSale.php:1178
$expCostDiscTaxable
Definition: CashSale.php:1038
$revenueStatus
Definition: CashSale.php:678
$itemCostDiscPrint
Definition: CashSale.php:998
$expCostDiscprint
Definition: CashSale.php:1048
$ccAvsZipMatch
Definition: CashSale.php:848
$recognizedRevenue
Definition: CashSale.php:688
$billingAddress
Definition: CashSale.php:488
$itemCostTaxRate2
Definition: CashSale.php:958
Definition: Record.php:8
$threeDStatusCode
Definition: CashSale.php:1278
$revRecOnRevCommitment
Definition: CashSale.php:708