├── .env.example ├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── config.yml ├── .gitignore ├── EXAMPLES.md ├── LICENSE.txt ├── README.md ├── composer.json ├── original ├── .gitignore └── NetSuite Application Developer License Agreement.txt ├── phpspec.yml ├── phpunit.xml.dist ├── samples └── config.php ├── spec ├── NetSuiteClientSpec.php └── NetSuiteServiceSpec.php ├── src ├── Classes │ ├── Account.php │ ├── AccountLocalizations.php │ ├── AccountLocalizationsList.php │ ├── AccountSearch.php │ ├── AccountSearchAdvanced.php │ ├── AccountSearchBasic.php │ ├── AccountSearchRow.php │ ├── AccountSearchRowBasic.php │ ├── AccountType.php │ ├── AccountingBookDetail.php │ ├── AccountingBookDetailList.php │ ├── AccountingBookStatus.php │ ├── AccountingPeriod.php │ ├── AccountingPeriodFiscalCalendars.php │ ├── AccountingPeriodFiscalCalendarsList.php │ ├── AccountingPeriodSearch.php │ ├── AccountingPeriodSearchAdvanced.php │ ├── AccountingPeriodSearchBasic.php │ ├── AccountingPeriodSearchRow.php │ ├── AccountingPeriodSearchRowBasic.php │ ├── AccountingTransactionRevCommitStatus.php │ ├── AccountingTransactionRevenueStatus.php │ ├── AccountingTransactionSearch.php │ ├── AccountingTransactionSearchAdvanced.php │ ├── AccountingTransactionSearchBasic.php │ ├── AccountingTransactionSearchRow.php │ ├── AccountingTransactionSearchRowBasic.php │ ├── AddListRequest.php │ ├── AddListResponse.php │ ├── AddRequest.php │ ├── AddResponse.php │ ├── Address.php │ ├── AddressSearchBasic.php │ ├── AddressSearchRowBasic.php │ ├── AdvInterCompanyJournalEntry.php │ ├── AdvInterCompanyJournalEntryAccountingBookDetail.php │ ├── AdvInterCompanyJournalEntryAccountingBookDetailList.php │ ├── AdvInterCompanyJournalEntryLine.php │ ├── AdvInterCompanyJournalEntryLineList.php │ ├── AlcoholRecipientType.php │ ├── ApplicationInfo.php │ ├── AssemblyBuild.php │ ├── AssemblyComponent.php │ ├── AssemblyComponentList.php │ ├── AssemblyItem.php │ ├── AssemblyItemBillOfMaterials.php │ ├── AssemblyItemBillOfMaterialsList.php │ ├── AssemblyItemBomSearchBasic.php │ ├── AssemblyItemBomSearchRowBasic.php │ ├── AssemblyItemEffectiveBomControl.php │ ├── AssemblyItemHierarchyVersions.php │ ├── AssemblyItemHierarchyVersionsList.php │ ├── AssemblyUnbuild.php │ ├── AsyncAddListRequest.php │ ├── AsyncAddListResult.php │ ├── AsyncDeleteListRequest.php │ ├── AsyncDeleteListResult.php │ ├── AsyncFault.php │ ├── AsyncGetListRequest.php │ ├── AsyncGetListResult.php │ ├── AsyncInitializeListRequest.php │ ├── AsyncInitializeListResult.php │ ├── AsyncResult.php │ ├── AsyncSearchRequest.php │ ├── AsyncSearchResult.php │ ├── AsyncStatusResponse.php │ ├── AsyncStatusResult.php │ ├── AsyncStatusType.php │ ├── AsyncUpdateListRequest.php │ ├── AsyncUpdateListResult.php │ ├── AsyncUpsertListRequest.php │ ├── AsyncUpsertListResult.php │ ├── AttachBasicReference.php │ ├── AttachContactReference.php │ ├── AttachReference.php │ ├── AttachRequest.php │ ├── AttachResponse.php │ ├── AvsMatchCode.php │ ├── BaseRef.php │ ├── BaseRefList.php │ ├── BillingAccount.php │ ├── BillingAccountFrequency.php │ ├── BillingAccountSearch.php │ ├── BillingAccountSearchAdvanced.php │ ├── BillingAccountSearchBasic.php │ ├── BillingAccountSearchRow.php │ ├── BillingAccountSearchRowBasic.php │ ├── BillingRates.php │ ├── BillingRatesMatrix.php │ ├── BillingSchedule.php │ ├── BillingScheduleFrequency.php │ ├── BillingScheduleMilestone.php │ ├── BillingScheduleMilestoneList.php │ ├── BillingScheduleMonthDow.php │ ├── BillingScheduleMonthDowim.php │ ├── BillingScheduleRecurrence.php │ ├── BillingScheduleRecurrenceList.php │ ├── BillingScheduleRecurrenceMode.php │ ├── BillingScheduleRecurrencePattern.php │ ├── BillingScheduleRecurrenceRecurrenceUnits.php │ ├── BillingScheduleRepeatEvery.php │ ├── BillingScheduleSearch.php │ ├── BillingScheduleSearchAdvanced.php │ ├── BillingScheduleSearchBasic.php │ ├── BillingScheduleSearchRow.php │ ├── BillingScheduleSearchRowBasic.php │ ├── BillingScheduleType.php │ ├── BillingScheduleYearDow.php │ ├── BillingScheduleYearDowim.php │ ├── BillingScheduleYearDowimMonth.php │ ├── BillingScheduleYearMonth.php │ ├── Bin.php │ ├── BinSearch.php │ ├── BinSearchAdvanced.php │ ├── BinSearchBasic.php │ ├── BinSearchRow.php │ ├── BinSearchRowBasic.php │ ├── BinTransfer.php │ ├── BinTransferInventory.php │ ├── BinTransferInventoryList.php │ ├── BinWorksheet.php │ ├── BinWorksheetItem.php │ ├── BinWorksheetItemList.php │ ├── Bom.php │ ├── BomRevision.php │ ├── BomRevisionComponent.php │ ├── BomRevisionComponentList.php │ ├── BomRevisionComponentSearchBasic.php │ ├── BomRevisionComponentSearchRowBasic.php │ ├── BomRevisionSearch.php │ ├── BomRevisionSearchAdvanced.php │ ├── BomRevisionSearchBasic.php │ ├── BomRevisionSearchRow.php │ ├── BomRevisionSearchRowBasic.php │ ├── BomSearch.php │ ├── BomSearchAdvanced.php │ ├── BomSearchBasic.php │ ├── BomSearchRow.php │ ├── BomSearchRowBasic.php │ ├── BooleanCustomFieldRef.php │ ├── Budget.php │ ├── BudgetBudgetType.php │ ├── BudgetCategory.php │ ├── BudgetExchangeRate.php │ ├── BudgetExchangeRateFilter.php │ ├── BudgetExchangeRateList.php │ ├── BudgetSearch.php │ ├── BudgetSearchAdvanced.php │ ├── BudgetSearchBasic.php │ ├── BudgetSearchRow.php │ ├── BudgetSearchRowBasic.php │ ├── CalendarEvent.php │ ├── CalendarEventAccessLevel.php │ ├── CalendarEventAttendee.php │ ├── CalendarEventAttendeeAttendance.php │ ├── CalendarEventAttendeeList.php │ ├── CalendarEventAttendeeResponse.php │ ├── CalendarEventReminderMinutes.php │ ├── CalendarEventReminderType.php │ ├── CalendarEventResource.php │ ├── CalendarEventResourceList.php │ ├── CalendarEventSearch.php │ ├── CalendarEventSearchAdvanced.php │ ├── CalendarEventSearchBasic.php │ ├── CalendarEventSearchRow.php │ ├── CalendarEventSearchRowBasic.php │ ├── CalendarEventStatus.php │ ├── CalendarEventTimeItemList.php │ ├── Campaign.php │ ├── CampaignAudience.php │ ├── CampaignCampaignDirectMailStatus.php │ ├── CampaignCampaignEmailStatus.php │ ├── CampaignCampaignEventStatus.php │ ├── CampaignCampaignEventType.php │ ├── CampaignCategory.php │ ├── CampaignChannel.php │ ├── CampaignChannelEventType.php │ ├── CampaignDirectMail.php │ ├── CampaignDirectMailList.php │ ├── CampaignEmail.php │ ├── CampaignEmailList.php │ ├── CampaignEvent.php │ ├── CampaignEventList.php │ ├── CampaignEventResponse.php │ ├── CampaignEventResponseList.php │ ├── CampaignFamily.php │ ├── CampaignOffer.php │ ├── CampaignResponse.php │ ├── CampaignResponseCategory.php │ ├── CampaignResponseResponse.php │ ├── CampaignResponseResponses.php │ ├── CampaignResponseResponsesList.php │ ├── CampaignResponse_marketingTypes.php │ ├── CampaignSearch.php │ ├── CampaignSearchAdvanced.php │ ├── CampaignSearchBasic.php │ ├── CampaignSearchEngine.php │ ├── CampaignSearchRow.php │ ├── CampaignSearchRowBasic.php │ ├── CampaignStatus.php │ ├── CampaignSubscription.php │ ├── CampaignVertical.php │ ├── CashFlowRateType.php │ ├── CashRefund.php │ ├── CashRefundHandlingMode.php │ ├── CashRefundItem.php │ ├── CashRefundItemList.php │ ├── CashRefundPartnersList.php │ ├── CashRefundPaymentOperation.php │ ├── CashRefundSalesTeam.php │ ├── CashRefundSalesTeamList.php │ ├── CashSale.php │ ├── CashSaleExpCost.php │ ├── CashSaleExpCostList.php │ ├── CashSaleHandlingMode.php │ ├── CashSaleItem.php │ ├── CashSaleItemCost.php │ ├── CashSaleItemCostList.php │ ├── CashSaleItemList.php │ ├── CashSalePartnersList.php │ ├── CashSalePaymentOperation.php │ ├── CashSaleSalesTeam.php │ ├── CashSaleSalesTeamList.php │ ├── CashSaleShipGroupList.php │ ├── CashSaleTime.php │ ├── CashSaleTimeList.php │ ├── CategoryList.php │ ├── ChangeEmail.php │ ├── ChangeEmailRequest.php │ ├── ChangeEmailResponse.php │ ├── ChangePassword.php │ ├── ChangePasswordRequest.php │ ├── ChangePasswordResponse.php │ ├── Charge.php │ ├── ChargeSearch.php │ ├── ChargeSearchAdvanced.php │ ├── ChargeSearchBasic.php │ ├── ChargeSearchRow.php │ ├── ChargeSearchRowBasic.php │ ├── ChargeStage.php │ ├── ChargeUse.php │ ├── Check.php │ ├── CheckAsyncStatusRequest.php │ ├── CheckExpense.php │ ├── CheckExpenseList.php │ ├── CheckItem.php │ ├── CheckItemList.php │ ├── CheckLandedCostList.php │ ├── ClassTranslation.php │ ├── ClassTranslationList.php │ ├── Classification.php │ ├── ClassificationSearch.php │ ├── ClassificationSearchAdvanced.php │ ├── ClassificationSearchBasic.php │ ├── ClassificationSearchRow.php │ ├── ClassificationSearchRowBasic.php │ ├── ConsolidatedExchangeRate.php │ ├── ConsolidatedExchangeRateSearch.php │ ├── ConsolidatedExchangeRateSearchAdvanced.php │ ├── ConsolidatedExchangeRateSearchBasic.php │ ├── ConsolidatedExchangeRateSearchRow.php │ ├── ConsolidatedExchangeRateSearchRowBasic.php │ ├── ConsolidatedRate.php │ ├── Contact.php │ ├── ContactAccessRoles.php │ ├── ContactAccessRolesList.php │ ├── ContactAddressbook.php │ ├── ContactAddressbookList.php │ ├── ContactCategory.php │ ├── ContactCategorySearch.php │ ├── ContactCategorySearchAdvanced.php │ ├── ContactCategorySearchBasic.php │ ├── ContactCategorySearchRow.php │ ├── ContactCategorySearchRowBasic.php │ ├── ContactRole.php │ ├── ContactRoleSearch.php │ ├── ContactRoleSearchAdvanced.php │ ├── ContactRoleSearchBasic.php │ ├── ContactRoleSearchRow.php │ ├── ContactRoleSearchRowBasic.php │ ├── ContactSearch.php │ ├── ContactSearchAdvanced.php │ ├── ContactSearchBasic.php │ ├── ContactSearchRow.php │ ├── ContactSearchRowBasic.php │ ├── ContactType.php │ ├── CostCategory.php │ ├── CostCategoryItemCostType.php │ ├── CostCategorySearch.php │ ├── CostCategorySearchAdvanced.php │ ├── CostCategorySearchBasic.php │ ├── CostCategorySearchRow.php │ ├── CostCategorySearchRowBasic.php │ ├── Country.php │ ├── CouponCode.php │ ├── CouponCodeSearch.php │ ├── CouponCodeSearchAdvanced.php │ ├── CouponCodeSearchBasic.php │ ├── CouponCodeSearchRow.php │ ├── CouponCodeSearchRowBasic.php │ ├── CreditMemo.php │ ├── CreditMemoApply.php │ ├── CreditMemoApplyList.php │ ├── CreditMemoItem.php │ ├── CreditMemoItemList.php │ ├── CreditMemoPartnersList.php │ ├── CreditMemoSalesTeam.php │ ├── CreditMemoSalesTeamList.php │ ├── CrmCustomField.php │ ├── CrmCustomFieldFilter.php │ ├── CrmCustomFieldFilterList.php │ ├── CscMatchCode.php │ ├── Currency.php │ ├── CurrencyCurrencyPrecision.php │ ├── CurrencyFxRateUpdateTimezone.php │ ├── CurrencyLocale.php │ ├── CurrencyRate.php │ ├── CurrencyRateFilter.php │ ├── CurrencyRateList.php │ ├── CurrencyRateSearch.php │ ├── CurrencyRateSearchAdvanced.php │ ├── CurrencyRateSearchBasic.php │ ├── CurrencyRateSearchRow.php │ ├── CurrencyRateSearchRowBasic.php │ ├── CurrencyRate_core.php │ ├── CurrencySymbolPlacement.php │ ├── CustomFieldDepartmentAccess.php │ ├── CustomFieldDepartmentAccessList.php │ ├── CustomFieldList.php │ ├── CustomFieldRef.php │ ├── CustomFieldRoleAccess.php │ ├── CustomFieldRoleAccessList.php │ ├── CustomFieldSubAccess.php │ ├── CustomFieldSubAccessList.php │ ├── CustomFieldTranslations.php │ ├── CustomFieldTranslationsList.php │ ├── CustomFieldType.php │ ├── CustomList.php │ ├── CustomListCustomValue.php │ ├── CustomListCustomValueList.php │ ├── CustomListSearch.php │ ├── CustomListSearchAdvanced.php │ ├── CustomListSearchBasic.php │ ├── CustomListSearchRow.php │ ├── CustomListSearchRowBasic.php │ ├── CustomListTranslations.php │ ├── CustomListTranslationsList.php │ ├── CustomPurchase.php │ ├── CustomPurchaseExpense.php │ ├── CustomPurchaseExpenseList.php │ ├── CustomPurchaseItem.php │ ├── CustomPurchaseItemList.php │ ├── CustomRecord.php │ ├── CustomRecordCustomField.php │ ├── CustomRecordCustomFieldFilter.php │ ├── CustomRecordCustomFieldFilterList.php │ ├── CustomRecordRef.php │ ├── CustomRecordSearch.php │ ├── CustomRecordSearchAdvanced.php │ ├── CustomRecordSearchBasic.php │ ├── CustomRecordSearchRow.php │ ├── CustomRecordSearchRowBasic.php │ ├── CustomRecordTranslations.php │ ├── CustomRecordTranslationsList.php │ ├── CustomRecordType.php │ ├── CustomRecordTypeAccessType.php │ ├── CustomRecordTypeChildren.php │ ├── CustomRecordTypeChildrenList.php │ ├── CustomRecordTypeFieldList.php │ ├── CustomRecordTypeForms.php │ ├── CustomRecordTypeFormsList.php │ ├── CustomRecordTypeLinks.php │ ├── CustomRecordTypeLinksList.php │ ├── CustomRecordTypeManagers.php │ ├── CustomRecordTypeManagersList.php │ ├── CustomRecordTypeOnlineForms.php │ ├── CustomRecordTypeOnlineFormsList.php │ ├── CustomRecordTypeParents.php │ ├── CustomRecordTypeParentsList.php │ ├── CustomRecordTypePermissions.php │ ├── CustomRecordTypePermissionsList.php │ ├── CustomRecordTypePermissionsPermittedLevel.php │ ├── CustomRecordTypePermissionsRestriction.php │ ├── CustomRecordTypeSublists.php │ ├── CustomRecordTypeSublistsList.php │ ├── CustomRecordTypeTabs.php │ ├── CustomRecordTypeTabsList.php │ ├── CustomRecordTypeTranslations.php │ ├── CustomRecordTypeTranslationsList.php │ ├── CustomSale.php │ ├── CustomSaleItem.php │ ├── CustomSaleItemList.php │ ├── CustomSalePartnersList.php │ ├── CustomSaleSalesTeam.php │ ├── CustomSaleSalesTeamList.php │ ├── CustomSaleShipGroup.php │ ├── CustomSaleShipGroupList.php │ ├── CustomSearchJoin.php │ ├── CustomSearchRowBasic.php │ ├── CustomSegment.php │ ├── CustomTransaction.php │ ├── CustomTransactionLine.php │ ├── CustomTransactionLineList.php │ ├── CustomTransactionRef.php │ ├── Customer.php │ ├── CustomerAddressbook.php │ ├── CustomerAddressbookList.php │ ├── CustomerCategory.php │ ├── CustomerCategorySearch.php │ ├── CustomerCategorySearchAdvanced.php │ ├── CustomerCategorySearchBasic.php │ ├── CustomerCategorySearchRow.php │ ├── CustomerCategorySearchRowBasic.php │ ├── CustomerCreditCards.php │ ├── CustomerCreditCardsList.php │ ├── CustomerCreditHoldOverride.php │ ├── CustomerCurrency.php │ ├── CustomerCurrencyList.php │ ├── CustomerDeposit.php │ ├── CustomerDepositApply.php │ ├── CustomerDepositApplyList.php │ ├── CustomerDepositHandlingMode.php │ ├── CustomerDepositPaymentOperation.php │ ├── CustomerDownload.php │ ├── CustomerDownloadList.php │ ├── CustomerGroupPricing.php │ ├── CustomerGroupPricingList.php │ ├── CustomerItemPricing.php │ ├── CustomerItemPricingList.php │ ├── CustomerMessage.php │ ├── CustomerMessageSearch.php │ ├── CustomerMessageSearchAdvanced.php │ ├── CustomerMessageSearchBasic.php │ ├── CustomerMessageSearchRow.php │ ├── CustomerMessageSearchRowBasic.php │ ├── CustomerMonthlyClosing.php │ ├── CustomerNegativeNumberFormat.php │ ├── CustomerNumberFormat.php │ ├── CustomerOtherRelationships.php │ ├── CustomerPartnersList.php │ ├── CustomerPayment.php │ ├── CustomerPaymentApply.php │ ├── CustomerPaymentApplyList.php │ ├── CustomerPaymentCredit.php │ ├── CustomerPaymentCreditList.php │ ├── CustomerPaymentDeposit.php │ ├── CustomerPaymentDepositList.php │ ├── CustomerPaymentHandlingMode.php │ ├── CustomerPaymentPaymentOperation.php │ ├── CustomerRefund.php │ ├── CustomerRefundApply.php │ ├── CustomerRefundApplyList.php │ ├── CustomerRefundDeposit.php │ ├── CustomerRefundDepositList.php │ ├── CustomerRefundHandlingMode.php │ ├── CustomerRefundPaymentOperation.php │ ├── CustomerSalesTeam.php │ ├── CustomerSalesTeamList.php │ ├── CustomerSalesTeam_relationships.php │ ├── CustomerSearch.php │ ├── CustomerSearchAdvanced.php │ ├── CustomerSearchBasic.php │ ├── CustomerSearchRow.php │ ├── CustomerSearchRowBasic.php │ ├── CustomerStage.php │ ├── CustomerStatus.php │ ├── CustomerStatusSearch.php │ ├── CustomerStatusSearchAdvanced.php │ ├── CustomerStatusSearchBasic.php │ ├── CustomerStatusSearchRow.php │ ├── CustomerStatusSearchRowBasic.php │ ├── CustomerStatusStage.php │ ├── CustomerSubsidiaryRelationship.php │ ├── CustomerSubsidiaryRelationshipSearch.php │ ├── CustomerSubsidiaryRelationshipSearchAdvanced.php │ ├── CustomerSubsidiaryRelationshipSearchBasic.php │ ├── CustomerSubsidiaryRelationshipSearchRow.php │ ├── CustomerSubsidiaryRelationshipSearchRowBasic.php │ ├── CustomerTaxRegistration.php │ ├── CustomerTaxRegistrationList.php │ ├── CustomerThirdPartyCarrier.php │ ├── CustomizationAccessLevel.php │ ├── CustomizationDisplayType.php │ ├── CustomizationDynamicDefault.php │ ├── CustomizationFieldType.php │ ├── CustomizationFilterCompareType.php │ ├── CustomizationRef.php │ ├── CustomizationRefList.php │ ├── CustomizationSearchLevel.php │ ├── CustomizationType.php │ ├── DataCenterUrls.php │ ├── DateCustomFieldRef.php │ ├── DayOfTheWeek.php │ ├── DeleteListRequest.php │ ├── DeleteListResponse.php │ ├── DeleteRequest.php │ ├── DeleteResponse.php │ ├── DeletedRecord.php │ ├── DeletedRecordList.php │ ├── DeletedRecordType.php │ ├── DeletionReason.php │ ├── DemandPlan.php │ ├── DemandPlanCalendarType.php │ ├── DemandPlanMatrix.php │ ├── DemandPlanMonth.php │ ├── Department.php │ ├── DepartmentSearch.php │ ├── DepartmentSearchAdvanced.php │ ├── DepartmentSearchBasic.php │ ├── DepartmentSearchRow.php │ ├── DepartmentSearchRowBasic.php │ ├── Deposit.php │ ├── DepositApplication.php │ ├── DepositApplicationApply.php │ ├── DepositApplicationApplyList.php │ ├── DepositCashBack.php │ ├── DepositCashBackList.php │ ├── DepositOther.php │ ├── DepositOtherList.php │ ├── DepositPayment.php │ ├── DepositPaymentList.php │ ├── DescriptionItem.php │ ├── DetachBasicReference.php │ ├── DetachReference.php │ ├── DetachRequest.php │ ├── DetachResponse.php │ ├── DimensionList.php │ ├── DimensionRef.php │ ├── DiscountItem.php │ ├── DocumentInfo.php │ ├── DoubleCustomFieldRef.php │ ├── DownloadItem.php │ ├── Duration.php │ ├── DurationUnit.php │ ├── EmailEmployeesList.php │ ├── EmailPreference.php │ ├── Employee.php │ ├── EmployeeAccruedTime.php │ ├── EmployeeAccruedTimeAccrualMethod.php │ ├── EmployeeAccruedTimeList.php │ ├── EmployeeAddressbook.php │ ├── EmployeeAddressbookList.php │ ├── EmployeeBaseWageType.php │ ├── EmployeeBonusTargetPayFrequency.php │ ├── EmployeeBonusTargetType.php │ ├── EmployeeCommissionPaymentPreference.php │ ├── EmployeeCompanyContribution.php │ ├── EmployeeCompanyContributionList.php │ ├── EmployeeCompensationCurrency.php │ ├── EmployeeCorporateCards.php │ ├── EmployeeCorporateCardsList.php │ ├── EmployeeCurrency.php │ ├── EmployeeCurrencyList.php │ ├── EmployeeDeduction.php │ ├── EmployeeDeductionList.php │ ├── EmployeeDirectDeposit.php │ ├── EmployeeDirectDepositAccountStatus.php │ ├── EmployeeDirectDepositList.php │ ├── EmployeeEarning.php │ ├── EmployeeEarningList.php │ ├── EmployeeEmergencyContact.php │ ├── EmployeeEmergencyContactList.php │ ├── EmployeeHcmPosition.php │ ├── EmployeeHcmPositionList.php │ ├── EmployeeHrEducation.php │ ├── EmployeeHrEducationList.php │ ├── EmployeePayFrequency.php │ ├── EmployeeRates.php │ ├── EmployeeRatesList.php │ ├── EmployeeRoles.php │ ├── EmployeeRolesList.php │ ├── EmployeeSearch.php │ ├── EmployeeSearchAdvanced.php │ ├── EmployeeSearchBasic.php │ ├── EmployeeSearchRow.php │ ├── EmployeeSearchRowBasic.php │ ├── EmployeeSubscriptions.php │ ├── EmployeeSubscriptionsList.php │ ├── EmployeeTerminationCategory.php │ ├── EmployeeTerminationRegretted.php │ ├── EmployeeUseTimeData.php │ ├── EmployeeWorkAssignment.php │ ├── EntityCustomField.php │ ├── EntityCustomFieldFilter.php │ ├── EntityCustomFieldFilterList.php │ ├── EntityGroup.php │ ├── EntityGroupSearch.php │ ├── EntityGroupSearchAdvanced.php │ ├── EntityGroupSearchBasic.php │ ├── EntityGroupSearchRow.php │ ├── EntityGroupSearchRowBasic.php │ ├── EntityGroupType.php │ ├── EntitySearchBasic.php │ ├── EntitySearchRowBasic.php │ ├── EntityTaxRegistrationSearchBasic.php │ ├── EntityTaxRegistrationSearchRowBasic.php │ ├── EntityType.php │ ├── Estimate.php │ ├── EstimateItem.php │ ├── EstimateItemList.php │ ├── EstimatePartnersList.php │ ├── EstimateSalesTeam.php │ ├── EstimateSalesTeamList.php │ ├── EstimateShipGroupList.php │ ├── ExceededConcurrentRequestLimitFault.php │ ├── ExceededRecordCountFault.php │ ├── ExceededRequestLimitFault.php │ ├── ExceededRequestSizeFault.php │ ├── ExceededUsageLimitFault.php │ ├── ExclusionDateList.php │ ├── ExpenseCategory.php │ ├── ExpenseCategoryRates.php │ ├── ExpenseCategoryRatesList.php │ ├── ExpenseCategorySearch.php │ ├── ExpenseCategorySearchAdvanced.php │ ├── ExpenseCategorySearchBasic.php │ ├── ExpenseCategorySearchRow.php │ ├── ExpenseCategorySearchRowBasic.php │ ├── ExpenseReport.php │ ├── ExpenseReportExpense.php │ ├── ExpenseReportExpenseList.php │ ├── FairValuePrice.php │ ├── FairValuePriceFairValueRangePolicy.php │ ├── FairValuePriceSearch.php │ ├── FairValuePriceSearchAdvanced.php │ ├── FairValuePriceSearchBasic.php │ ├── FairValuePriceSearchRow.php │ ├── FairValuePriceSearchRowBasic.php │ ├── FaultCodeType.php │ ├── File.php │ ├── FileAttachFrom.php │ ├── FileEncoding.php │ ├── FileSearch.php │ ├── FileSearchAdvanced.php │ ├── FileSearchBasic.php │ ├── FileSearchRow.php │ ├── FileSearchRowBasic.php │ ├── FileSiteCategory.php │ ├── FileSiteCategoryList.php │ ├── FldFilterSelList.php │ ├── Folder.php │ ├── FolderFolderType.php │ ├── FolderSearch.php │ ├── FolderSearchAdvanced.php │ ├── FolderSearchBasic.php │ ├── FolderSearchRow.php │ ├── FolderSearchRowBasic.php │ ├── ForecastType.php │ ├── Gender.php │ ├── GeneralRateType.php │ ├── GeneralToken.php │ ├── GeneralTokenSupportedOperationsListList.php │ ├── GetAccountGovernanceInfoRequest.php │ ├── GetAccountGovernanceInfoResponse.php │ ├── GetAccountGovernanceInfoResult.php │ ├── GetAllRecord.php │ ├── GetAllRecordType.php │ ├── GetAllRequest.php │ ├── GetAllResponse.php │ ├── GetAllResult.php │ ├── GetAsyncResultRequest.php │ ├── GetAsyncResultResponse.php │ ├── GetBudgetExchangeRateRequest.php │ ├── GetBudgetExchangeRateResponse.php │ ├── GetBudgetExchangeRateResult.php │ ├── GetCurrencyRateRequest.php │ ├── GetCurrencyRateResponse.php │ ├── GetCurrencyRateResult.php │ ├── GetCustomizationIdRequest.php │ ├── GetCustomizationIdResponse.php │ ├── GetCustomizationIdResult.php │ ├── GetCustomizationType.php │ ├── GetDataCenterUrlsRequest.php │ ├── GetDataCenterUrlsResponse.php │ ├── GetDataCenterUrlsResult.php │ ├── GetDeletedFilter.php │ ├── GetDeletedRequest.php │ ├── GetDeletedResponse.php │ ├── GetDeletedResult.php │ ├── GetIntegrationGovernanceInfoLimitType.php │ ├── GetIntegrationGovernanceInfoRequest.php │ ├── GetIntegrationGovernanceInfoResponse.php │ ├── GetIntegrationGovernanceInfoResult.php │ ├── GetItemAvailabilityRequest.php │ ├── GetItemAvailabilityResponse.php │ ├── GetItemAvailabilityResult.php │ ├── GetListRequest.php │ ├── GetListResponse.php │ ├── GetPostingTransactionSummaryRequest.php │ ├── GetPostingTransactionSummaryResponse.php │ ├── GetPostingTransactionSummaryResult.php │ ├── GetRequest.php │ ├── GetResponse.php │ ├── GetSavedSearchRecord.php │ ├── GetSavedSearchRequest.php │ ├── GetSavedSearchResponse.php │ ├── GetSavedSearchResult.php │ ├── GetSelectFilterByFieldValue.php │ ├── GetSelectFilterByFieldValueList.php │ ├── GetSelectValueFieldDescription.php │ ├── GetSelectValueFilter.php │ ├── GetSelectValueFilterOperator.php │ ├── GetSelectValueResult.php │ ├── GetServerTimeRequest.php │ ├── GetServerTimeResponse.php │ ├── GetServerTimeResult.php │ ├── GiftCertRedemption.php │ ├── GiftCertRedemptionList.php │ ├── GiftCertificate.php │ ├── GiftCertificateItem.php │ ├── GiftCertificateItemAuthCodes.php │ ├── GiftCertificateItemAuthCodesList.php │ ├── GiftCertificateSearch.php │ ├── GiftCertificateSearchAdvanced.php │ ├── GiftCertificateSearchBasic.php │ ├── GiftCertificateSearchRow.php │ ├── GiftCertificateSearchRowBasic.php │ ├── GlobalAccountMapping.php │ ├── GlobalAccountMappingSearch.php │ ├── GlobalAccountMappingSearchAdvanced.php │ ├── GlobalAccountMappingSearchBasic.php │ ├── GlobalAccountMappingSearchRow.php │ ├── GlobalAccountMappingSearchRowBasic.php │ ├── GlobalSubscriptionStatus.php │ ├── GroupMemberSearchBasic.php │ ├── HazmatPackingGroup.php │ ├── HcmJob.php │ ├── HcmJobSearch.php │ ├── HcmJobSearchAdvanced.php │ ├── HcmJobSearchBasic.php │ ├── HcmJobSearchRow.php │ ├── HcmJobSearchRowBasic.php │ ├── InboundShipment.php │ ├── InboundShipmentItems.php │ ├── InboundShipmentItemsList.php │ ├── InboundShipmentLandedCost.php │ ├── InboundShipmentLandedCostAllocationMethod.php │ ├── InboundShipmentLandedCostList.php │ ├── InboundShipmentSearch.php │ ├── InboundShipmentSearchAdvanced.php │ ├── InboundShipmentSearchBasic.php │ ├── InboundShipmentSearchRow.php │ ├── InboundShipmentSearchRowBasic.php │ ├── InboundShipmentShipmentStatus.php │ ├── InitializeAuxRef.php │ ├── InitializeAuxRefType.php │ ├── InitializeListRequest.php │ ├── InitializeListResponse.php │ ├── InitializeRecord.php │ ├── InitializeRef.php │ ├── InitializeRefList.php │ ├── InitializeRefType.php │ ├── InitializeRequest.php │ ├── InitializeResponse.php │ ├── InitializeType.php │ ├── Installment.php │ ├── InstallmentList.php │ ├── InstallmentSearchBasic.php │ ├── InstallmentSearchRowBasic.php │ ├── InsufficientPermissionFault.php │ ├── InterCompanyJournalEntry.php │ ├── InterCompanyJournalEntryAccountingBookDetail.php │ ├── InterCompanyJournalEntryAccountingBookDetailList.php │ ├── InterCompanyJournalEntryLine.php │ ├── InterCompanyJournalEntryLineList.php │ ├── InterCompanyTransferOrder.php │ ├── InterCompanyTransferOrderItem.php │ ├── InterCompanyTransferOrderItemList.php │ ├── IntercoStatus.php │ ├── InvalidAccountFault.php │ ├── InvalidCredentialsFault.php │ ├── InvalidSessionFault.php │ ├── InvalidVersionFault.php │ ├── InventoryAdjustment.php │ ├── InventoryAdjustmentInventory.php │ ├── InventoryAdjustmentInventoryList.php │ ├── InventoryAssignment.php │ ├── InventoryAssignmentList.php │ ├── InventoryCostRevaluation.php │ ├── InventoryCostRevaluationCostComponent.php │ ├── InventoryCostRevaluationCostComponentList.php │ ├── InventoryDetail.php │ ├── InventoryDetailSearchBasic.php │ ├── InventoryDetailSearchRowBasic.php │ ├── InventoryItem.php │ ├── InventoryItemBinNumber.php │ ├── InventoryItemBinNumberList.php │ ├── InventoryItemFraudRisk.php │ ├── InventoryItemHierarchyVersions.php │ ├── InventoryItemHierarchyVersionsList.php │ ├── InventoryItemLocations.php │ ├── InventoryItemLocationsList.php │ ├── InventoryNumber.php │ ├── InventoryNumberBinSearchBasic.php │ ├── InventoryNumberBinSearchRowBasic.php │ ├── InventoryNumberLocations.php │ ├── InventoryNumberLocationsList.php │ ├── InventoryNumberSearch.php │ ├── InventoryNumberSearchAdvanced.php │ ├── InventoryNumberSearchBasic.php │ ├── InventoryNumberSearchRow.php │ ├── InventoryNumberSearchRowBasic.php │ ├── InventoryTransfer.php │ ├── InventoryTransferInventory.php │ ├── InventoryTransferInventoryList.php │ ├── Invoice.php │ ├── InvoiceExpCost.php │ ├── InvoiceExpCostList.php │ ├── InvoiceItem.php │ ├── InvoiceItemCost.php │ ├── InvoiceItemCostList.php │ ├── InvoiceItemList.php │ ├── InvoicePartnersList.php │ ├── InvoiceSalesTeam.php │ ├── InvoiceSalesTeamList.php │ ├── InvoiceShipGroupList.php │ ├── InvoiceTime.php │ ├── InvoiceTimeList.php │ ├── Issue.php │ ├── IssueEventStatus.php │ ├── IssueRelatedIssues.php │ ├── IssueRelatedIssuesList.php │ ├── IssueRelationship.php │ ├── IssueSearch.php │ ├── IssueSearchAdvanced.php │ ├── IssueSearchBasic.php │ ├── IssueSearchRow.php │ ├── IssueSearchRowBasic.php │ ├── IssueTrackCode.php │ ├── IssueVersion.php │ ├── IssueVersionList.php │ ├── ItemAccountMapping.php │ ├── ItemAccountMappingItemAccount.php │ ├── ItemAccountMappingSearch.php │ ├── ItemAccountMappingSearchAdvanced.php │ ├── ItemAccountMappingSearchBasic.php │ ├── ItemAccountMappingSearchRow.php │ ├── ItemAccountMappingSearchRowBasic.php │ ├── ItemAccountingBookDetail.php │ ├── ItemAccountingBookDetailList.php │ ├── ItemAtpMethod.php │ ├── ItemAvailability.php │ ├── ItemAvailabilityFilter.php │ ├── ItemAvailabilityList.php │ ├── ItemBinNumberSearchBasic.php │ ├── ItemBinNumberSearchRowBasic.php │ ├── ItemCostAccountingStatus.php │ ├── ItemCostEstimateType.php │ ├── ItemCostingMethod.php │ ├── ItemCustomField.php │ ├── ItemCustomFieldFilter.php │ ├── ItemCustomFieldFilterList.php │ ├── ItemCustomFieldItemSubType.php │ ├── ItemDemandPlan.php │ ├── ItemDemandPlanProjectionMethod.php │ ├── ItemDemandPlanSearch.php │ ├── ItemDemandPlanSearchAdvanced.php │ ├── ItemDemandPlanSearchBasic.php │ ├── ItemDemandPlanSearchRow.php │ ├── ItemDemandPlanSearchRowBasic.php │ ├── ItemDemandSource.php │ ├── ItemEbayAuctionDuration.php │ ├── ItemEbayRelistingOption.php │ ├── ItemFulfillment.php │ ├── ItemFulfillmentAccessibilityTypeFedEx.php │ ├── ItemFulfillmentAncillaryEndorsementFedEx.php │ ├── ItemFulfillmentB13AFilingOptionFedEx.php │ ├── ItemFulfillmentExportTypeUps.php │ ├── ItemFulfillmentHazmatTypeFedEx.php │ ├── ItemFulfillmentHomeDeliveryTypeFedEx.php │ ├── ItemFulfillmentItem.php │ ├── ItemFulfillmentItemList.php │ ├── ItemFulfillmentLicenseExceptionUps.php │ ├── ItemFulfillmentMethodOfTransportUps.php │ ├── ItemFulfillmentPackage.php │ ├── ItemFulfillmentPackageFedEx.php │ ├── ItemFulfillmentPackageFedExAdmPackageTypeFedEx.php │ ├── ItemFulfillmentPackageFedExCodFreightTypeFedEx.php │ ├── ItemFulfillmentPackageFedExCodMethodFedEx.php │ ├── ItemFulfillmentPackageFedExDeliveryConfFedEx.php │ ├── ItemFulfillmentPackageFedExList.php │ ├── ItemFulfillmentPackageFedExPackagingFedEx.php │ ├── ItemFulfillmentPackageFedExPriorityAlertTypeFedEx.php │ ├── ItemFulfillmentPackageFedExSignatureOptionsFedEx.php │ ├── ItemFulfillmentPackageList.php │ ├── ItemFulfillmentPackageUps.php │ ├── ItemFulfillmentPackageUpsCodMethodUps.php │ ├── ItemFulfillmentPackageUpsDeliveryConfUps.php │ ├── ItemFulfillmentPackageUpsList.php │ ├── ItemFulfillmentPackageUpsPackagingUps.php │ ├── ItemFulfillmentPackageUsps.php │ ├── ItemFulfillmentPackageUspsDeliveryConfUsps.php │ ├── ItemFulfillmentPackageUspsList.php │ ├── ItemFulfillmentPackageUspsPackagingUsps.php │ ├── ItemFulfillmentShipStatus.php │ ├── ItemFulfillmentTermsOfSaleFedEx.php │ ├── ItemFulfillmentThirdPartyTypeFedEx.php │ ├── ItemFulfillmentThirdPartyTypeUps.php │ ├── ItemGroup.php │ ├── ItemGroupHierarchyVersions.php │ ├── ItemGroupHierarchyVersionsList.php │ ├── ItemInvtClassification.php │ ├── ItemMatrixType.php │ ├── ItemMember.php │ ├── ItemMemberList.php │ ├── ItemNumberCustomField.php │ ├── ItemNumberCustomFieldFilter.php │ ├── ItemNumberCustomFieldFilterList.php │ ├── ItemOptionCustomField.php │ ├── ItemOptionCustomFieldFilter.php │ ├── ItemOptionCustomFieldFilterList.php │ ├── ItemOptionsList.php │ ├── ItemOutOfStockBehavior.php │ ├── ItemOverallQuantityPricingType.php │ ├── ItemOverheadType.php │ ├── ItemPreferenceCriterion.php │ ├── ItemProductFeed.php │ ├── ItemReceipt.php │ ├── ItemReceiptExpense.php │ ├── ItemReceiptExpenseList.php │ ├── ItemReceiptItem.php │ ├── ItemReceiptItemList.php │ ├── ItemRevision.php │ ├── ItemRevisionSearch.php │ ├── ItemRevisionSearchAdvanced.php │ ├── ItemRevisionSearchBasic.php │ ├── ItemRevisionSearchRow.php │ ├── ItemRevisionSearchRowBasic.php │ ├── ItemSearch.php │ ├── ItemSearchAdvanced.php │ ├── ItemSearchBasic.php │ ├── ItemSearchRow.php │ ├── ItemSearchRowBasic.php │ ├── ItemSource.php │ ├── ItemSubType.php │ ├── ItemSupplyLotSizingMethod.php │ ├── ItemSupplyPlan.php │ ├── ItemSupplyPlanOrder.php │ ├── ItemSupplyPlanOrderList.php │ ├── ItemSupplyPlanOrderType.php │ ├── ItemSupplyPlanSearch.php │ ├── ItemSupplyPlanSearchAdvanced.php │ ├── ItemSupplyPlanSearchBasic.php │ ├── ItemSupplyPlanSearchRow.php │ ├── ItemSupplyPlanSearchRowBasic.php │ ├── ItemSupplyReplenishmentMethod.php │ ├── ItemSupplyType.php │ ├── ItemType.php │ ├── ItemVendor.php │ ├── ItemVendorList.php │ ├── ItemWeightUnit.php │ ├── ItemsList.php │ ├── Job.php │ ├── JobAddressbook.php │ ├── JobAddressbookList.php │ ├── JobBillingType.php │ ├── JobCreditCards.php │ ├── JobCreditCardsList.php │ ├── JobMilestones.php │ ├── JobMilestonesList.php │ ├── JobPercentCompleteOverride.php │ ├── JobPercentCompleteOverrideList.php │ ├── JobPlStatement.php │ ├── JobPlStatementList.php │ ├── JobResources.php │ ├── JobResourcesList.php │ ├── JobSchedulingMethod.php │ ├── JobSearch.php │ ├── JobSearchAdvanced.php │ ├── JobSearchBasic.php │ ├── JobSearchRow.php │ ├── JobSearchRowBasic.php │ ├── JobStatus.php │ ├── JobStatusSearch.php │ ├── JobStatusSearchAdvanced.php │ ├── JobStatusSearchBasic.php │ ├── JobStatusSearchRow.php │ ├── JobStatusSearchRowBasic.php │ ├── JobType.php │ ├── JobTypeSearch.php │ ├── JobTypeSearchAdvanced.php │ ├── JobTypeSearchBasic.php │ ├── JobTypeSearchRow.php │ ├── JobTypeSearchRowBasic.php │ ├── JournalEntry.php │ ├── JournalEntryLine.php │ ├── JournalEntryLineList.php │ ├── KitItem.php │ ├── KitItemHierarchyVersions.php │ ├── KitItemHierarchyVersionsList.php │ ├── LandedCost.php │ ├── LandedCostData.php │ ├── LandedCostDataList.php │ ├── LandedCostMethod.php │ ├── LandedCostSource.php │ ├── LandedCostSummary.php │ ├── Language.php │ ├── LanguageValue.php │ ├── LanguageValueList.php │ ├── LeadSource.php │ ├── ListOrRecordRef.php │ ├── Location.php │ ├── LocationAutoAssignmentRegionSetting.php │ ├── LocationBusinessHours.php │ ├── LocationBusinessHoursList.php │ ├── LocationGeolocationMethod.php │ ├── LocationRegions.php │ ├── LocationRegionsList.php │ ├── LocationSearch.php │ ├── LocationSearchAdvanced.php │ ├── LocationSearchBasic.php │ ├── LocationSearchRow.php │ ├── LocationSearchRowBasic.php │ ├── LocationTimeZone.php │ ├── LocationType.php │ ├── LongCustomFieldRef.php │ ├── LotNumberedAssemblyItem.php │ ├── LotNumberedAssemblyItemBillOfMaterials.php │ ├── LotNumberedAssemblyItemBillOfMaterialsList.php │ ├── LotNumberedAssemblyItemHierarchyVersions.php │ ├── LotNumberedAssemblyItemHierarchyVersionsList.php │ ├── LotNumberedInventoryItem.php │ ├── LotNumberedInventoryItemHierarchyVersions.php │ ├── LotNumberedInventoryItemHierarchyVersionsList.php │ ├── LotNumberedInventoryItemLocations.php │ ├── LotNumberedInventoryItemLocationsList.php │ ├── LotNumberedInventoryItemNumbers.php │ ├── LotNumberedInventoryItemNumbersList.php │ ├── ManufacturingCostDetail.php │ ├── ManufacturingCostDetailList.php │ ├── ManufacturingCostTemplate.php │ ├── ManufacturingCostTemplateSearch.php │ ├── ManufacturingCostTemplateSearchAdvanced.php │ ├── ManufacturingCostTemplateSearchBasic.php │ ├── ManufacturingCostTemplateSearchRow.php │ ├── ManufacturingCostTemplateSearchRowBasic.php │ ├── ManufacturingLagType.php │ ├── ManufacturingOperationTask.php │ ├── ManufacturingOperationTaskPredecessor.php │ ├── ManufacturingOperationTaskPredecessorList.php │ ├── ManufacturingOperationTaskPredecessorPredecessorType.php │ ├── ManufacturingOperationTaskSearch.php │ ├── ManufacturingOperationTaskSearchAdvanced.php │ ├── ManufacturingOperationTaskSearchBasic.php │ ├── ManufacturingOperationTaskSearchRow.php │ ├── ManufacturingOperationTaskSearchRowBasic.php │ ├── ManufacturingOperationTaskStatus.php │ ├── ManufacturingRouting.php │ ├── ManufacturingRoutingRoutingComponent.php │ ├── ManufacturingRoutingRoutingComponentList.php │ ├── ManufacturingRoutingRoutingStep.php │ ├── ManufacturingRoutingRoutingStepList.php │ ├── ManufacturingRoutingSearch.php │ ├── ManufacturingRoutingSearchAdvanced.php │ ├── ManufacturingRoutingSearchBasic.php │ ├── ManufacturingRoutingSearchRow.php │ ├── ManufacturingRoutingSearchRowBasic.php │ ├── MarkupItem.php │ ├── MatrixOptionList.php │ ├── MediaType.php │ ├── MerchandiseHierarchyNode.php │ ├── MerchandiseHierarchyNodeHierarchyVersions.php │ ├── MerchandiseHierarchyNodeHierarchyVersionsList.php │ ├── MerchandiseHierarchyNodeSearch.php │ ├── MerchandiseHierarchyNodeSearchAdvanced.php │ ├── MerchandiseHierarchyNodeSearchBasic.php │ ├── MerchandiseHierarchyNodeSearchRow.php │ ├── MerchandiseHierarchyNodeSearchRowBasic.php │ ├── Message.php │ ├── MessageMediaItemList.php │ ├── MessageMessageType.php │ ├── MessageSearch.php │ ├── MessageSearchAdvanced.php │ ├── MessageSearchBasic.php │ ├── MessageSearchRow.php │ ├── MessageSearchRowBasic.php │ ├── MseSubsidiarySearchBasic.php │ ├── MseSubsidiarySearchRowBasic.php │ ├── MultiSelectCustomFieldRef.php │ ├── NSSoapFault.php │ ├── Nexus.php │ ├── NexusSearch.php │ ├── NexusSearchAdvanced.php │ ├── NexusSearchBasic.php │ ├── NexusSearchRow.php │ ├── NexusSearchRowBasic.php │ ├── NonInventoryPurchaseItem.php │ ├── NonInventoryPurchaseItemHierarchyVersions.php │ ├── NonInventoryPurchaseItemHierarchyVersionsList.php │ ├── NonInventoryResaleItem.php │ ├── NonInventoryResaleItemHierarchyVersions.php │ ├── NonInventoryResaleItemHierarchyVersionsList.php │ ├── NonInventorySaleItem.php │ ├── NonInventorySaleItemHierarchyVersions.php │ ├── NonInventorySaleItemHierarchyVersionsList.php │ ├── Note.php │ ├── NoteDirection.php │ ├── NoteSearch.php │ ├── NoteSearchAdvanced.php │ ├── NoteSearchBasic.php │ ├── NoteSearchRow.php │ ├── NoteSearchRowBasic.php │ ├── NoteType.php │ ├── NoteTypeSearch.php │ ├── NoteTypeSearchAdvanced.php │ ├── NoteTypeSearchBasic.php │ ├── NoteTypeSearchRow.php │ ├── NoteTypeSearchRowBasic.php │ ├── NullField.php │ ├── Opportunity.php │ ├── OpportunityCompetitors.php │ ├── OpportunityCompetitorsList.php │ ├── OpportunityItem.php │ ├── OpportunityItemList.php │ ├── OpportunityPartnersList.php │ ├── OpportunitySalesTeam.php │ ├── OpportunitySalesTeamList.php │ ├── OpportunitySearch.php │ ├── OpportunitySearchAdvanced.php │ ├── OpportunitySearchBasic.php │ ├── OpportunitySearchRow.php │ ├── OpportunitySearchRowBasic.php │ ├── OpportunityStatus.php │ ├── OriginatingLeadSearch.php │ ├── OriginatingLeadSearchBasic.php │ ├── OriginatingLeadSearchRow.php │ ├── OriginatingLeadSearchRowBasic.php │ ├── OtherChargePurchaseItem.php │ ├── OtherChargePurchaseItemHierarchyVersions.php │ ├── OtherChargePurchaseItemHierarchyVersionsList.php │ ├── OtherChargeResaleItem.php │ ├── OtherChargeResaleItemHierarchyVersions.php │ ├── OtherChargeResaleItemHierarchyVersionsList.php │ ├── OtherChargeSaleItem.php │ ├── OtherChargeSaleItemHierarchyVersions.php │ ├── OtherChargeSaleItemHierarchyVersionsList.php │ ├── OtherCustomField.php │ ├── OtherCustomFieldFilter.php │ ├── OtherCustomFieldFilterList.php │ ├── OtherNameCategory.php │ ├── OtherNameCategorySearch.php │ ├── OtherNameCategorySearchAdvanced.php │ ├── OtherNameCategorySearchBasic.php │ ├── OtherNameCategorySearchRow.php │ ├── OtherNameCategorySearchRowBasic.php │ ├── Partner.php │ ├── PartnerAddressbook.php │ ├── PartnerAddressbookList.php │ ├── PartnerCategory.php │ ├── PartnerCategorySearch.php │ ├── PartnerCategorySearchAdvanced.php │ ├── PartnerCategorySearchBasic.php │ ├── PartnerCategorySearchRow.php │ ├── PartnerCategorySearchRowBasic.php │ ├── PartnerInfo.php │ ├── PartnerOtherRelationships.php │ ├── PartnerPromoCode.php │ ├── PartnerPromoCodeList.php │ ├── PartnerSearch.php │ ├── PartnerSearchAdvanced.php │ ├── PartnerSearchBasic.php │ ├── PartnerSearchRow.php │ ├── PartnerSearchRowBasic.php │ ├── PartnerTaxRegistration.php │ ├── PartnerTaxRegistrationList.php │ ├── Partners.php │ ├── PartnersList.php │ ├── Paycheck.php │ ├── PaycheckJournal.php │ ├── PaycheckJournalCompanyContribution.php │ ├── PaycheckJournalCompanyContributionList.php │ ├── PaycheckJournalCompanyTax.php │ ├── PaycheckJournalCompanyTaxList.php │ ├── PaycheckJournalDeduction.php │ ├── PaycheckJournalDeductionList.php │ ├── PaycheckJournalEarning.php │ ├── PaycheckJournalEarningList.php │ ├── PaycheckJournalEmployeeTax.php │ ├── PaycheckJournalEmployeeTaxList.php │ ├── PaycheckPayContrib.php │ ├── PaycheckPayContribList.php │ ├── PaycheckPayDeduct.php │ ├── PaycheckPayDeductList.php │ ├── PaycheckPayDisburse.php │ ├── PaycheckPayDisburseList.php │ ├── PaycheckPayEarn.php │ ├── PaycheckPayEarnList.php │ ├── PaycheckPayExp.php │ ├── PaycheckPayExpList.php │ ├── PaycheckPayPto.php │ ├── PaycheckPayPtoList.php │ ├── PaycheckPaySummary.php │ ├── PaycheckPaySummaryList.php │ ├── PaycheckPayTax.php │ ├── PaycheckPayTaxList.php │ ├── PaycheckPayTime.php │ ├── PaycheckPayTimeList.php │ ├── PaycheckSearch.php │ ├── PaycheckSearchAdvanced.php │ ├── PaycheckSearchBasic.php │ ├── PaycheckSearchRow.php │ ├── PaycheckSearchRowBasic.php │ ├── PaymentCard.php │ ├── PaymentCardBrand.php │ ├── PaymentCardToken.php │ ├── PaymentCardType.php │ ├── PaymentInstrumentSearch.php │ ├── PaymentInstrumentSearchAdvanced.php │ ├── PaymentInstrumentSearchBasic.php │ ├── PaymentInstrumentSearchRow.php │ ├── PaymentInstrumentSearchRowBasic.php │ ├── PaymentInstrumentState.php │ ├── PaymentInstrumentSupportedOperation.php │ ├── PaymentInstrumentType.php │ ├── PaymentItem.php │ ├── PaymentMethod.php │ ├── PaymentMethodSearch.php │ ├── PaymentMethodSearchAdvanced.php │ ├── PaymentMethodSearchBasic.php │ ├── PaymentMethodSearchRow.php │ ├── PaymentMethodSearchRowBasic.php │ ├── PaymentMethodVisuals.php │ ├── PaymentMethodVisualsList.php │ ├── PaymentOptionSearch.php │ ├── PaymentOptionSearchAdvanced.php │ ├── PaymentOptionSearchBasic.php │ ├── PaymentOptionSearchRow.php │ ├── PaymentOptionSearchRowBasic.php │ ├── PayrollItem.php │ ├── PayrollItemAccountCategory.php │ ├── PayrollItemItemTypeNoHierarchy.php │ ├── PayrollItemSearch.php │ ├── PayrollItemSearchAdvanced.php │ ├── PayrollItemSearchBasic.php │ ├── PayrollItemSearchRow.php │ ├── PayrollItemSearchRowBasic.php │ ├── PeriodDemandPlan.php │ ├── PeriodDemandPlanList.php │ ├── PeriodEndJournal.php │ ├── PeriodEndJournalLine.php │ ├── PeriodEndJournalLineList.php │ ├── PeriodicLotSizeType.php │ ├── PermissionCode.php │ ├── PermissionLevel.php │ ├── PhoneCall.php │ ├── PhoneCallContact.php │ ├── PhoneCallContactList.php │ ├── PhoneCallPriority.php │ ├── PhoneCallReminderMinutes.php │ ├── PhoneCallReminderType.php │ ├── PhoneCallSearch.php │ ├── PhoneCallSearchAdvanced.php │ ├── PhoneCallSearchBasic.php │ ├── PhoneCallSearchRow.php │ ├── PhoneCallSearchRowBasic.php │ ├── PhoneCallStatus.php │ ├── PhoneCallTimeItemList.php │ ├── PostingPeriodDate.php │ ├── PostingTransactionSummary.php │ ├── PostingTransactionSummaryField.php │ ├── PostingTransactionSummaryFilter.php │ ├── PostingTransactionSummaryList.php │ ├── Preferences.php │ ├── PresentationItem.php │ ├── PresentationItemList.php │ ├── PresentationItemType.php │ ├── Price.php │ ├── PriceLevel.php │ ├── PriceLevelSearch.php │ ├── PriceLevelSearchAdvanced.php │ ├── PriceLevelSearchBasic.php │ ├── PriceLevelSearchRow.php │ ├── PriceLevelSearchRowBasic.php │ ├── PriceList.php │ ├── Pricing.php │ ├── PricingGroup.php │ ├── PricingGroupSearch.php │ ├── PricingGroupSearchAdvanced.php │ ├── PricingGroupSearchBasic.php │ ├── PricingGroupSearchRow.php │ ├── PricingGroupSearchRowBasic.php │ ├── PricingMatrix.php │ ├── PricingSearchBasic.php │ ├── PricingSearchRowBasic.php │ ├── ProductFeedList.php │ ├── ProjectTask.php │ ├── ProjectTaskAssignee.php │ ├── ProjectTaskAssigneeList.php │ ├── ProjectTaskAssignmentSearchBasic.php │ ├── ProjectTaskAssignmentSearchRowBasic.php │ ├── ProjectTaskConstraintType.php │ ├── ProjectTaskPredecessor.php │ ├── ProjectTaskPredecessorList.php │ ├── ProjectTaskPredecessorPredecessorType.php │ ├── ProjectTaskPriority.php │ ├── ProjectTaskSearch.php │ ├── ProjectTaskSearchAdvanced.php │ ├── ProjectTaskSearchBasic.php │ ├── ProjectTaskSearchRow.php │ ├── ProjectTaskSearchRowBasic.php │ ├── ProjectTaskStatus.php │ ├── ProjectTaskTimeItemList.php │ ├── PromotionCode.php │ ├── PromotionCodeApplyDiscountTo.php │ ├── PromotionCodeCurrency.php │ ├── PromotionCodeCurrencyList.php │ ├── PromotionCodeItems.php │ ├── PromotionCodeItemsList.php │ ├── PromotionCodePartners.php │ ├── PromotionCodePartnersList.php │ ├── PromotionCodeSearch.php │ ├── PromotionCodeSearchAdvanced.php │ ├── PromotionCodeSearchBasic.php │ ├── PromotionCodeSearchRow.php │ ├── PromotionCodeSearchRowBasic.php │ ├── PromotionCodeUseType.php │ ├── Promotions.php │ ├── PromotionsList.php │ ├── PurchLandedCostList.php │ ├── PurchaseOrder.php │ ├── PurchaseOrderExpense.php │ ├── PurchaseOrderExpenseList.php │ ├── PurchaseOrderItem.php │ ├── PurchaseOrderItemList.php │ ├── PurchaseOrderOrderStatus.php │ ├── PurchaseRequisition.php │ ├── PurchaseRequisitionExpense.php │ ├── PurchaseRequisitionExpenseList.php │ ├── PurchaseRequisitionItem.php │ ├── PurchaseRequisitionItemList.php │ ├── Rate.php │ ├── RateList.php │ ├── ReadResponse.php │ ├── ReadResponseList.php │ ├── Record.php │ ├── RecordList.php │ ├── RecordRef.php │ ├── RecordRefList.php │ ├── RecordType.php │ ├── RecurrenceDow.php │ ├── RecurrenceDowMaskList.php │ ├── RecurrenceDowim.php │ ├── RecurrenceFrequency.php │ ├── ResourceAllocation.php │ ├── ResourceAllocationAllocationUnit.php │ ├── ResourceAllocationApprovalStatus.php │ ├── ResourceAllocationSearch.php │ ├── ResourceAllocationSearchAdvanced.php │ ├── ResourceAllocationSearchBasic.php │ ├── ResourceAllocationSearchRow.php │ ├── ResourceAllocationSearchRowBasic.php │ ├── ReturnAuthorization.php │ ├── ReturnAuthorizationItem.php │ ├── ReturnAuthorizationItemList.php │ ├── ReturnAuthorizationOrderStatus.php │ ├── ReturnAuthorizationPartnersList.php │ ├── ReturnAuthorizationSalesTeam.php │ ├── ReturnAuthorizationSalesTeamList.php │ ├── RevRecSchedule.php │ ├── RevRecScheduleAmortizationStatus.php │ ├── RevRecScheduleAmortizationType.php │ ├── RevRecScheduleRecogIntervalSrc.php │ ├── RevRecScheduleRecurrence.php │ ├── RevRecScheduleRecurrenceList.php │ ├── RevRecScheduleRecurrenceType.php │ ├── RevRecScheduleSearch.php │ ├── RevRecScheduleSearchAdvanced.php │ ├── RevRecScheduleSearchBasic.php │ ├── RevRecScheduleSearchRow.php │ ├── RevRecScheduleSearchRowBasic.php │ ├── RevRecTemplate.php │ ├── RevRecTemplateRecurrence.php │ ├── RevRecTemplateRecurrenceList.php │ ├── RevRecTemplateSearch.php │ ├── RevRecTemplateSearchAdvanced.php │ ├── RevRecTemplateSearchBasic.php │ ├── RevRecTemplateSearchRow.php │ ├── RevRecTemplateSearchRowBasic.php │ ├── RevenueCommitStatus.php │ ├── RevenueStatus.php │ ├── SalesOrder.php │ ├── SalesOrderHandlingMode.php │ ├── SalesOrderItem.php │ ├── SalesOrderItemCommitInventory.php │ ├── SalesOrderItemCreatePo.php │ ├── SalesOrderItemFulfillmentChoice.php │ ├── SalesOrderItemList.php │ ├── SalesOrderOrderStatus.php │ ├── SalesOrderPartnersList.php │ ├── SalesOrderPaymentOperation.php │ ├── SalesOrderSalesTeam.php │ ├── SalesOrderSalesTeamList.php │ ├── SalesOrderShipGroupList.php │ ├── SalesRole.php │ ├── SalesRoleSearch.php │ ├── SalesRoleSearchAdvanced.php │ ├── SalesRoleSearchBasic.php │ ├── SalesRoleSearchRow.php │ ├── SalesRoleSearchRowBasic.php │ ├── SalesTaxItem.php │ ├── SalesTaxItemAvailable.php │ ├── SalesTaxItemSearch.php │ ├── SalesTaxItemSearchAdvanced.php │ ├── SalesTaxItemSearchBasic.php │ ├── SalesTaxItemSearchRow.php │ ├── SalesTaxItemSearchRowBasic.php │ ├── SalesTeamList.php │ ├── ScheduleBCode.php │ ├── SearchBooleanCustomField.php │ ├── SearchBooleanField.php │ ├── SearchColumnBooleanCustomField.php │ ├── SearchColumnBooleanField.php │ ├── SearchColumnCustomField.php │ ├── SearchColumnCustomFieldList.php │ ├── SearchColumnDateCustomField.php │ ├── SearchColumnDateField.php │ ├── SearchColumnDoubleCustomField.php │ ├── SearchColumnDoubleField.php │ ├── SearchColumnEnumMultiSelectCustomField.php │ ├── SearchColumnEnumSelectField.php │ ├── SearchColumnField.php │ ├── SearchColumnLongCustomField.php │ ├── SearchColumnLongField.php │ ├── SearchColumnMultiSelectCustomField.php │ ├── SearchColumnSelectCustomField.php │ ├── SearchColumnSelectField.php │ ├── SearchColumnStringCustomField.php │ ├── SearchColumnStringField.php │ ├── SearchColumnTextNumberField.php │ ├── SearchCustomField.php │ ├── SearchCustomFieldList.php │ ├── SearchDate.php │ ├── SearchDateCustomField.php │ ├── SearchDateField.php │ ├── SearchDateFieldOperator.php │ ├── SearchDoubleCustomField.php │ ├── SearchDoubleField.php │ ├── SearchDoubleFieldOperator.php │ ├── SearchEnumMultiSelectCustomField.php │ ├── SearchEnumMultiSelectField.php │ ├── SearchEnumMultiSelectFieldOperator.php │ ├── SearchLongCustomField.php │ ├── SearchLongField.php │ ├── SearchLongFieldOperator.php │ ├── SearchMoreWithIdRequest.php │ ├── SearchMoreWithIdResponse.php │ ├── SearchMultiSelectCustomField.php │ ├── SearchMultiSelectField.php │ ├── SearchMultiSelectFieldOperator.php │ ├── SearchPreferences.php │ ├── SearchRecord.php │ ├── SearchRecordBasic.php │ ├── SearchRecordType.php │ ├── SearchRequest.php │ ├── SearchResponse.php │ ├── SearchResult.php │ ├── SearchRow.php │ ├── SearchRowBasic.php │ ├── SearchRowList.php │ ├── SearchStringCustomField.php │ ├── SearchStringField.php │ ├── SearchStringFieldOperator.php │ ├── SearchTextNumberField.php │ ├── SearchTextNumberFieldOperator.php │ ├── SelectCustomFieldRef.php │ ├── SelectDimensionRef.php │ ├── SerializedAssemblyItem.php │ ├── SerializedAssemblyItemBillOfMaterials.php │ ├── SerializedAssemblyItemBillOfMaterialsList.php │ ├── SerializedAssemblyItemHierarchyVersions.php │ ├── SerializedAssemblyItemHierarchyVersionsList.php │ ├── SerializedInventoryItem.php │ ├── SerializedInventoryItemHierarchyVersions.php │ ├── SerializedInventoryItemHierarchyVersionsList.php │ ├── SerializedInventoryItemLocations.php │ ├── SerializedInventoryItemLocationsList.php │ ├── SerializedInventoryItemNumbers.php │ ├── SerializedInventoryItemNumbersList.php │ ├── ServiceItemTaskTemplates.php │ ├── ServiceItemTaskTemplatesList.php │ ├── ServicePurchaseItem.php │ ├── ServicePurchaseItemHierarchyVersions.php │ ├── ServicePurchaseItemHierarchyVersionsList.php │ ├── ServiceResaleItem.php │ ├── ServiceResaleItemHierarchyVersions.php │ ├── ServiceResaleItemHierarchyVersionsList.php │ ├── ServiceSaleItem.php │ ├── ServiceSaleItemHierarchyVersions.php │ ├── ServiceSaleItemHierarchyVersionsList.php │ ├── SessionResponse.php │ ├── ShippingCarrier.php │ ├── SignatureAlgorithm.php │ ├── SiteCategory.php │ ├── SiteCategoryList.php │ ├── SiteCategoryPresentationItemList.php │ ├── SiteCategorySearch.php │ ├── SiteCategorySearchAdvanced.php │ ├── SiteCategorySearchBasic.php │ ├── SiteCategorySearchRow.php │ ├── SiteCategorySearchRowBasic.php │ ├── SiteCategoryTranslation.php │ ├── SiteCategoryTranslationList.php │ ├── SiteCategory_accounting.php │ ├── SitemapPriority.php │ ├── Solution.php │ ├── SolutionSearch.php │ ├── SolutionSearchAdvanced.php │ ├── SolutionSearchBasic.php │ ├── SolutionSearchRow.php │ ├── SolutionSearchRowBasic.php │ ├── SolutionStatus.php │ ├── SolutionTopics.php │ ├── SolutionTopicsList.php │ ├── Solutions.php │ ├── SolutionsList.php │ ├── Source.php │ ├── State.php │ ├── StatisticalJournalEntry.php │ ├── StatisticalJournalEntryLine.php │ ├── StatisticalJournalEntryLineList.php │ ├── Status.php │ ├── StatusDetail.php │ ├── StatusDetailCodeType.php │ ├── StatusDetailType.php │ ├── StringCustomFieldRef.php │ ├── StringDimensionRef.php │ ├── Subscriptions.php │ ├── SubscriptionsList.php │ ├── Subsidiary.php │ ├── SubsidiaryAccountingBookDetail.php │ ├── SubsidiaryAccountingBookDetailList.php │ ├── SubsidiaryNexus.php │ ├── SubsidiaryNexusList.php │ ├── SubsidiarySearch.php │ ├── SubsidiarySearchAdvanced.php │ ├── SubsidiarySearchBasic.php │ ├── SubsidiarySearchRow.php │ ├── SubsidiarySearchRowBasic.php │ ├── SubsidiaryTaxRegistration.php │ ├── SubsidiaryTaxRegistrationList.php │ ├── SubtotalItem.php │ ├── SupportCase.php │ ├── SupportCaseEscalateTo.php │ ├── SupportCaseEscalateToList.php │ ├── SupportCaseIssue.php │ ├── SupportCaseOrigin.php │ ├── SupportCasePriority.php │ ├── SupportCaseSearch.php │ ├── SupportCaseSearchAdvanced.php │ ├── SupportCaseSearchBasic.php │ ├── SupportCaseSearchRow.php │ ├── SupportCaseSearchRowBasic.php │ ├── SupportCaseSolutions.php │ ├── SupportCaseSolutionsList.php │ ├── SupportCaseStage.php │ ├── SupportCaseStatus.php │ ├── SupportCaseStatusStage.php │ ├── SupportCaseTimeItemList.php │ ├── SupportCaseType.php │ ├── Task.php │ ├── TaskContact.php │ ├── TaskContactList.php │ ├── TaskPriority.php │ ├── TaskReminderMinutes.php │ ├── TaskReminderType.php │ ├── TaskSearch.php │ ├── TaskSearchAdvanced.php │ ├── TaskSearchBasic.php │ ├── TaskSearchRow.php │ ├── TaskSearchRowBasic.php │ ├── TaskStatus.php │ ├── TaskTimeItemList.php │ ├── TaxAcct.php │ ├── TaxAcctType.php │ ├── TaxDetailSearchBasic.php │ ├── TaxDetailSearchRowBasic.php │ ├── TaxDetails.php │ ├── TaxDetailsList.php │ ├── TaxFractionUnit.php │ ├── TaxGroup.php │ ├── TaxGroupSearch.php │ ├── TaxGroupSearchAdvanced.php │ ├── TaxGroupSearchBasic.php │ ├── TaxGroupSearchRow.php │ ├── TaxGroupSearchRowBasic.php │ ├── TaxGroupTaxItem.php │ ├── TaxGroupTaxItemList.php │ ├── TaxRounding.php │ ├── TaxType.php │ ├── TaxTypeNexusAccounts.php │ ├── TaxTypeNexusAccountsList.php │ ├── TaxTypeNexusesTax.php │ ├── TaxTypeNexusesTaxList.php │ ├── TaxTypeSearch.php │ ├── TaxTypeSearchAdvanced.php │ ├── TaxTypeSearchBasic.php │ ├── TaxTypeSearchRow.php │ ├── TaxTypeSearchRowBasic.php │ ├── Term.php │ ├── TermPercentages.php │ ├── TermPercentagesList.php │ ├── TermRecurrenceFrequency.php │ ├── TermSearch.php │ ├── TermSearchAdvanced.php │ ├── TermSearchBasic.php │ ├── TermSearchRow.php │ ├── TermSearchRowBasic.php │ ├── TextFileEncoding.php │ ├── TimeBill.php │ ├── TimeBillSearch.php │ ├── TimeBillSearchAdvanced.php │ ├── TimeBillSearchBasic.php │ ├── TimeBillSearchRow.php │ ├── TimeBillSearchRowBasic.php │ ├── TimeBillTimeType.php │ ├── TimeEntry.php │ ├── TimeEntrySearch.php │ ├── TimeEntrySearchAdvanced.php │ ├── TimeEntrySearchBasic.php │ ├── TimeEntrySearchRow.php │ ├── TimeEntrySearchRowBasic.php │ ├── TimeItem.php │ ├── TimeItemTimeType.php │ ├── TimeSheet.php │ ├── TimeSheetSearch.php │ ├── TimeSheetSearchAdvanced.php │ ├── TimeSheetSearchBasic.php │ ├── TimeSheetSearchRow.php │ ├── TimeSheetSearchRowBasic.php │ ├── TimeSheetTimeGrid.php │ ├── TimeSheetTimeGridList.php │ ├── TokenFamily.php │ ├── TokenPassport.php │ ├── TokenPassportSignature.php │ ├── Topic.php │ ├── TopicSearch.php │ ├── TopicSearchAdvanced.php │ ├── TopicSearchBasic.php │ ├── TopicSearchRow.php │ ├── TopicSearchRowBasic.php │ ├── TopicSolution.php │ ├── TopicSolutionList.php │ ├── TransactionApprovalStatus.php │ ├── TransactionBillVarianceStatus.php │ ├── TransactionBodyCustomField.php │ ├── TransactionBodyCustomFieldFilter.php │ ├── TransactionBodyCustomFieldFilterList.php │ ├── TransactionChargeType.php │ ├── TransactionColumnCustomField.php │ ├── TransactionColumnCustomFieldFilter.php │ ├── TransactionColumnCustomFieldFilterList.php │ ├── TransactionLineType.php │ ├── TransactionLinkType.php │ ├── TransactionPaymentEventHoldReason.php │ ├── TransactionPaymentEventResult.php │ ├── TransactionPaymentEventType.php │ ├── TransactionSearch.php │ ├── TransactionSearchAdvanced.php │ ├── TransactionSearchBasic.php │ ├── TransactionSearchRow.php │ ├── TransactionSearchRowBasic.php │ ├── TransactionShipGroup.php │ ├── TransactionStatus.php │ ├── TransactionType.php │ ├── TransferOrder.php │ ├── TransferOrderItem.php │ ├── TransferOrderItemCommitInventory.php │ ├── TransferOrderItemList.php │ ├── TransferOrderOrderStatus.php │ ├── Translation.php │ ├── TranslationList.php │ ├── UnexpectedErrorFault.php │ ├── UnitsType.php │ ├── UnitsTypeSearch.php │ ├── UnitsTypeSearchAdvanced.php │ ├── UnitsTypeSearchBasic.php │ ├── UnitsTypeSearchRow.php │ ├── UnitsTypeSearchRowBasic.php │ ├── UnitsTypeUom.php │ ├── UnitsTypeUomList.php │ ├── UpdateInviteeStatusListRequest.php │ ├── UpdateInviteeStatusListResponse.php │ ├── UpdateInviteeStatusReference.php │ ├── UpdateInviteeStatusRequest.php │ ├── UpdateInviteeStatusResponse.php │ ├── UpdateListRequest.php │ ├── UpdateListResponse.php │ ├── UpdateRequest.php │ ├── UpdateResponse.php │ ├── UpsertListRequest.php │ ├── UpsertListResponse.php │ ├── UpsertRequest.php │ ├── UpsertResponse.php │ ├── Usage.php │ ├── UsageSearch.php │ ├── UsageSearchAdvanced.php │ ├── UsageSearchBasic.php │ ├── UsageSearchRow.php │ ├── UsageSearchRowBasic.php │ ├── UsageStatus.php │ ├── Vendor.php │ ├── VendorAddressbook.php │ ├── VendorAddressbookList.php │ ├── VendorBill.php │ ├── VendorBillExpense.php │ ├── VendorBillExpenseList.php │ ├── VendorBillItem.php │ ├── VendorBillItemList.php │ ├── VendorCategory.php │ ├── VendorCategorySearch.php │ ├── VendorCategorySearchAdvanced.php │ ├── VendorCategorySearchBasic.php │ ├── VendorCategorySearchRow.php │ ├── VendorCategorySearchRowBasic.php │ ├── VendorCredit.php │ ├── VendorCreditApply.php │ ├── VendorCreditApplyList.php │ ├── VendorCreditExpense.php │ ├── VendorCreditExpenseList.php │ ├── VendorCreditItem.php │ ├── VendorCreditItemList.php │ ├── VendorCurrency.php │ ├── VendorCurrencyList.php │ ├── VendorOtherRelationships.php │ ├── VendorPayment.php │ ├── VendorPaymentApply.php │ ├── VendorPaymentApplyList.php │ ├── VendorPaymentCredit.php │ ├── VendorPaymentCreditList.php │ ├── VendorPricingSchedule.php │ ├── VendorPricingScheduleList.php │ ├── VendorReturnAuthorization.php │ ├── VendorReturnAuthorizationExpense.php │ ├── VendorReturnAuthorizationExpenseList.php │ ├── VendorReturnAuthorizationItem.php │ ├── VendorReturnAuthorizationItemList.php │ ├── VendorReturnAuthorizationOrderStatus.php │ ├── VendorRoles.php │ ├── VendorRolesList.php │ ├── VendorSearch.php │ ├── VendorSearchAdvanced.php │ ├── VendorSearchBasic.php │ ├── VendorSearchRow.php │ ├── VendorSearchRowBasic.php │ ├── VendorSubsidiaryRelationship.php │ ├── VendorSubsidiaryRelationshipSearch.php │ ├── VendorSubsidiaryRelationshipSearchAdvanced.php │ ├── VendorSubsidiaryRelationshipSearchBasic.php │ ├── VendorSubsidiaryRelationshipSearchRow.php │ ├── VendorSubsidiaryRelationshipSearchRowBasic.php │ ├── VendorTaxRegistration.php │ ├── VendorTaxRegistrationList.php │ ├── VsoeDeferral.php │ ├── VsoePermitDiscount.php │ ├── VsoeSopGroup.php │ ├── WinLossReason.php │ ├── WinLossReasonSearch.php │ ├── WinLossReasonSearchAdvanced.php │ ├── WinLossReasonSearchBasic.php │ ├── WinLossReasonSearchRow.php │ ├── WinLossReasonSearchRowBasic.php │ ├── WorkOrder.php │ ├── WorkOrderClose.php │ ├── WorkOrderCompletion.php │ ├── WorkOrderCompletionComponent.php │ ├── WorkOrderCompletionComponentList.php │ ├── WorkOrderCompletionOperation.php │ ├── WorkOrderCompletionOperationList.php │ ├── WorkOrderIssue.php │ ├── WorkOrderIssueComponent.php │ ├── WorkOrderIssueComponentList.php │ ├── WorkOrderItem.php │ ├── WorkOrderItemItemCommitInventory.php │ ├── WorkOrderItemList.php │ ├── WorkOrderOrderStatus.php │ ├── WorkOrderSchedulingMethod.php │ ├── WriteResponse.php │ ├── WriteResponseList.php │ ├── WsRole.php │ ├── WsRoleList.php │ ├── getSelectValueRequest.php │ └── getSelectValueResponse.php ├── Logger.php ├── NetSuiteClient.php ├── NetSuiteService.php └── includes │ ├── classmap.php │ └── functions.php ├── tests └── LoggerTest.php └── utilities ├── includes ├── ClassSeparator.php ├── functions.php └── templates │ ├── class.template.php │ ├── classmap.template.php │ └── netsuiteservice.template.php └── separate_classes.php /.env.example: -------------------------------------------------------------------------------- 1 | ## General Settings 2 | NETSUITE_ENDPOINT="2021_1" 3 | NETSUITE_HOST="https://webservices.netsuite.com" 4 | NETSUITE_ACCOUNT="MYACCT1" 5 | 6 | ## Token Based Auth Settings 7 | NETSUITE_HASH_TYPE="sha256" 8 | # Integration Keys 9 | NETSUITE_CONSUMER_KEY="" 10 | NETSUITE_CONSUMER_SECRET="" 11 | # Access Token Keys 12 | NETSUITE_TOKEN_KEY="" 13 | NETSUITE_TOKEN_SECRET="" 14 | 15 | ## Credential Based Auth Settings (deprecated) 16 | NETSUITE_EMAIL="jDoe@netsuite.com" 17 | NETSUITE_PASSWORD="mySecretPwd" 18 | NETSUITE_APP_ID="AF44ECC6-6691-400C-85A2-9FD7BFABE36E" 19 | NETSUITE_ROLE="1" 20 | 21 | ## Logging Configuration 22 | # Boolean to control whether to create log files. 23 | #NETSUITE_LOGGING=false 24 | # The directory where log files will be written. 25 | #NETSUITE_LOG_PATH= 26 | # The filename format. %date and %operation are the only usable tokens. 27 | #NETSUITE_LOG_FORMAT="netsuite-php-%date-%operation" 28 | # The DateTime-compatible format used to build the filename 29 | #NETSUITE_LOG_DATEFORMAT="Ymd.His.u" 30 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Report unexpected behaviour with the toolkit package 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | 11 | 12 | 13 | 14 | **Describe the bug** 15 | A clear and concise description of what the bug is. 16 | 17 | **How To Reproduce** 18 | Steps to replicate the bug reliably 19 | 20 | **Expected behavior** 21 | A clear and concise description of what you expected to happen. 22 | 23 | **Additional context** 24 | Add any other context about the problem here, such as logged requests/responses. Enable logging in the netsuite-php client options to easily record all requests and responses. 25 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false 2 | contact_links: 3 | - name: Questions 4 | url: https://github.com/netsuitephp/netsuite-php/discussions 5 | about: Ask questions about how to use the NetSuite toolkit here. 6 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Directories 2 | /.idea 3 | /play 4 | /vendor 5 | 6 | # Files 7 | .DS_Store 8 | composer.lock 9 | *.bat 10 | .phpunit.result.cache 11 | -------------------------------------------------------------------------------- /original/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | 3 | !NetSuite\ Application\ Developer\ License\ Agreement.txt 4 | !.gitignore 5 | -------------------------------------------------------------------------------- /phpspec.yml: -------------------------------------------------------------------------------- 1 | suites: 2 | main: 3 | namespace: NetSuite 4 | psr4_prefix: NetSuite 5 | src_path: src 6 | -------------------------------------------------------------------------------- /phpunit.xml.dist: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 10 | ./tests/ 11 | 12 | 13 | 14 | 15 | 16 | ./src/ 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /samples/config.php: -------------------------------------------------------------------------------- 1 | getenv('NETSUITE_ENDPOINT') ?: '2021_1', 6 | 'host' => getenv('NETSUITE_HOST') ?: 'https://webservices.netsuite.com', 7 | 'email' => getenv('NETSUITE_EMAIL') ?: 'jDoe@netsuite.com', 8 | 'password' => getenv('NETSUITE_PASSWORD') ?: 'mySecretPwd', 9 | 'role' => getenv('NETSUITE_ROLE') ?: '3', 10 | 'account' => getenv('NETSUITE_ACCOUNT') ?: 'MYACCT1', 11 | 'appid' => getenv('NETSUITE_APP_ID') ?: '4AD027CA-88B3-46EC-9D3E-41C6E6A325E2', 12 | 'logging' => getenv('NETSUITE_LOGGING') ?: false, 13 | 'log_path' => getenv('NETSUITE_LOG_PATH') ?: '', 14 | 'log_format' => getenv('NETSUITE_LOG_FORMAT') ?: 'netsuite-php-%date-%operation', 15 | 'log_dateformat' => getenv('NETSUITE_LOG_DATEFORMAT') ?: 'Ymd.His.u', 16 | ); 17 | -------------------------------------------------------------------------------- /spec/NetSuiteClientSpec.php: -------------------------------------------------------------------------------- 1 | beConstructedWith($config, [], $client); 15 | } 16 | 17 | function it_is_initializable() 18 | { 19 | $this->shouldHaveType('NetSuite\NetSuiteClient'); 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /spec/NetSuiteServiceSpec.php: -------------------------------------------------------------------------------- 1 | beConstructedWith($config, [], $client); 15 | } 16 | 17 | function it_is_initializable() 18 | { 19 | $this->shouldHaveType('NetSuite\NetSuiteService'); 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /src/Classes/AccountingBookStatus.php: -------------------------------------------------------------------------------- 1 | "Record[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/AddRequest.php: -------------------------------------------------------------------------------- 1 | "Record", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/AddResponse.php: -------------------------------------------------------------------------------- 1 | "WriteResponse", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/AlcoholRecipientType.php: -------------------------------------------------------------------------------- 1 | "string", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/AssemblyItemEffectiveBomControl.php: -------------------------------------------------------------------------------- 1 | "Record[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/AsyncFault.php: -------------------------------------------------------------------------------- 1 | "BaseRef[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/AsyncResult.php: -------------------------------------------------------------------------------- 1 | "SearchRecord", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/AsyncUpdateListRequest.php: -------------------------------------------------------------------------------- 1 | "Record[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/AsyncUpsertListRequest.php: -------------------------------------------------------------------------------- 1 | "Record[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/AttachReference.php: -------------------------------------------------------------------------------- 1 | "BaseRef", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/AttachRequest.php: -------------------------------------------------------------------------------- 1 | "AttachReference", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/AttachResponse.php: -------------------------------------------------------------------------------- 1 | "WriteResponse", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/AvsMatchCode.php: -------------------------------------------------------------------------------- 1 | "string", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/BaseRefList.php: -------------------------------------------------------------------------------- 1 | "BaseRef[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/BillingScheduleRecurrenceMode.php: -------------------------------------------------------------------------------- 1 | "boolean", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/BudgetBudgetType.php: -------------------------------------------------------------------------------- 1 | "RecordRef[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/ChangeEmailRequest.php: -------------------------------------------------------------------------------- 1 | "ChangeEmail", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/ChargeStage.php: -------------------------------------------------------------------------------- 1 | "string", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/ConsolidatedRate.php: -------------------------------------------------------------------------------- 1 | "CurrencyRate[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/CurrencySymbolPlacement.php: -------------------------------------------------------------------------------- 1 | "CustomFieldRef[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/CustomRecordTypeParents.php: -------------------------------------------------------------------------------- 1 | "string", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/CustomRecordTypePermissionsRestriction.php: -------------------------------------------------------------------------------- 1 | "string", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/CustomizationSearchLevel.php: -------------------------------------------------------------------------------- 1 | "dateTime", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/DeleteResponse.php: -------------------------------------------------------------------------------- 1 | "WriteResponse", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/DemandPlanCalendarType.php: -------------------------------------------------------------------------------- 1 | "BaseRef", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/DetachResponse.php: -------------------------------------------------------------------------------- 1 | "WriteResponse", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/DimensionList.php: -------------------------------------------------------------------------------- 1 | "DimensionRef[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/DimensionRef.php: -------------------------------------------------------------------------------- 1 | "string", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/DocumentInfo.php: -------------------------------------------------------------------------------- 1 | "string", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/DoubleCustomFieldRef.php: -------------------------------------------------------------------------------- 1 | "float", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/DurationUnit.php: -------------------------------------------------------------------------------- 1 | "RecordRef", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/EmployeeRoles.php: -------------------------------------------------------------------------------- 1 | "RecordRef", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/EmployeeTerminationCategory.php: -------------------------------------------------------------------------------- 1 | "dateTime[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/FileAttachFrom.php: -------------------------------------------------------------------------------- 1 | "RecordRef[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/ForecastType.php: -------------------------------------------------------------------------------- 1 | "GetAllRecordType", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/GetAllRequest.php: -------------------------------------------------------------------------------- 1 | "GetAllRecord", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/GetAllResponse.php: -------------------------------------------------------------------------------- 1 | "GetAllResult", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/GetDataCenterUrlsRequest.php: -------------------------------------------------------------------------------- 1 | "string", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/GetIntegrationGovernanceInfoRequest.php: -------------------------------------------------------------------------------- 1 | "BaseRef[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/GetRequest.php: -------------------------------------------------------------------------------- 1 | "BaseRef", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/GetResponse.php: -------------------------------------------------------------------------------- 1 | "ReadResponse", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/GetSelectValueFilterOperator.php: -------------------------------------------------------------------------------- 1 | "ReadResponse", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/InsufficientPermissionFault.php: -------------------------------------------------------------------------------- 1 | "RecordRef[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/ItemSource.php: -------------------------------------------------------------------------------- 1 | "RecordRef[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/JobSchedulingMethod.php: -------------------------------------------------------------------------------- 1 | "RecordRef", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/LocationType.php: -------------------------------------------------------------------------------- 1 | "integer", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/NoteDirection.php: -------------------------------------------------------------------------------- 1 | "string[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/PartnerInfo.php: -------------------------------------------------------------------------------- 1 | "string", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/PartnerOtherRelationships.php: -------------------------------------------------------------------------------- 1 | "Price[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/ProjectTaskConstraintType.php: -------------------------------------------------------------------------------- 1 | "RecordRef", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/PromotionCodeUseType.php: -------------------------------------------------------------------------------- 1 | "Rate[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/Record.php: -------------------------------------------------------------------------------- 1 | "NullField", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/RecordList.php: -------------------------------------------------------------------------------- 1 | "Record[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/RecordRefList.php: -------------------------------------------------------------------------------- 1 | "RecordRef[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/ResourceAllocationAllocationUnit.php: -------------------------------------------------------------------------------- 1 | "boolean", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/SearchColumnField.php: -------------------------------------------------------------------------------- 1 | "string", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/SearchEnumMultiSelectFieldOperator.php: -------------------------------------------------------------------------------- 1 | "SearchRecord", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/SearchResponse.php: -------------------------------------------------------------------------------- 1 | "SearchResult", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/SearchRow.php: -------------------------------------------------------------------------------- 1 | "SearchRow[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/ShippingCarrier.php: -------------------------------------------------------------------------------- 1 | "RecordRef", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/StatusDetailType.php: -------------------------------------------------------------------------------- 1 | "string", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/StringDimensionRef.php: -------------------------------------------------------------------------------- 1 | "string", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/SupportCaseStage.php: -------------------------------------------------------------------------------- 1 | "float", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/TimeBillTimeType.php: -------------------------------------------------------------------------------- 1 | "Record[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/UpdateRequest.php: -------------------------------------------------------------------------------- 1 | "Record", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/UpdateResponse.php: -------------------------------------------------------------------------------- 1 | "WriteResponse", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/UpsertListRequest.php: -------------------------------------------------------------------------------- 1 | "Record[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/UpsertRequest.php: -------------------------------------------------------------------------------- 1 | "Record", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/UpsertResponse.php: -------------------------------------------------------------------------------- 1 | "WriteResponse", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/UsageStatus.php: -------------------------------------------------------------------------------- 1 | "RecordRef", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /src/Classes/VsoeDeferral.php: -------------------------------------------------------------------------------- 1 | "WsRole[]", 27 | ); 28 | } 29 | -------------------------------------------------------------------------------- /utilities/includes/functions.php: -------------------------------------------------------------------------------- 1 | 7 | * @copyright Copyright (c) Ryan Winchester 8 | * @license http://www.apache.org/licenses/LICENSE-2.0 Apache-2.0 9 | * @link https://github.com/netsuitephp/netsuite-php 10 | * created: 2015-01-22 1:04 PM 11 | */ 12 | 13 | function base_path() 14 | { 15 | return realpath(__DIR__.'/../..'); 16 | } 17 | 18 | function app_path() 19 | { 20 | return base_path().'/src'; 21 | } 22 | 23 | function includes_path() 24 | { 25 | return base_path().'/src/includes'; 26 | } 27 | 28 | function utilities_path() 29 | { 30 | return base_path().'/utilities'; 31 | } 32 | -------------------------------------------------------------------------------- /utilities/includes/templates/class.template.php: -------------------------------------------------------------------------------- 1 |