Netsutie PHP Toolkit
GiftCertificateItem.php
Go to the documentation of this file.
1 <?php
8 class GiftCertificateItem extends Record {
9 
18  public $createdDate;
19 
29 
38  public $customForm;
39 
48  public $itemId;
49 
58  public $upcCode;
59 
68  public $displayName;
69 
79 
88  public $parent;
89 
98  public $isOnline;
99 
109 
119 
128  public $isInactive;
129 
139 
148  public $department;
149 
158  public $class;
159 
168  public $location;
169 
179 
189 
199 
209 
219 
228  public $isTaxable;
229 
238  public $rate;
239 
249 
259 
269 
278  public $taxSchedule;
279 
289 
299 
309 
319 
329 
339 
349 
359 
369 
379 
389 
398  public $pageTitle;
399 
408  public $metaTagHtml;
409 
419 
429 
439 
449 
459 
469 
479 
489 
499 
508  public $onSpecial;
509 
519 
529 
539 
549 
559 
569 
579 
589 
599 
609 
619 
628  public $internalId;
629 
638  public $externalId;
639 
640 
641 
642  static $paramtypesmap = array(
643 
644  "createdDate" => "dateTime",
645 
646  "lastModifiedDate" => "dateTime",
647 
648  "customForm" => "RecordRef",
649 
650  "itemId" => "string",
651 
652  "upcCode" => "string",
653 
654  "displayName" => "string",
655 
656  "includeChildren" => "boolean",
657 
658  "parent" => "RecordRef",
659 
660  "isOnline" => "boolean",
661 
662  "isGcoCompliant" => "boolean",
663 
664  "offerSupport" => "boolean",
665 
666  "isInactive" => "boolean",
667 
668  "availableToPartners" => "boolean",
669 
670  "department" => "RecordRef",
671 
672  "class" => "RecordRef",
673 
674  "location" => "RecordRef",
675 
676  "subsidiaryList" => "RecordRefList",
677 
678  "salesDescription" => "string",
679 
680  "incomeAccount" => "RecordRef",
681 
682  "liabilityAccount" => "RecordRef",
683 
684  "daysBeforeExpiration" => "integer",
685 
686  "isTaxable" => "boolean",
687 
688  "rate" => "float",
689 
690  "urlComponent" => "string",
691 
692  "salesTaxCode" => "RecordRef",
693 
694  "pricesIncludeTax" => "boolean",
695 
696  "taxSchedule" => "RecordRef",
697 
698  "costEstimate" => "float",
699 
700  "costEstimateType" => "ItemCostEstimateType",
701 
702  "billingSchedule" => "RecordRef",
703 
704  "issueProduct" => "RecordRef",
705 
706  "isFulfillable" => "boolean",
707 
708  "storeDisplayName" => "string",
709 
710  "storeDisplayThumbnail" => "RecordRef",
711 
712  "storeDisplayImage" => "RecordRef",
713 
714  "storeDescription" => "string",
715 
716  "storeDetailedDescription" => "string",
717 
718  "storeItemTemplate" => "RecordRef",
719 
720  "pageTitle" => "string",
721 
722  "metaTagHtml" => "string",
723 
724  "excludeFromSitemap" => "boolean",
725 
726  "sitemapPriority" => "SitemapPriority",
727 
728  "searchKeywords" => "string",
729 
730  "isDonationItem" => "boolean",
731 
732  "showDefaultDonationAmount" => "boolean",
733 
734  "maxDonationAmount" => "float",
735 
736  "dontShowPrice" => "boolean",
737 
738  "noPriceMessage" => "string",
739 
740  "outOfStockMessage" => "string",
741 
742  "onSpecial" => "boolean",
743 
744  "outOfStockBehavior" => "ItemOutOfStockBehavior",
745 
746  "specialsDescription" => "string",
747 
748  "featuredDescription" => "string",
749 
750  "relatedItemsDescription" => "string",
751 
752  "pricingMatrix" => "PricingMatrix",
753 
754  "authCodesList" => "GiftCertificateItemAuthCodesList",
755 
756  "siteCategoryList" => "SiteCategoryList",
757 
758  "translationsList" => "TranslationList",
759 
760  "itemOptionsList" => "ItemOptionsList",
761 
762  "presentationItemList" => "PresentationItemList",
763 
764  "customFieldList" => "CustomFieldList",
765 
766  "internalId" => "string",
767 
768  "externalId" => "string",
769 
770  );
771 
772 }
Definition: Record.php:8