Netsutie PHP Toolkit
ReturnAuthorization.php
Go to the documentation of this file.
1 <?php
8 class ReturnAuthorization extends Record {
9 
18  public $createdDate;
19 
29 
38  public $customForm;
39 
48  public $currency;
49 
58  public $entity;
59 
68  public $vatRegNum;
69 
78  public $tranDate;
79 
88  public $tranId;
89 
98  public $source;
99 
108  public $department;
109 
118  public $class;
119 
128  public $location;
129 
138  public $subsidiary;
139 
149 
159 
168  public $job;
169 
178  public $partner;
179 
188  public $otherRefNum;
189 
198  public $leadSource;
199 
208  public $memo;
209 
218  public $drAccount;
219 
228  public $fxAccount;
229 
239 
248  public $createdFrom;
249 
259 
269 
279 
289 
299 
309 
319 
329 
339 
349 
359 
368  public $taxItem;
369 
378  public $taxRate;
379 
388  public $toBePrinted;
389 
398  public $toBeEmailed;
399 
408  public $toBeFaxed;
409 
418  public $messageSel;
419 
428  public $message;
429 
439 
449 
459 
468  public $shipAddress;
469 
478  public $salesGroup;
479 
489 
499 
509 
519 
529 
539 
549 
558  public $creditCard;
559 
568  public $ccNumber;
569 
579 
589 
598  public $ccName;
599 
608  public $ccStreet;
609 
618  public $ccZipCode;
619 
628  public $ccApproved;
629 
638  public $pnRefNum;
639 
648  public $subTotal;
649 
659 
668  public $total;
669 
679 
689 
699 
708  public $email;
709 
718  public $fax;
719 
729 
738  public $isTaxable;
739 
748  public $promoCode;
749 
758  public $status;
759 
768  public $taxTotal;
769 
778  public $tax2Total;
779 
788  public $validFrom;
789 
798  public $orderStatus;
799 
808  public $salesRep;
809 
818  public $giftCert;
819 
828  public $contribPct;
829 
839 
849 
859 
869 
879 
889 
898  public $itemList;
899 
909 
919 
929 
938  public $internalId;
939 
948  public $externalId;
949 
950 
951 
952  static $paramtypesmap = array(
953 
954  "createdDate" => "dateTime",
955 
956  "lastModifiedDate" => "dateTime",
957 
958  "customForm" => "RecordRef",
959 
960  "currency" => "RecordRef",
961 
962  "entity" => "RecordRef",
963 
964  "vatRegNum" => "string",
965 
966  "tranDate" => "dateTime",
967 
968  "tranId" => "string",
969 
970  "source" => "string",
971 
972  "department" => "RecordRef",
973 
974  "class" => "RecordRef",
975 
976  "location" => "RecordRef",
977 
978  "subsidiary" => "RecordRef",
979 
980  "intercoTransaction" => "RecordRef",
981 
982  "intercoStatus" => "IntercoStatus",
983 
984  "job" => "RecordRef",
985 
986  "partner" => "RecordRef",
987 
988  "otherRefNum" => "string",
989 
990  "leadSource" => "RecordRef",
991 
992  "memo" => "string",
993 
994  "drAccount" => "RecordRef",
995 
996  "fxAccount" => "RecordRef",
997 
998  "salesEffectiveDate" => "dateTime",
999 
1000  "createdFrom" => "RecordRef",
1001 
1002  "revRecSchedule" => "RecordRef",
1003 
1004  "totalCostEstimate" => "float",
1005 
1006  "estGrossProfit" => "float",
1007 
1008  "estGrossProfitPercent" => "float",
1009 
1010  "revRecStartDate" => "dateTime",
1011 
1012  "revRecEndDate" => "dateTime",
1013 
1014  "excludeCommission" => "boolean",
1015 
1016  "exchangeRate" => "float",
1017 
1018  "currencyName" => "string",
1019 
1020  "discountItem" => "RecordRef",
1021 
1022  "discountRate" => "string",
1023 
1024  "taxItem" => "RecordRef",
1025 
1026  "taxRate" => "float",
1027 
1028  "toBePrinted" => "boolean",
1029 
1030  "toBeEmailed" => "boolean",
1031 
1032  "toBeFaxed" => "boolean",
1033 
1034  "messageSel" => "RecordRef",
1035 
1036  "message" => "string",
1037 
1038  "billingAddress" => "Address",
1039 
1040  "billAddressList" => "RecordRef",
1041 
1042  "shipAddressList" => "RecordRef",
1043 
1044  "shipAddress" => "string",
1045 
1046  "salesGroup" => "RecordRef",
1047 
1048  "syncSalesTeams" => "boolean",
1049 
1050  "revenueStatus" => "RevenueStatus",
1051 
1052  "recognizedRevenue" => "float",
1053 
1054  "deferredRevenue" => "float",
1055 
1056  "revRecOnRevCommitment" => "boolean",
1057 
1058  "revCommitStatus" => "RevenueCommitStatus",
1059 
1060  "paymentMethod" => "RecordRef",
1061 
1062  "creditCard" => "RecordRef",
1063 
1064  "ccNumber" => "string",
1065 
1066  "altSalesTotal" => "float",
1067 
1068  "ccExpireDate" => "dateTime",
1069 
1070  "ccName" => "string",
1071 
1072  "ccStreet" => "string",
1073 
1074  "ccZipCode" => "string",
1075 
1076  "ccApproved" => "boolean",
1077 
1078  "pnRefNum" => "string",
1079 
1080  "subTotal" => "float",
1081 
1082  "discountTotal" => "float",
1083 
1084  "total" => "float",
1085 
1086  "creditCardProcessor" => "RecordRef",
1087 
1088  "payPalAuthId" => "string",
1089 
1090  "payPalProcess" => "boolean",
1091 
1092  "email" => "string",
1093 
1094  "fax" => "string",
1095 
1096  "debitCardIssueNo" => "string",
1097 
1098  "isTaxable" => "boolean",
1099 
1100  "promoCode" => "RecordRef",
1101 
1102  "status" => "string",
1103 
1104  "taxTotal" => "float",
1105 
1106  "tax2Total" => "float",
1107 
1108  "validFrom" => "dateTime",
1109 
1110  "orderStatus" => "ReturnAuthorizationOrderStatus",
1111 
1112  "salesRep" => "RecordRef",
1113 
1114  "giftCert" => "RecordRef",
1115 
1116  "contribPct" => "string",
1117 
1118  "giftCertTotal" => "float",
1119 
1120  "giftCertApplied" => "float",
1121 
1122  "giftCertAvailable" => "float",
1123 
1124  "tranIsVsoeBundle" => "boolean",
1125 
1126  "vsoeAutoCalc" => "boolean",
1127 
1128  "syncPartnerTeams" => "boolean",
1129 
1130  "itemList" => "ReturnAuthorizationItemList",
1131 
1132  "salesTeamList" => "ReturnAuthorizationSalesTeamList",
1133 
1134  "partnersList" => "ReturnAuthorizationPartnersList",
1135 
1136  "customFieldList" => "CustomFieldList",
1137 
1138  "internalId" => "string",
1139 
1140  "externalId" => "string",
1141 
1142  );
1143 
1144 }
Definition: Record.php:8