Netsutie PHP Toolkit
OtherChargeResaleItem.php
Go to the documentation of this file.
1 <?php
9 
18  public $createdDate;
19 
29 
39 
49 
58  public $cost;
59 
68  public $costUnits;
69 
79 
89 
99 
109 
119 
129 
138  public $isTaxable;
139 
148  public $matrixType;
149 
158  public $taxSchedule;
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 $customForm;
499 
508  public $itemId;
509 
518  public $upcCode;
519 
528  public $displayName;
529 
538  public $vendorName;
539 
548  public $parent;
549 
558  public $isOnline;
559 
569 
579 
588  public $isInactive;
589 
599 
608  public $department;
609 
618  public $class;
619 
628  public $location;
629 
639 
648  public $vsoePrice;
649 
659 
669 
679 
689 
698  public $currency;
699 
709 
719 
729 
739 
749 
759 
768  public $rate;
769 
779 
789 
798  public $vendor;
799 
809 
818  public $internalId;
819 
828  public $externalId;
829 
830 
831 
832  static $paramtypesmap = array(
833 
834  "createdDate" => "dateTime",
835 
836  "lastModifiedDate" => "dateTime",
837 
838  "purchaseDescription" => "string",
839 
840  "manufacturingChargeItem" => "boolean",
841 
842  "cost" => "float",
843 
844  "costUnits" => "string",
845 
846  "expenseAccount" => "RecordRef",
847 
848  "intercoExpenseAccount" => "RecordRef",
849 
850  "salesDescription" => "string",
851 
852  "includeChildren" => "boolean",
853 
854  "incomeAccount" => "RecordRef",
855 
856  "intercoIncomeAccount" => "RecordRef",
857 
858  "isTaxable" => "boolean",
859 
860  "matrixType" => "ItemMatrixType",
861 
862  "taxSchedule" => "RecordRef",
863 
864  "costEstimateType" => "ItemCostEstimateType",
865 
866  "costEstimate" => "float",
867 
868  "unitsType" => "RecordRef",
869 
870  "purchaseUnit" => "RecordRef",
871 
872  "saleUnit" => "RecordRef",
873 
874  "costEstimateUnits" => "string",
875 
876  "issueProduct" => "RecordRef",
877 
878  "billingSchedule" => "RecordRef",
879 
880  "deferredRevenueAccount" => "RecordRef",
881 
882  "revRecSchedule" => "RecordRef",
883 
884  "deferralAccount" => "RecordRef",
885 
886  "amortizationTemplate" => "RecordRef",
887 
888  "residual" => "string",
889 
890  "deferRevRec" => "boolean",
891 
892  "amortizationPeriod" => "integer",
893 
894  "minimumQuantity" => "integer",
895 
896  "minimumQuantityUnits" => "string",
897 
898  "enforceMinQtyInternally" => "boolean",
899 
900  "softDescriptor" => "string",
901 
902  "isFulfillable" => "boolean",
903 
904  "generateAccruals" => "boolean",
905 
906  "costCategory" => "RecordRef",
907 
908  "purchaseOrderQuantity" => "float",
909 
910  "purchaseOrderAmount" => "float",
911 
912  "purchaseOrderQuantityDiff" => "float",
913 
914  "receiptQuantity" => "float",
915 
916  "receiptAmount" => "float",
917 
918  "receiptQuantityDiff" => "float",
919 
920  "pricesIncludeTax" => "boolean",
921 
922  "quantityPricingSchedule" => "RecordRef",
923 
924  "useMarginalRates" => "boolean",
925 
926  "overallQuantityPricingType" => "ItemOverallQuantityPricingType",
927 
928  "pricingGroup" => "RecordRef",
929 
930  "customForm" => "RecordRef",
931 
932  "itemId" => "string",
933 
934  "upcCode" => "string",
935 
936  "displayName" => "string",
937 
938  "vendorName" => "string",
939 
940  "parent" => "RecordRef",
941 
942  "isOnline" => "boolean",
943 
944  "isGcoCompliant" => "boolean",
945 
946  "offerSupport" => "boolean",
947 
948  "isInactive" => "boolean",
949 
950  "availableToPartners" => "boolean",
951 
952  "department" => "RecordRef",
953 
954  "class" => "RecordRef",
955 
956  "location" => "RecordRef",
957 
958  "subsidiaryList" => "RecordRefList",
959 
960  "vsoePrice" => "float",
961 
962  "vsoeSopGroup" => "VsoeSopGroup",
963 
964  "vsoeDeferral" => "VsoeDeferral",
965 
966  "vsoePermitDiscount" => "VsoePermitDiscount",
967 
968  "vsoeDelivered" => "boolean",
969 
970  "currency" => "string",
971 
972  "itemOptionsList" => "ItemOptionsList",
973 
974  "matrixOptionList" => "MatrixOptionList",
975 
976  "itemVendorList" => "ItemVendorList",
977 
978  "pricingMatrix" => "PricingMatrix",
979 
980  "accountingBookDetailList" => "ItemAccountingBookDetailList",
981 
982  "purchaseTaxCode" => "RecordRef",
983 
984  "rate" => "float",
985 
986  "salesTaxCode" => "RecordRef",
987 
988  "translationsList" => "TranslationList",
989 
990  "vendor" => "RecordRef",
991 
992  "customFieldList" => "CustomFieldList",
993 
994  "internalId" => "string",
995 
996  "externalId" => "string",
997 
998  );
999 
1000 }
Definition: Record.php:8