├── .gitignore ├── .travis.yml ├── LICENSE ├── README.md ├── ReleaseNotes.txt ├── bootstrap.php ├── composer.json ├── composer.lock ├── docs ├── .nojekyll ├── README.md ├── _images │ ├── example.jpg │ ├── example2.jpg │ ├── example3.jpg │ ├── example4.jpg │ ├── example5.jpg │ └── example6.jpg ├── _sources │ ├── authorization.rst.txt │ ├── configuration.rst.txt │ ├── handle-error.rst.txt │ ├── index.rst.txt │ ├── overview.rst.txt │ └── quickstart.rst.txt ├── _static │ ├── ajax-loader.gif │ ├── basic.css │ ├── comment-bright.png │ ├── comment-close.png │ ├── comment.png │ ├── css │ │ ├── badge_only.css │ │ └── theme.css │ ├── doctools.js │ ├── down-pressed.png │ ├── down.png │ ├── file.png │ ├── fonts │ │ ├── Inconsolata-Bold.ttf │ │ ├── Inconsolata-Regular.ttf │ │ ├── Lato-Bold.ttf │ │ ├── Lato-Regular.ttf │ │ ├── RobotoSlab-Bold.ttf │ │ ├── RobotoSlab-Regular.ttf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ └── fontawesome-webfont.woff │ ├── jquery-3.1.0.js │ ├── jquery.js │ ├── js │ │ ├── modernizr.min.js │ │ └── theme.js │ ├── minus.png │ ├── plus.png │ ├── pygments.css │ ├── searchtools.js │ ├── underscore-1.3.1.js │ ├── underscore.js │ ├── up-pressed.png │ ├── up.png │ └── websupport.js ├── authorization.html ├── configuration.html ├── genindex.html ├── handle-error.html ├── index.html ├── objects.inv ├── overview.html ├── quickstart.html ├── search.html └── searchindex.js ├── phpunit.xml ├── src ├── Core │ ├── Configuration │ │ ├── BaseUrl.php │ │ ├── ContentWriterSettings.php │ │ ├── IppConfiguration.php │ │ ├── LocalConfigReader.php │ │ └── OperationControlList.php │ ├── CoreConstants.php │ ├── CoreHelper.php │ ├── Http │ │ ├── .DS_Store │ │ ├── Compression │ │ │ ├── CompressionFormat.php │ │ │ ├── CompressorBase.php │ │ │ ├── DeflateCompressor.php │ │ │ └── GZipCompressor.php │ │ ├── Message.php │ │ ├── Request.php │ │ ├── RequestResponse.php │ │ ├── Response.php │ │ └── Serialization │ │ │ ├── AbstractEntity.php │ │ │ ├── IEntitySerializer.php │ │ │ ├── JsonObjectSerializer.php │ │ │ ├── ObjectEntity.php │ │ │ ├── SerializationFormat.php │ │ │ ├── SimpleEntity.php │ │ │ ├── UnknownEntity.php │ │ │ └── XmlObjectSerializer.php │ ├── HttpClients │ │ ├── BaseCurl.php │ │ ├── ClientFactory.php │ │ ├── CurlHttpClient.php │ │ ├── FaultHandler.php │ │ ├── GuzzleHttpClient.php │ │ ├── HttpClientInterface.php │ │ ├── IntuitResponse.php │ │ ├── RequestParameters.php │ │ ├── RestHandler.php │ │ └── SyncRestHandler.php │ ├── OAuth │ │ ├── OAuth1 │ │ │ └── OAuth1.php │ │ └── OAuth2 │ │ │ ├── OAuth2AccessToken.php │ │ │ ├── OAuth2LoginHelper.php │ │ │ └── certs │ │ │ ├── IntuitCertificateExpirationDate.txt │ │ │ ├── all.platform.intuit.com.pem │ │ │ └── cacert.pem │ └── ServiceContext.php ├── Data │ ├── IPPAPCreditCardOperationEnum.php │ ├── IPPAccount.php │ ├── IPPAccountBasedExpenseLineDetail.php │ ├── IPPAccountClassificationEnum.php │ ├── IPPAccountSubTypeEnum.php │ ├── IPPAccountTypeEnum.php │ ├── IPPAcquiredAsEnum.php │ ├── IPPAdvancedInventoryPrefs.php │ ├── IPPAgencyPaymentMethodEnum.php │ ├── IPPAgencyVerificationStatus.php │ ├── IPPAttachable.php │ ├── IPPAttachableCategoryEnum.php │ ├── IPPAttachableRef.php │ ├── IPPAttachableResponse.php │ ├── IPPAttribute.php │ ├── IPPAttributes.php │ ├── IPPBatchItemRequest.php │ ├── IPPBatchItemResponse.php │ ├── IPPBill.php │ ├── IPPBillPayment.php │ ├── IPPBillPaymentCheck.php │ ├── IPPBillPaymentCreditCard.php │ ├── IPPBillPaymentTypeEnum.php │ ├── IPPBillableStatusEnum.php │ ├── IPPBooleanTypeCustomFieldDefinition.php │ ├── IPPBudget.php │ ├── IPPBudgetDetail.php │ ├── IPPBudgetEntryTypeEnum.php │ ├── IPPBudgetTypeEnum.php │ ├── IPPCCAVSMatchEnum.php │ ├── IPPCCPaymentStatusEnum.php │ ├── IPPCCSecurityCodeMatchEnum.php │ ├── IPPCCTxnModeEnum.php │ ├── IPPCCTxnTypeEnum.php │ ├── IPPCDCQuery.php │ ├── IPPCDCResponse.php │ ├── IPPCISRateEnum.php │ ├── IPPCascade.php │ ├── IPPCascadeResponse.php │ ├── IPPCashBackInfo.php │ ├── IPPCashPurchase.php │ ├── IPPChargeCredit.php │ ├── IPPCheckPayment.php │ ├── IPPCheckPurchase.php │ ├── IPPClass.php │ ├── IPPColData.php │ ├── IPPColumn.php │ ├── IPPColumnTypeEnum.php │ ├── IPPColumns.php │ ├── IPPCompany.php │ ├── IPPCompanyAccountingPrefs.php │ ├── IPPCompanyCurrency.php │ ├── IPPCompanyInfo.php │ ├── IPPContactInfo.php │ ├── IPPContactTypeEnum.php │ ├── IPPConvenienceFeeDetail.php │ ├── IPPConvenienceFeeTypeEnum.php │ ├── IPPCreditCardPayment.php │ ├── IPPCreditCardPaymentTxn.php │ ├── IPPCreditCardPurchase.php │ ├── IPPCreditCardTypeEnum.php │ ├── IPPCreditChargeInfo.php │ ├── IPPCreditChargeResponse.php │ ├── IPPCreditMemo.php │ ├── IPPCurrency.php │ ├── IPPCurrencyPrefs.php │ ├── IPPCustomExtensionAssociatedValues.php │ ├── IPPCustomExtensions.php │ ├── IPPCustomField.php │ ├── IPPCustomFieldDefinition.php │ ├── IPPCustomFieldTypeEnum.php │ ├── IPPCustomer.php │ ├── IPPCustomerMsg.php │ ├── IPPCustomerType.php │ ├── IPPCustomerTypeEnum.php │ ├── IPPDateMacro.php │ ├── IPPDateTypeCustomFieldDefinition.php │ ├── IPPDayOfWeekEnum.php │ ├── IPPDeliveryErrorTypeEnum.php │ ├── IPPDeliveryTypeEnum.php │ ├── IPPDepartment.php │ ├── IPPDeposit.php │ ├── IPPDepositLineDetail.php │ ├── IPPDescriptionLineDetail.php │ ├── IPPDesktopEntityTypeEnum.php │ ├── IPPDiscountLineDetail.php │ ├── IPPDiscountOverride.php │ ├── IPPDiscountTypeEnum.php │ ├── IPPETransactionEnabledStatusEnum.php │ ├── IPPETransactionStatusEnum.php │ ├── IPPEffectiveTaxRate.php │ ├── IPPEmailAddress.php │ ├── IPPEmailAddressTypeEnum.php │ ├── IPPEmailDeliveryInfo.php │ ├── IPPEmailMessage.php │ ├── IPPEmailMessagesPrefs.php │ ├── IPPEmailStatusEnum.php │ ├── IPPEmployee.php │ ├── IPPEmployeeTypeEnum.php │ ├── IPPEntitlementsResponse.php │ ├── IPPEntityStatusEnum.php │ ├── IPPEntityTypeEnum.php │ ├── IPPEntityTypeRef.php │ ├── IPPError.php │ ├── IPPEstimate.php │ ├── IPPEstimateStatusEnum.php │ ├── IPPExchangeRate.php │ ├── IPPExternalKey.php │ ├── IPPFault.php │ ├── IPPFaultTypeEnum.php │ ├── IPPFifoCalculationStatus.php │ ├── IPPFinanceChargePrefs.php │ ├── IPPFinancingProductTypeEnum.php │ ├── IPPFixedAsset.php │ ├── IPPGTMConfigTypeEnum.php │ ├── IPPGenericContactType.php │ ├── IPPGlobalTaxCalculationEnum.php │ ├── IPPGroupLineDetail.php │ ├── IPPHeader.php │ ├── IPPIdType.php │ ├── IPPIntuitAnyType.php │ ├── IPPIntuitBatchRequest.php │ ├── IPPIntuitEntity.php │ ├── IPPIntuitObject.php │ ├── IPPIntuitResponse.php │ ├── IPPInventoryAdjustment.php │ ├── IPPInventorySite.php │ ├── IPPInvoice.php │ ├── IPPItem.php │ ├── IPPItemAdjustmentLineDetail.php │ ├── IPPItemAssemblyDetail.php │ ├── IPPItemBasedExpenseLineDetail.php │ ├── IPPItemCategoryTypeEnum.php │ ├── IPPItemComponentLine.php │ ├── IPPItemGroupDetail.php │ ├── IPPItemLineDetail.php │ ├── IPPItemReceiptLineDetail.php │ ├── IPPItemTypeEnum.php │ ├── IPPJobInfo.php │ ├── IPPJobStatusEnum.php │ ├── IPPJobType.php │ ├── IPPJournalCode.php │ ├── IPPJournalCodeTypeEnum.php │ ├── IPPJournalEntry.php │ ├── IPPJournalEntryLineDetail.php │ ├── IPPLine.php │ ├── IPPLineDetailTypeEnum.php │ ├── IPPLinkedTxn.php │ ├── IPPMXGlobalInfo.php │ ├── IPPMarkupInfo.php │ ├── IPPMasterAccount.php │ ├── IPPMemoRef.php │ ├── IPPModificationMetaData.php │ ├── IPPMoney.php │ ├── IPPMonthEnum.php │ ├── IPPNameBase.php │ ├── IPPNameValue.php │ ├── IPPNumberTypeCustomFieldDefinition.php │ ├── IPPOLBAccount.php │ ├── IPPOLBStatus.php │ ├── IPPOLBTransaction.php │ ├── IPPOLBTxn.php │ ├── IPPOLBTxnDetail.php │ ├── IPPOLBTxnStatusEnum.php │ ├── IPPOperationEnum.php │ ├── IPPOtherName.php │ ├── IPPOtherPrefs.php │ ├── IPPPaySalesTaxEnum.php │ ├── IPPPayment.php │ ├── IPPPaymentExtendedTypeEnum.php │ ├── IPPPaymentLineDetail.php │ ├── IPPPaymentMethod.php │ ├── IPPPaymentMethodEnum.php │ ├── IPPPaymentStatusEnum.php │ ├── IPPPaymentTypeEnum.php │ ├── IPPPerItemAdjustEnum.php │ ├── IPPPhysicalAddress.php │ ├── IPPPhysicalAddressTypeEnum.php │ ├── IPPPostingTypeEnum.php │ ├── IPPPreferences.php │ ├── IPPPriceLevel.php │ ├── IPPPriceLevelPerItem.php │ ├── IPPPriceLevelTypeEnum.php │ ├── IPPPrintDocumentPrefs.php │ ├── IPPPrintStatusEnum.php │ ├── IPPProductAndServicesPrefs.php │ ├── IPPPurchase.php │ ├── IPPPurchaseByVendor.php │ ├── IPPPurchaseOrder.php │ ├── IPPPurchaseOrderItemLineDetail.php │ ├── IPPPurchaseOrderStatusEnum.php │ ├── IPPQbdtEntityIdMapping.php │ ├── IPPQboEntityTypeEnum.php │ ├── IPPQboEstimateStatusEnum.php │ ├── IPPQueryResponse.php │ ├── IPPRecurringInfo.php │ ├── IPPRecurringScheduleInfo.php │ ├── IPPRecurringTransaction.php │ ├── IPPReferenceType.php │ ├── IPPRefundReceipt.php │ ├── IPPReimbursableTypeEnum.php │ ├── IPPReimburseCharge.php │ ├── IPPReimburseLineDetail.php │ ├── IPPReport.php │ ├── IPPReportBasisEnum.php │ ├── IPPReportHeader.php │ ├── IPPReportPrefs.php │ ├── IPPRoundingMethodEnum.php │ ├── IPPRow.php │ ├── IPPRowTypeEnum.php │ ├── IPPRows.php │ ├── IPPSalesFormsPrefs.php │ ├── IPPSalesItemLineDetail.php │ ├── IPPSalesOrder.php │ ├── IPPSalesOrderItemLineDetail.php │ ├── IPPSalesReceipt.php │ ├── IPPSalesRep.php │ ├── IPPSalesRepTypeEnum.php │ ├── IPPSalesTermTypeEnum.php │ ├── IPPSalesTransaction.php │ ├── IPPServiceTypeEnum.php │ ├── IPPShipMethod.php │ ├── IPPSourceTypeEnum.php │ ├── IPPSpecialItemTypeEnum.php │ ├── IPPSpecialTaxTypeEnum.php │ ├── IPPStatementCharge.php │ ├── IPPStatus.php │ ├── IPPStatusInfo.php │ ├── IPPStringTypeCustomFieldDefinition.php │ ├── IPPSubTotalLineDetail.php │ ├── IPPSubcontractorTypeEnum.php │ ├── IPPSubscriptionPaymentsSettingEnum.php │ ├── IPPSummarizeColumnsByEnum.php │ ├── IPPSummary.php │ ├── IPPSymbolPositionEnum.php │ ├── IPPSyncActivity.php │ ├── IPPSyncError.php │ ├── IPPSyncErrorResponse.php │ ├── IPPSyncErrorType.php │ ├── IPPSyncObject.php │ ├── IPPSyncType.php │ ├── IPPTDSLineDetail.php │ ├── IPPTDSMetadata.php │ ├── IPPTag.php │ ├── IPPTask.php │ ├── IPPTaxAgency.php │ ├── IPPTaxApplicableOnEnum.php │ ├── IPPTaxClassification.php │ ├── IPPTaxCode.php │ ├── IPPTaxFormTypeEnum.php │ ├── IPPTaxLineDetail.php │ ├── IPPTaxPayment.php │ ├── IPPTaxPrefs.php │ ├── IPPTaxRate.php │ ├── IPPTaxRateApplicableOnEnum.php │ ├── IPPTaxRateDetail.php │ ├── IPPTaxRateDetails.php │ ├── IPPTaxRateDisplayTypeEnum.php │ ├── IPPTaxRateList.php │ ├── IPPTaxReportBasisTypeEnum.php │ ├── IPPTaxReturn.php │ ├── IPPTaxReturnStatusEnum.php │ ├── IPPTaxReviewStatusEnum.php │ ├── IPPTaxService.php │ ├── IPPTaxTypeApplicablityEnum.php │ ├── IPPTelephoneDeviceTypeEnum.php │ ├── IPPTelephoneNumber.php │ ├── IPPTelephoneNumberTypeEnum.php │ ├── IPPTemplateName.php │ ├── IPPTemplateTypeEnum.php │ ├── IPPTerm.php │ ├── IPPThresholds.php │ ├── IPPTimeActivity.php │ ├── IPPTimeActivityTypeEnum.php │ ├── IPPTimeEntryUsedForPaychecksEnum.php │ ├── IPPTimeTrackingPrefs.php │ ├── IPPTransaction.php │ ├── IPPTransactionDeliveryInfo.php │ ├── IPPTransactionLocationTypeEnum.php │ ├── IPPTransfer.php │ ├── IPPTxnApprovalInfo.php │ ├── IPPTxnSourceEnum.php │ ├── IPPTxnTaxDetail.php │ ├── IPPTxnTypeEnum.php │ ├── IPPUOM.php │ ├── IPPUOMBaseTypeEnum.php │ ├── IPPUOMConvUnit.php │ ├── IPPUOMFeatureTypeEnum.php │ ├── IPPUOMRef.php │ ├── IPPUser.php │ ├── IPPUserAlert.php │ ├── IPPVendor.php │ ├── IPPVendorAndPurchasesPrefs.php │ ├── IPPVendorBankAccountDetail.php │ ├── IPPVendorCredit.php │ ├── IPPVendorType.php │ ├── IPPWarning.php │ ├── IPPWarnings.php │ ├── IPPWebSiteAddress.php │ ├── IPPWeekEnum.php │ ├── IPPWrapper.php │ ├── IPPcurrencyCode.php │ ├── IPPgender.php │ ├── IPPid.php │ ├── IPPidDomainEnum.php │ ├── IPPobjectNameEnumType.php │ ├── IPPquantity.php │ ├── IPPratio.php │ └── IPPsyncToken.php ├── DataService │ ├── Batch.php │ ├── DataService.php │ ├── IntuitBatchResponse.php │ ├── IntuitCDCResponse.php │ ├── IntuitRecurringTransactionResponse.php │ ├── IntuitResponseStatus.php │ └── RecurringTransactionAdapter.php ├── Diagnostics │ ├── ContentWriter.php │ ├── LogRequestsToDisk.php │ ├── Logger.php │ ├── LoggerBase.php │ ├── TraceLevel.php │ └── TraceLogger.php ├── Exception │ ├── IdsError.php │ ├── IdsException.php │ ├── IdsExceptionManager.php │ ├── SdkException.php │ ├── SdkExceptions │ │ ├── BatchItemsExceededException.php │ │ ├── InvalidParameterException.php │ │ ├── InvalidRealmException.php │ │ ├── InvalidServiceRequestException.php │ │ ├── InvalidTokenException.php │ │ ├── RetryExceededException.php │ │ ├── SerializationException.php │ │ └── ServiceReturnedNoInformationException.php │ ├── SecurityException.php │ ├── ServiceException.php │ └── ValidationException.php ├── Facades │ ├── Account.php │ ├── Bill.php │ ├── BillPayment.php │ ├── CompanyCurrency.php │ ├── CreditMemo.php │ ├── Customer.php │ ├── Department.php │ ├── Deposit.php │ ├── Employee.php │ ├── Estimate.php │ ├── FacadeClassMapper.php │ ├── FacadeConstants.php │ ├── FacadeHelper.php │ ├── Invoice.php │ ├── Item.php │ ├── JournalEntry.php │ ├── Line.php │ ├── Payment.php │ ├── Purchase.php │ ├── PurchaseOrder.php │ ├── QuickBookClass.php │ ├── RefundReceipt.php │ ├── SalesReceipt.php │ ├── TaxAgency.php │ ├── TaxRate.php │ ├── TaxService.php │ ├── Term.php │ ├── TimeActivity.php │ ├── Transfer.php │ ├── Vendor.php │ └── VendorCredit.php ├── Interceptors │ └── ConsoleLoggerInterceptor.php ├── PlatformService │ └── PlatformService.php ├── QueryFilter │ ├── QueryMessage.php │ └── README.txt ├── ReportService │ ├── ReportName.php │ └── ReportService.php ├── Retry │ └── IntuitRetryPolicy.php ├── Security │ ├── OAuthRequestValidator.php │ └── RequestValidator.php ├── Utility.Test │ ├── AllTests.php │ ├── JsonObjectSerializerTest.php │ └── XmlObjectSerializerTest.php ├── Utility │ ├── ArrayUtil.php │ ├── ClassNamingUtil.php │ ├── Configuration │ │ └── ConfigurationManager.php │ ├── DomainEntityBuilder.php │ ├── IntuitErrorHandler.php │ ├── JsonValidator.php │ ├── MetadataExtractor.php │ ├── ReflectionUtil.php │ └── UtilityConstants.php ├── WebhooksService │ ├── DataChangeEvent.php │ ├── Entity.php │ ├── EventNotification.php │ ├── Readme.txt │ ├── TokenVerifier.php │ ├── WebhooksCloudEvent.php │ ├── WebhooksEvent.php │ └── WebhooksService.php ├── XSD │ ├── EntitlementResponse.xsd │ ├── Finance.xjb │ ├── Finance.xsd │ ├── IntuitBaseTypes.xsd │ ├── IntuitNamesTypes.xsd │ ├── IntuitRestServiceDef.xsd │ ├── Report.xsd │ └── SalesTax.xsd ├── XSD2PHP │ ├── LICENSE │ ├── README │ ├── buildDocs.sh │ ├── docs │ │ ├── blank.html │ │ ├── classtrees_default.html │ │ ├── default │ │ │ ├── AbstractWsdl.html │ │ │ ├── AbstractWsdlFactory.html │ │ │ ├── Bind.html │ │ │ ├── Common.html │ │ │ ├── IWsdl.html │ │ │ ├── LegkoTool.html │ │ │ ├── LegkoXML.html │ │ │ ├── NullLogger.html │ │ │ ├── PHPClass.html │ │ │ ├── Php2Xml.html │ │ │ ├── SoapServer.html │ │ │ ├── Wsdl.html │ │ │ ├── WsdlFactory.html │ │ │ ├── Wsdl_1_1.html │ │ │ ├── Wsdl_2_0.html │ │ │ ├── Xsd2Php.html │ │ │ ├── _legko.php.html │ │ │ ├── _mikebevz---xsd2php---Bind.php.html │ │ │ ├── _mikebevz---xsd2php---Common.php.html │ │ │ ├── _mikebevz---xsd2php---LegkoXML.php.html │ │ │ ├── _mikebevz---xsd2php---NullLogger.php.html │ │ │ ├── _mikebevz---xsd2php---PHPClass.php.html │ │ │ ├── _mikebevz---xsd2php---Php2Xml.php.html │ │ │ ├── _mikebevz---xsd2php---SoapServer.php.html │ │ │ ├── _mikebevz---xsd2php---Wsdl.php.html │ │ │ ├── _mikebevz---xsd2php---Xsd2Php.php.html │ │ │ ├── _mikebevz---xsd2php---wsdl---AbstractWsdl.php.html │ │ │ ├── _mikebevz---xsd2php---wsdl---AbstractWsdlFactory.php.html │ │ │ ├── _mikebevz---xsd2php---wsdl---IWsdl.php.html │ │ │ ├── _mikebevz---xsd2php---wsdl---WsdlFactory.php.html │ │ │ ├── _mikebevz---xsd2php---wsdl---Wsdl_1_1.php.html │ │ │ └── _mikebevz---xsd2php---wsdl---Wsdl_2_0.php.html │ │ ├── elementindex.html │ │ ├── elementindex_default.html │ │ ├── errors.html │ │ ├── index.html │ │ ├── li_default.html │ │ ├── media │ │ │ ├── background.png │ │ │ ├── banner.css │ │ │ ├── bg_left.png │ │ │ ├── empty.png │ │ │ ├── style.css │ │ │ └── stylesheet.css │ │ ├── packages.html │ │ └── todolist.html │ ├── lib │ │ └── ZF │ │ │ └── 1.10.7 │ │ │ └── Zend │ │ │ ├── Console │ │ │ ├── Getopt.php │ │ │ └── Getopt │ │ │ │ └── Exception.php │ │ │ ├── Exception.php │ │ │ └── Soap │ │ │ ├── AutoDiscover.php │ │ │ ├── AutoDiscover │ │ │ └── Exception.php │ │ │ ├── Client.php │ │ │ ├── Client │ │ │ ├── Common.php │ │ │ ├── DotNet.php │ │ │ ├── Exception.php │ │ │ └── Local.php │ │ │ ├── Server.php │ │ │ ├── Server │ │ │ └── Exception.php │ │ │ ├── Wsdl.php │ │ │ └── Wsdl │ │ │ ├── Exception.php │ │ │ └── Strategy │ │ │ ├── Abstract.php │ │ │ ├── AnyType.php │ │ │ ├── ArrayOfTypeComplex.php │ │ │ ├── ArrayOfTypeSequence.php │ │ │ ├── Composite.php │ │ │ ├── DefaultComplexType.php │ │ │ └── Interface.php │ ├── resources │ │ ├── ContactCompany │ │ │ └── ContactCompany.xsd │ │ ├── ContactPerson1 │ │ │ └── ContactPerson.xsd │ │ ├── ContactWsdl │ │ │ ├── ContactCompany.xsd │ │ │ └── ContactPerson.xsd │ │ ├── MultiLevelImport │ │ │ ├── ContactPerson.xsd │ │ │ └── common │ │ │ │ ├── CAC.xsd │ │ │ │ ├── CAC_include1.xsd │ │ │ │ ├── CAC_include2.xsd │ │ │ │ ├── CommonSchema1.xsd │ │ │ │ └── UDT.xsd │ │ ├── maven │ │ │ └── maven-v4_0_0.xsd │ │ ├── mets │ │ │ └── mets.xsd │ │ ├── rss20 │ │ │ └── rss-2_0.xsd │ │ ├── simple1 │ │ │ └── simple.xsd │ │ └── ubl2.0 │ │ │ ├── common │ │ │ ├── CCTS_CCT_SchemaModule-2.0.xsd │ │ │ ├── CodeList_CurrencyCode_ISO_7_04.xsd │ │ │ ├── CodeList_LanguageCode_ISO_7_04.xsd │ │ │ ├── CodeList_MIMEMediaTypeCode_IANA_7_04.xsd │ │ │ ├── CodeList_UnitCode_UNECE_7_04.xsd │ │ │ ├── UBL-CommonAggregateComponents-2.0.xsd │ │ │ ├── UBL-CommonBasicComponents-2.0.xsd │ │ │ ├── UBL-CommonExtensionComponents-2.0.xsd │ │ │ ├── UBL-CoreComponentParameters-2.0.xsd │ │ │ ├── UBL-ExtensionContentDatatype-2.0.xsd │ │ │ ├── UBL-QualifiedDatatypes-2.0.xsd │ │ │ └── UnqualifiedDataTypeSchemaModule-2.0.xsd │ │ │ └── maindoc │ │ │ ├── UBL-ApplicationResponse-2.0.xsd │ │ │ ├── UBL-AttachedDocument-2.0.xsd │ │ │ ├── UBL-BillOfLading-2.0.xsd │ │ │ ├── UBL-Catalogue-2.0.xsd │ │ │ ├── UBL-CatalogueDeletion-2.0.xsd │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.0.xsd │ │ │ ├── UBL-CataloguePricingUpdate-2.0.xsd │ │ │ ├── UBL-CatalogueRequest-2.0.xsd │ │ │ ├── UBL-CertificateOfOrigin-2.0.xsd │ │ │ ├── UBL-CreditNote-2.0.xsd │ │ │ ├── UBL-DebitNote-2.0.xsd │ │ │ ├── UBL-DespatchAdvice-2.0.xsd │ │ │ ├── UBL-ForwardingInstructions-2.0.xsd │ │ │ ├── UBL-FreightInvoice-2.0.xsd │ │ │ ├── UBL-Invoice-2.0.xsd │ │ │ ├── UBL-Order-2.0.xsd │ │ │ ├── UBL-OrderCancellation-2.0.xsd │ │ │ ├── UBL-OrderChange-2.0.xsd │ │ │ ├── UBL-OrderResponse-2.0.xsd │ │ │ ├── UBL-OrderResponseSimple-2.0.xsd │ │ │ ├── UBL-PackingList-2.0.xsd │ │ │ ├── UBL-Quotation-2.0.xsd │ │ │ ├── UBL-ReceiptAdvice-2.0.xsd │ │ │ ├── UBL-Reminder-2.0.xsd │ │ │ ├── UBL-RemittanceAdvice-2.0.xsd │ │ │ ├── UBL-RequestForQuotation-2.0.xsd │ │ │ ├── UBL-SelfBilledCreditNote-2.0.xsd │ │ │ ├── UBL-SelfBilledInvoice-2.0.xsd │ │ │ ├── UBL-Statement-2.0.xsd │ │ │ ├── UBL-TransportationStatus-2.0.xsd │ │ │ └── UBL-Waybill-2.0.xsd │ ├── src │ │ ├── com │ │ │ └── mikebevz │ │ │ │ └── xsd2php │ │ │ │ ├── Bind.php │ │ │ │ ├── Common.php │ │ │ │ ├── LegkoXML.php │ │ │ │ ├── NullLogger.php │ │ │ │ ├── PHPClass.php │ │ │ │ ├── Php2Xml.php │ │ │ │ ├── SoapServer.php │ │ │ │ ├── Wsdl.php │ │ │ │ ├── Xsd2Php.php │ │ │ │ ├── wsdl │ │ │ │ ├── AbstractWsdl.php │ │ │ │ ├── AbstractWsdlFactory.php │ │ │ │ ├── IWsdl.php │ │ │ │ ├── WsdlFactory.php │ │ │ │ ├── Wsdl_1_1.php │ │ │ │ └── Wsdl_2_0.php │ │ │ │ └── xsd2php2.xsl │ │ └── tools │ │ │ └── legko.php │ ├── test │ │ ├── BindTest.php │ │ ├── Bootstrap.php │ │ ├── LegkoXMLTestCase.php │ │ ├── Php2XmlTest.php │ │ ├── SoapServerTest.php │ │ ├── WsdlTest.php │ │ ├── Xsd2Php │ │ │ └── MavenXsdTest.php │ │ ├── Xsd2PhpTest.php │ │ ├── data │ │ │ └── expected │ │ │ │ ├── ContactCompany │ │ │ │ ├── BindTest.xml │ │ │ │ ├── ContactCompany.xml │ │ │ │ ├── dk │ │ │ │ │ └── nordsign │ │ │ │ │ │ └── schema │ │ │ │ │ │ ├── ContactCompany │ │ │ │ │ │ ├── AddressType.php │ │ │ │ │ │ └── ContactCompany.php │ │ │ │ │ │ └── ContactPerson │ │ │ │ │ │ ├── ContactPerson.php │ │ │ │ │ │ └── ContactPersonType.php │ │ │ │ ├── generated.xml │ │ │ │ ├── oasis │ │ │ │ │ └── names │ │ │ │ │ │ └── specification │ │ │ │ │ │ └── ubl │ │ │ │ │ │ └── schema │ │ │ │ │ │ └── xsd │ │ │ │ │ │ ├── CommonAggregateComponents_2 │ │ │ │ │ │ ├── AccessoryRelatedItem.php │ │ │ │ │ │ ├── AccountingContact.php │ │ │ │ │ │ ├── AccountingCustomerParty.php │ │ │ │ │ │ ├── AccountingSupplierParty.php │ │ │ │ │ │ ├── ActualPackage.php │ │ │ │ │ │ ├── AdditionalDocumentReference.php │ │ │ │ │ │ ├── AdditionalItemIdentification.php │ │ │ │ │ │ ├── AdditionalItemProperty.php │ │ │ │ │ │ ├── AdditionalTemperature.php │ │ │ │ │ │ ├── Address.php │ │ │ │ │ │ ├── AddressLine.php │ │ │ │ │ │ ├── AddressLineType.php │ │ │ │ │ │ ├── AddressType.php │ │ │ │ │ │ ├── AgentParty.php │ │ │ │ │ │ ├── AirTransport.php │ │ │ │ │ │ ├── AirTransportType.php │ │ │ │ │ │ ├── AllowanceCharge.php │ │ │ │ │ │ ├── AllowanceChargeType.php │ │ │ │ │ │ ├── AlternativeConditionPrice.php │ │ │ │ │ │ ├── AnticipatedMonetaryTotal.php │ │ │ │ │ │ ├── ApplicableAddress.php │ │ │ │ │ │ ├── ApplicableTaxCategory.php │ │ │ │ │ │ ├── ApplicableTerritoryAddress.php │ │ │ │ │ │ ├── Attachment.php │ │ │ │ │ │ ├── AttachmentType.php │ │ │ │ │ │ ├── BillingReference.php │ │ │ │ │ │ ├── BillingReferenceLine.php │ │ │ │ │ │ ├── BillingReferenceLineType.php │ │ │ │ │ │ ├── BillingReferenceType.php │ │ │ │ │ │ ├── Branch.php │ │ │ │ │ │ ├── BranchType.php │ │ │ │ │ │ ├── BuyerContact.php │ │ │ │ │ │ ├── BuyerCustomerParty.php │ │ │ │ │ │ ├── BuyerProposedSubstituteLineItem.php │ │ │ │ │ │ ├── BuyersItemIdentification.php │ │ │ │ │ │ ├── CardAccount.php │ │ │ │ │ │ ├── CardAccountType.php │ │ │ │ │ │ ├── CarrierParty.php │ │ │ │ │ │ ├── CatalogueDocumentReference.php │ │ │ │ │ │ ├── CatalogueItemIdentification.php │ │ │ │ │ │ ├── CatalogueItemSpecificationUpdateLine.php │ │ │ │ │ │ ├── CatalogueItemSpecificationUpdateLineType.php │ │ │ │ │ │ ├── CatalogueLine.php │ │ │ │ │ │ ├── CatalogueLineReference.php │ │ │ │ │ │ ├── CatalogueLineType.php │ │ │ │ │ │ ├── CataloguePricingUpdateLine.php │ │ │ │ │ │ ├── CataloguePricingUpdateLineType.php │ │ │ │ │ │ ├── CatalogueReference.php │ │ │ │ │ │ ├── CatalogueReferenceType.php │ │ │ │ │ │ ├── CatalogueRequestLine.php │ │ │ │ │ │ ├── CatalogueRequestLineType.php │ │ │ │ │ │ ├── CategorizesClassificationCategory.php │ │ │ │ │ │ ├── CertificateOfOriginApplication.php │ │ │ │ │ │ ├── CertificateOfOriginApplicationType.php │ │ │ │ │ │ ├── ClassificationCategory.php │ │ │ │ │ │ ├── ClassificationCategoryType.php │ │ │ │ │ │ ├── ClassificationScheme.php │ │ │ │ │ │ ├── ClassificationSchemeType.php │ │ │ │ │ │ ├── ClassifiedTaxCategory.php │ │ │ │ │ │ ├── CommodityClassification.php │ │ │ │ │ │ ├── CommodityClassificationType.php │ │ │ │ │ │ ├── Communication.php │ │ │ │ │ │ ├── CommunicationType.php │ │ │ │ │ │ ├── ComplementaryRelatedItem.php │ │ │ │ │ │ ├── ComponentRelatedItem.php │ │ │ │ │ │ ├── ConsigneeParty.php │ │ │ │ │ │ ├── Consignment.php │ │ │ │ │ │ ├── ConsignmentType.php │ │ │ │ │ │ ├── ConsignorParty.php │ │ │ │ │ │ ├── Contact.php │ │ │ │ │ │ ├── ContactParty.php │ │ │ │ │ │ ├── ContactType.php │ │ │ │ │ │ ├── ContainedGoodsItem.php │ │ │ │ │ │ ├── ContainedPackage.php │ │ │ │ │ │ ├── Contract.php │ │ │ │ │ │ ├── ContractDocumentReference.php │ │ │ │ │ │ ├── ContractType.php │ │ │ │ │ │ ├── ContractorCustomerParty.php │ │ │ │ │ │ ├── CorporateRegistrationScheme.php │ │ │ │ │ │ ├── CorporateRegistrationSchemeType.php │ │ │ │ │ │ ├── Country.php │ │ │ │ │ │ ├── CountryType.php │ │ │ │ │ │ ├── CreditAccount.php │ │ │ │ │ │ ├── CreditAccountType.php │ │ │ │ │ │ ├── CreditNoteDocumentReference.php │ │ │ │ │ │ ├── CreditNoteLine.php │ │ │ │ │ │ ├── CreditNoteLineType.php │ │ │ │ │ │ ├── CurrentStatus.php │ │ │ │ │ │ ├── CustomerParty.php │ │ │ │ │ │ ├── CustomerPartyType.php │ │ │ │ │ │ ├── DebitNoteDocumentReference.php │ │ │ │ │ │ ├── DebitNoteLine.php │ │ │ │ │ │ ├── DebitNoteLineType.php │ │ │ │ │ │ ├── DefaultLanguage.php │ │ │ │ │ │ ├── DeletedCatalogueReference.php │ │ │ │ │ │ ├── Delivery.php │ │ │ │ │ │ ├── DeliveryAddress.php │ │ │ │ │ │ ├── DeliveryContact.php │ │ │ │ │ │ ├── DeliveryCustomerParty.php │ │ │ │ │ │ ├── DeliveryLocation.php │ │ │ │ │ │ ├── DeliveryParty.php │ │ │ │ │ │ ├── DeliveryTerms.php │ │ │ │ │ │ ├── DeliveryTermsType.php │ │ │ │ │ │ ├── DeliveryType.php │ │ │ │ │ │ ├── DeliveryUnit.php │ │ │ │ │ │ ├── DeliveryUnitType.php │ │ │ │ │ │ ├── Despatch.php │ │ │ │ │ │ ├── DespatchAddress.php │ │ │ │ │ │ ├── DespatchContact.php │ │ │ │ │ │ ├── DespatchDocumentReference.php │ │ │ │ │ │ ├── DespatchLine.php │ │ │ │ │ │ ├── DespatchLineReference.php │ │ │ │ │ │ ├── DespatchLineType.php │ │ │ │ │ │ ├── DespatchParty.php │ │ │ │ │ │ ├── DespatchSupplierParty.php │ │ │ │ │ │ ├── DespatchType.php │ │ │ │ │ │ ├── DestinationCountry.php │ │ │ │ │ │ ├── DigitalSignatureAttachment.php │ │ │ │ │ │ ├── Dimension.php │ │ │ │ │ │ ├── DimensionType.php │ │ │ │ │ │ ├── DiscrepancyResponse.php │ │ │ │ │ │ ├── DocumentDistribution.php │ │ │ │ │ │ ├── DocumentDistributionType.php │ │ │ │ │ │ ├── DocumentReference.php │ │ │ │ │ │ ├── DocumentReferenceType.php │ │ │ │ │ │ ├── DocumentResponse.php │ │ │ │ │ │ ├── DocumentResponseType.php │ │ │ │ │ │ ├── EmbassyEndorsement.php │ │ │ │ │ │ ├── EmergencyTemperature.php │ │ │ │ │ │ ├── Endorsement.php │ │ │ │ │ │ ├── EndorsementType.php │ │ │ │ │ │ ├── EndorserParty.php │ │ │ │ │ │ ├── EndorserPartyType.php │ │ │ │ │ │ ├── EstimatedDeliveryPeriod.php │ │ │ │ │ │ ├── ExchangeRate.php │ │ │ │ │ │ ├── ExchangeRateType.php │ │ │ │ │ │ ├── ExportCountry.php │ │ │ │ │ │ ├── ExporterParty.php │ │ │ │ │ │ ├── ExternalReference.php │ │ │ │ │ │ ├── ExternalReferenceType.php │ │ │ │ │ │ ├── FinalDeliveryParty.php │ │ │ │ │ │ ├── FinalDeliveryTransportationService.php │ │ │ │ │ │ ├── FinalDestinationCountry.php │ │ │ │ │ │ ├── FinancialAccount.php │ │ │ │ │ │ ├── FinancialAccountType.php │ │ │ │ │ │ ├── FinancialInstitution.php │ │ │ │ │ │ ├── FinancialInstitutionBranch.php │ │ │ │ │ │ ├── FinancialInstitutionType.php │ │ │ │ │ │ ├── FirstArrivalPortLocation.php │ │ │ │ │ │ ├── FlashpointTemperature.php │ │ │ │ │ │ ├── ForeignExchangeContract.php │ │ │ │ │ │ ├── FreightAllowanceCharge.php │ │ │ │ │ │ ├── FreightForwarderParty.php │ │ │ │ │ │ ├── GoodsItem.php │ │ │ │ │ │ ├── GoodsItemContainer.php │ │ │ │ │ │ ├── GoodsItemContainerType.php │ │ │ │ │ │ ├── GoodsItemType.php │ │ │ │ │ │ ├── HandlingUnitDespatchLine.php │ │ │ │ │ │ ├── HazardousGoodsTransit.php │ │ │ │ │ │ ├── HazardousGoodsTransitType.php │ │ │ │ │ │ ├── HazardousItem.php │ │ │ │ │ │ ├── HazardousItemType.php │ │ │ │ │ │ ├── ImporterParty.php │ │ │ │ │ │ ├── InformationContentProviderParty.php │ │ │ │ │ │ ├── InsuranceEndorsement.php │ │ │ │ │ │ ├── InvoiceDocumentReference.php │ │ │ │ │ │ ├── InvoiceLine.php │ │ │ │ │ │ ├── InvoiceLineType.php │ │ │ │ │ │ ├── InvoicePeriod.php │ │ │ │ │ │ ├── IssuerEndorsement.php │ │ │ │ │ │ ├── IssuerParty.php │ │ │ │ │ │ ├── IssuingCountry.php │ │ │ │ │ │ ├── Item.php │ │ │ │ │ │ ├── ItemComparison.php │ │ │ │ │ │ ├── ItemComparisonType.php │ │ │ │ │ │ ├── ItemIdentification.php │ │ │ │ │ │ ├── ItemIdentificationType.php │ │ │ │ │ │ ├── ItemInstance.php │ │ │ │ │ │ ├── ItemInstanceType.php │ │ │ │ │ │ ├── ItemLocationQuantity.php │ │ │ │ │ │ ├── ItemLocationQuantityType.php │ │ │ │ │ │ ├── ItemProperty.php │ │ │ │ │ │ ├── ItemPropertyGroup.php │ │ │ │ │ │ ├── ItemPropertyGroupType.php │ │ │ │ │ │ ├── ItemPropertyType.php │ │ │ │ │ │ ├── ItemSpecificationDocumentReference.php │ │ │ │ │ │ ├── ItemType.php │ │ │ │ │ │ ├── JurisdictionRegionAddress.php │ │ │ │ │ │ ├── Language.php │ │ │ │ │ │ ├── LanguageType.php │ │ │ │ │ │ ├── LastExitPortLocation.php │ │ │ │ │ │ ├── LegalMonetaryTotal.php │ │ │ │ │ │ ├── LineItem.php │ │ │ │ │ │ ├── LineItemType.php │ │ │ │ │ │ ├── LineReference.php │ │ │ │ │ │ ├── LineReferenceType.php │ │ │ │ │ │ ├── LineResponse.php │ │ │ │ │ │ ├── LineResponseType.php │ │ │ │ │ │ ├── LineValidityPeriod.php │ │ │ │ │ │ ├── LoadingLocation.php │ │ │ │ │ │ ├── LoadingPortLocation.php │ │ │ │ │ │ ├── LoadingProofParty.php │ │ │ │ │ │ ├── Location.php │ │ │ │ │ │ ├── LocationCoordinate.php │ │ │ │ │ │ ├── LocationCoordinateType.php │ │ │ │ │ │ ├── LocationType.php │ │ │ │ │ │ ├── LotIdentification.php │ │ │ │ │ │ ├── LotIdentificationType.php │ │ │ │ │ │ ├── ManufacturerParty.php │ │ │ │ │ │ ├── ManufacturersItemIdentification.php │ │ │ │ │ │ ├── MaritimeTransport.php │ │ │ │ │ │ ├── MaritimeTransportType.php │ │ │ │ │ │ ├── MaximumTemperature.php │ │ │ │ │ │ ├── MeasurementDimension.php │ │ │ │ │ │ ├── MinimumTemperature.php │ │ │ │ │ │ ├── MonetaryTotal.php │ │ │ │ │ │ ├── MonetaryTotalType.php │ │ │ │ │ │ ├── NotifyParty.php │ │ │ │ │ │ ├── OrderDocumentReference.php │ │ │ │ │ │ ├── OrderLine.php │ │ │ │ │ │ ├── OrderLineReference.php │ │ │ │ │ │ ├── OrderLineReferenceType.php │ │ │ │ │ │ ├── OrderLineType.php │ │ │ │ │ │ ├── OrderReference.php │ │ │ │ │ │ ├── OrderReferenceType.php │ │ │ │ │ │ ├── OrderedShipment.php │ │ │ │ │ │ ├── OrderedShipmentType.php │ │ │ │ │ │ ├── OriginAddress.php │ │ │ │ │ │ ├── OriginCountry.php │ │ │ │ │ │ ├── OriginalDepartureCountry.php │ │ │ │ │ │ ├── OriginalDespatchParty.php │ │ │ │ │ │ ├── OriginalDespatchTransportationService.php │ │ │ │ │ │ ├── OriginalDocumentReference.php │ │ │ │ │ │ ├── OriginalItemLocationQuantity.php │ │ │ │ │ │ ├── OriginatorCustomerParty.php │ │ │ │ │ │ ├── OriginatorDocumentReference.php │ │ │ │ │ │ ├── OriginatorParty.php │ │ │ │ │ │ ├── OtherCommunication.php │ │ │ │ │ │ ├── OwnerParty.php │ │ │ │ │ │ ├── Package.php │ │ │ │ │ │ ├── PackageType.php │ │ │ │ │ │ ├── Party.php │ │ │ │ │ │ ├── PartyIdentification.php │ │ │ │ │ │ ├── PartyIdentificationType.php │ │ │ │ │ │ ├── PartyLegalEntity.php │ │ │ │ │ │ ├── PartyLegalEntityType.php │ │ │ │ │ │ ├── PartyName.php │ │ │ │ │ │ ├── PartyNameType.php │ │ │ │ │ │ ├── PartyTaxScheme.php │ │ │ │ │ │ ├── PartyTaxSchemeType.php │ │ │ │ │ │ ├── PartyType.php │ │ │ │ │ │ ├── PayeeFinancialAccount.php │ │ │ │ │ │ ├── PayeeParty.php │ │ │ │ │ │ ├── PayerFinancialAccount.php │ │ │ │ │ │ ├── Payment.php │ │ │ │ │ │ ├── PaymentAlternativeExchangeRate.php │ │ │ │ │ │ ├── PaymentExchangeRate.php │ │ │ │ │ │ ├── PaymentMeans.php │ │ │ │ │ │ ├── PaymentMeansType.php │ │ │ │ │ │ ├── PaymentTerms.php │ │ │ │ │ │ ├── PaymentTermsType.php │ │ │ │ │ │ ├── PaymentType.php │ │ │ │ │ │ ├── PenaltyPeriod.php │ │ │ │ │ │ ├── Period.php │ │ │ │ │ │ ├── PeriodType.php │ │ │ │ │ │ ├── Person.php │ │ │ │ │ │ ├── PersonType.php │ │ │ │ │ │ ├── PhysicalAttribute.php │ │ │ │ │ │ ├── PhysicalAttributeType.php │ │ │ │ │ │ ├── PhysicalLocation.php │ │ │ │ │ │ ├── PostalAddress.php │ │ │ │ │ │ ├── PrepaidPayment.php │ │ │ │ │ │ ├── PreparationParty.php │ │ │ │ │ │ ├── PreviousPriceList.php │ │ │ │ │ │ ├── Price.php │ │ │ │ │ │ ├── PriceList.php │ │ │ │ │ │ ├── PriceListType.php │ │ │ │ │ │ ├── PriceType.php │ │ │ │ │ │ ├── PricingExchangeRate.php │ │ │ │ │ │ ├── PricingReference.php │ │ │ │ │ │ ├── PricingReferenceType.php │ │ │ │ │ │ ├── PromisedDeliveryPeriod.php │ │ │ │ │ │ ├── ProviderParty.php │ │ │ │ │ │ ├── QuotationDocumentReference.php │ │ │ │ │ │ ├── QuotationLine.php │ │ │ │ │ │ ├── QuotationLineReference.php │ │ │ │ │ │ ├── QuotationLineType.php │ │ │ │ │ │ ├── QuotedMonetaryTotal.php │ │ │ │ │ │ ├── RailTransport.php │ │ │ │ │ │ ├── RailTransportType.php │ │ │ │ │ │ ├── ReceiptDocumentReference.php │ │ │ │ │ │ ├── ReceiptLine.php │ │ │ │ │ │ ├── ReceiptLineReference.php │ │ │ │ │ │ ├── ReceiptLineType.php │ │ │ │ │ │ ├── ReceivedHandlingUnitReceiptLine.php │ │ │ │ │ │ ├── ReceiverParty.php │ │ │ │ │ │ ├── RecipientParty.php │ │ │ │ │ │ ├── ReferencedContract.php │ │ │ │ │ │ ├── RegistrationAddress.php │ │ │ │ │ │ ├── RelatedCatalogueReference.php │ │ │ │ │ │ ├── RelatedItem.php │ │ │ │ │ │ ├── RelatedItemType.php │ │ │ │ │ │ ├── ReminderDocumentReference.php │ │ │ │ │ │ ├── ReminderLine.php │ │ │ │ │ │ ├── ReminderLineType.php │ │ │ │ │ │ ├── ReminderPeriod.php │ │ │ │ │ │ ├── RemittanceAdviceLine.php │ │ │ │ │ │ ├── RemittanceAdviceLineType.php │ │ │ │ │ │ ├── ReplacementRelatedItem.php │ │ │ │ │ │ ├── ReportedShipment.php │ │ │ │ │ │ ├── RequestForQuotationDocumentReference.php │ │ │ │ │ │ ├── RequestForQuotationLine.php │ │ │ │ │ │ ├── RequestForQuotationLineType.php │ │ │ │ │ │ ├── RequestedCatalogueReference.php │ │ │ │ │ │ ├── RequestedClassificationScheme.php │ │ │ │ │ │ ├── RequestedDeliveryPeriod.php │ │ │ │ │ │ ├── RequestedLanguage.php │ │ │ │ │ │ ├── RequestedMonetaryTotal.php │ │ │ │ │ │ ├── RequiredItemLocationQuantity.php │ │ │ │ │ │ ├── RequiredRelatedItem.php │ │ │ │ │ │ ├── Response.php │ │ │ │ │ │ ├── ResponseType.php │ │ │ │ │ │ ├── RoadTransport.php │ │ │ │ │ │ ├── RoadTransportType.php │ │ │ │ │ │ ├── SecondaryHazard.php │ │ │ │ │ │ ├── SecondaryHazardType.php │ │ │ │ │ │ ├── SelfBilledCreditNoteDocumentReference.php │ │ │ │ │ │ ├── SelfBilledInvoiceDocumentReference.php │ │ │ │ │ │ ├── SellerContact.php │ │ │ │ │ │ ├── SellerProposedSubstituteLineItem.php │ │ │ │ │ │ ├── SellerSubstitutedLineItem.php │ │ │ │ │ │ ├── SellerSupplierParty.php │ │ │ │ │ │ ├── SellersItemIdentification.php │ │ │ │ │ │ ├── SenderParty.php │ │ │ │ │ │ ├── SettlementPeriod.php │ │ │ │ │ │ ├── Shipment.php │ │ │ │ │ │ ├── ShipmentStage.php │ │ │ │ │ │ ├── ShipmentStageType.php │ │ │ │ │ │ ├── ShipmentType.php │ │ │ │ │ │ ├── SignatoryContact.php │ │ │ │ │ │ ├── SignatoryParty.php │ │ │ │ │ │ ├── Signature.php │ │ │ │ │ │ ├── SignatureType.php │ │ │ │ │ │ ├── StandardItemIdentification.php │ │ │ │ │ │ ├── StatementDocumentReference.php │ │ │ │ │ │ ├── StatementLine.php │ │ │ │ │ │ ├── StatementLineType.php │ │ │ │ │ │ ├── StatementPeriod.php │ │ │ │ │ │ ├── Status.php │ │ │ │ │ │ ├── StatusType.php │ │ │ │ │ │ ├── Stowage.php │ │ │ │ │ │ ├── StowageType.php │ │ │ │ │ │ ├── SupplierParty.php │ │ │ │ │ │ ├── SupplierPartyType.php │ │ │ │ │ │ ├── SupportingDocumentReference.php │ │ │ │ │ │ ├── TaxCategory.php │ │ │ │ │ │ ├── TaxCategoryType.php │ │ │ │ │ │ ├── TaxExchangeRate.php │ │ │ │ │ │ ├── TaxRepresentativeParty.php │ │ │ │ │ │ ├── TaxScheme.php │ │ │ │ │ │ ├── TaxSchemeType.php │ │ │ │ │ │ ├── TaxSubtotal.php │ │ │ │ │ │ ├── TaxSubtotalType.php │ │ │ │ │ │ ├── TaxTotal.php │ │ │ │ │ │ ├── TaxTotalType.php │ │ │ │ │ │ ├── Temperature.php │ │ │ │ │ │ ├── TemperatureType.php │ │ │ │ │ │ ├── TradingTerms.php │ │ │ │ │ │ ├── TradingTermsType.php │ │ │ │ │ │ ├── TransactionConditions.php │ │ │ │ │ │ ├── TransactionConditionsType.php │ │ │ │ │ │ ├── TransitCountry.php │ │ │ │ │ │ ├── TransitPeriod.php │ │ │ │ │ │ ├── TransportContract.php │ │ │ │ │ │ ├── TransportEquipment.php │ │ │ │ │ │ ├── TransportEquipmentSeal.php │ │ │ │ │ │ ├── TransportEquipmentSealType.php │ │ │ │ │ │ ├── TransportEquipmentType.php │ │ │ │ │ │ ├── TransportEvent.php │ │ │ │ │ │ ├── TransportEventType.php │ │ │ │ │ │ ├── TransportHandlingUnit.php │ │ │ │ │ │ ├── TransportHandlingUnitType.php │ │ │ │ │ │ ├── TransportMeans.php │ │ │ │ │ │ ├── TransportMeansType.php │ │ │ │ │ │ ├── TransportationService.php │ │ │ │ │ │ ├── TransportationServiceType.php │ │ │ │ │ │ ├── TransshipPortLocation.php │ │ │ │ │ │ ├── UnloadingPortLocation.php │ │ │ │ │ │ ├── UsabilityPeriod.php │ │ │ │ │ │ ├── ValidityPeriod.php │ │ │ │ │ │ ├── WarrantyParty.php │ │ │ │ │ │ └── WarrantyValidityPeriod.php │ │ │ │ │ │ ├── CommonBasicComponents_2 │ │ │ │ │ │ ├── AcceptedIndicator.php │ │ │ │ │ │ ├── AcceptedIndicatorType.php │ │ │ │ │ │ ├── AccountID.php │ │ │ │ │ │ ├── AccountIDType.php │ │ │ │ │ │ ├── AccountNumberID.php │ │ │ │ │ │ ├── AccountNumberIDType.php │ │ │ │ │ │ ├── AccountTypeCode.php │ │ │ │ │ │ ├── AccountTypeCodeType.php │ │ │ │ │ │ ├── AccountingCost.php │ │ │ │ │ │ ├── AccountingCostCode.php │ │ │ │ │ │ ├── AccountingCostCodeType.php │ │ │ │ │ │ ├── AccountingCostType.php │ │ │ │ │ │ ├── ActionCode.php │ │ │ │ │ │ ├── ActionCodeType.php │ │ │ │ │ │ ├── ActualDeliveryDate.php │ │ │ │ │ │ ├── ActualDeliveryDateType.php │ │ │ │ │ │ ├── ActualDeliveryTime.php │ │ │ │ │ │ ├── ActualDeliveryTimeType.php │ │ │ │ │ │ ├── ActualDespatchDate.php │ │ │ │ │ │ ├── ActualDespatchDateType.php │ │ │ │ │ │ ├── ActualDespatchTime.php │ │ │ │ │ │ ├── ActualDespatchTimeType.php │ │ │ │ │ │ ├── AdValoremIndicator.php │ │ │ │ │ │ ├── AdValoremIndicatorType.php │ │ │ │ │ │ ├── AdditionalAccountID.php │ │ │ │ │ │ ├── AdditionalAccountIDType.php │ │ │ │ │ │ ├── AdditionalInformation.php │ │ │ │ │ │ ├── AdditionalInformationType.php │ │ │ │ │ │ ├── AdditionalStreetName.php │ │ │ │ │ │ ├── AdditionalStreetNameType.php │ │ │ │ │ │ ├── AddressFormatCode.php │ │ │ │ │ │ ├── AddressFormatCodeType.php │ │ │ │ │ │ ├── AddressTypeCode.php │ │ │ │ │ │ ├── AddressTypeCodeType.php │ │ │ │ │ │ ├── AgencyID.php │ │ │ │ │ │ ├── AgencyIDType.php │ │ │ │ │ │ ├── AgencyName.php │ │ │ │ │ │ ├── AgencyNameType.php │ │ │ │ │ │ ├── AircraftID.php │ │ │ │ │ │ ├── AircraftIDType.php │ │ │ │ │ │ ├── AllowanceChargeReason.php │ │ │ │ │ │ ├── AllowanceChargeReasonCode.php │ │ │ │ │ │ ├── AllowanceChargeReasonCodeType.php │ │ │ │ │ │ ├── AllowanceChargeReasonType.php │ │ │ │ │ │ ├── AllowanceTotalAmount.php │ │ │ │ │ │ ├── AllowanceTotalAmountType.php │ │ │ │ │ │ ├── Amount.php │ │ │ │ │ │ ├── AmountType.php │ │ │ │ │ │ ├── ApplicationID.php │ │ │ │ │ │ ├── ApplicationIDType.php │ │ │ │ │ │ ├── ApplicationStatusCode.php │ │ │ │ │ │ ├── ApplicationStatusCodeType.php │ │ │ │ │ │ ├── ApprovalStatus.php │ │ │ │ │ │ ├── ApprovalStatusType.php │ │ │ │ │ │ ├── AttributeID.php │ │ │ │ │ │ ├── AttributeIDType.php │ │ │ │ │ │ ├── BackOrderAllowedIndicator.php │ │ │ │ │ │ ├── BackOrderAllowedIndicatorType.php │ │ │ │ │ │ ├── BackorderQuantity.php │ │ │ │ │ │ ├── BackorderQuantityType.php │ │ │ │ │ │ ├── BackorderReason.php │ │ │ │ │ │ ├── BackorderReasonType.php │ │ │ │ │ │ ├── BalanceAmount.php │ │ │ │ │ │ ├── BalanceAmountType.php │ │ │ │ │ │ ├── BalanceBroughtForwardIndicator.php │ │ │ │ │ │ ├── BalanceBroughtForwardIndicatorType.php │ │ │ │ │ │ ├── BaseAmount.php │ │ │ │ │ │ ├── BaseAmountType.php │ │ │ │ │ │ ├── BaseQuantity.php │ │ │ │ │ │ ├── BaseQuantityType.php │ │ │ │ │ │ ├── BaseUnitMeasure.php │ │ │ │ │ │ ├── BaseUnitMeasureType.php │ │ │ │ │ │ ├── BatchQuantity.php │ │ │ │ │ │ ├── BatchQuantityType.php │ │ │ │ │ │ ├── BlockName.php │ │ │ │ │ │ ├── BlockNameType.php │ │ │ │ │ │ ├── BrandName.php │ │ │ │ │ │ ├── BrandNameType.php │ │ │ │ │ │ ├── BuildingName.php │ │ │ │ │ │ ├── BuildingNameType.php │ │ │ │ │ │ ├── BuildingNumber.php │ │ │ │ │ │ ├── BuildingNumberType.php │ │ │ │ │ │ ├── CV2ID.php │ │ │ │ │ │ ├── CV2IDType.php │ │ │ │ │ │ ├── CalculationRate.php │ │ │ │ │ │ ├── CalculationRateType.php │ │ │ │ │ │ ├── CalculationSequenceNumeric.php │ │ │ │ │ │ ├── CalculationSequenceNumericType.php │ │ │ │ │ │ ├── CancellationNote.php │ │ │ │ │ │ ├── CancellationNoteType.php │ │ │ │ │ │ ├── CanonicalizationMethod.php │ │ │ │ │ │ ├── CanonicalizationMethodType.php │ │ │ │ │ │ ├── CardChipCode.php │ │ │ │ │ │ ├── CardChipCodeType.php │ │ │ │ │ │ ├── CardTypeCode.php │ │ │ │ │ │ ├── CardTypeCodeType.php │ │ │ │ │ │ ├── CargoTypeCode.php │ │ │ │ │ │ ├── CargoTypeCodeType.php │ │ │ │ │ │ ├── CarrierAssignedID.php │ │ │ │ │ │ ├── CarrierAssignedIDType.php │ │ │ │ │ │ ├── CatalogueIndicator.php │ │ │ │ │ │ ├── CatalogueIndicatorType.php │ │ │ │ │ │ ├── CategoryName.php │ │ │ │ │ │ ├── CategoryNameType.php │ │ │ │ │ │ ├── CertificateType.php │ │ │ │ │ │ ├── CertificateTypeType.php │ │ │ │ │ │ ├── Channel.php │ │ │ │ │ │ ├── ChannelCode.php │ │ │ │ │ │ ├── ChannelCodeType.php │ │ │ │ │ │ ├── ChannelType.php │ │ │ │ │ │ ├── ChargeIndicator.php │ │ │ │ │ │ ├── ChargeIndicatorType.php │ │ │ │ │ │ ├── ChargeTotalAmount.php │ │ │ │ │ │ ├── ChargeTotalAmountType.php │ │ │ │ │ │ ├── ChargeableWeightMeasure.php │ │ │ │ │ │ ├── ChargeableWeightMeasureType.php │ │ │ │ │ │ ├── ChipApplicationID.php │ │ │ │ │ │ ├── ChipApplicationIDType.php │ │ │ │ │ │ ├── CityName.php │ │ │ │ │ │ ├── CityNameType.php │ │ │ │ │ │ ├── CitySubdivisionName.php │ │ │ │ │ │ ├── CitySubdivisionNameType.php │ │ │ │ │ │ ├── ClassifiedIndicator.php │ │ │ │ │ │ ├── ClassifiedIndicatorType.php │ │ │ │ │ │ ├── CodeValue.php │ │ │ │ │ │ ├── CodeValueType.php │ │ │ │ │ │ ├── CommodityCode.php │ │ │ │ │ │ ├── CommodityCodeType.php │ │ │ │ │ │ ├── CompanyID.php │ │ │ │ │ │ ├── CompanyIDType.php │ │ │ │ │ │ ├── CompletionIndicator.php │ │ │ │ │ │ ├── CompletionIndicatorType.php │ │ │ │ │ │ ├── Condition.php │ │ │ │ │ │ ├── ConditionCode.php │ │ │ │ │ │ ├── ConditionCodeType.php │ │ │ │ │ │ ├── ConditionType.php │ │ │ │ │ │ ├── Conditions.php │ │ │ │ │ │ ├── ConditionsType.php │ │ │ │ │ │ ├── ConsumerUnitQuantity.php │ │ │ │ │ │ ├── ConsumerUnitQuantityType.php │ │ │ │ │ │ ├── ContentUnitQuantity.php │ │ │ │ │ │ ├── ContentUnitQuantityType.php │ │ │ │ │ │ ├── ContractSubdivision.php │ │ │ │ │ │ ├── ContractSubdivisionType.php │ │ │ │ │ │ ├── ContractType.php │ │ │ │ │ │ ├── ContractTypeCode.php │ │ │ │ │ │ ├── ContractTypeCodeType.php │ │ │ │ │ │ ├── ContractTypeType.php │ │ │ │ │ │ ├── CoordinateSystemCode.php │ │ │ │ │ │ ├── CoordinateSystemCodeType.php │ │ │ │ │ │ ├── CopiesNumeric.php │ │ │ │ │ │ ├── CopiesNumericType.php │ │ │ │ │ │ ├── CopyIndicator.php │ │ │ │ │ │ ├── CopyIndicatorType.php │ │ │ │ │ │ ├── CorporateRegistrationTypeCode.php │ │ │ │ │ │ ├── CorporateRegistrationTypeCodeType.php │ │ │ │ │ │ ├── CountrySubentity.php │ │ │ │ │ │ ├── CountrySubentityCode.php │ │ │ │ │ │ ├── CountrySubentityCodeType.php │ │ │ │ │ │ ├── CountrySubentityType.php │ │ │ │ │ │ ├── CreditAmount.php │ │ │ │ │ │ ├── CreditAmountType.php │ │ │ │ │ │ ├── CreditLineAmount.php │ │ │ │ │ │ ├── CreditLineAmountType.php │ │ │ │ │ │ ├── CreditedQuantity.php │ │ │ │ │ │ ├── CreditedQuantityType.php │ │ │ │ │ │ ├── CurrencyBaseRate.php │ │ │ │ │ │ ├── CurrencyBaseRateType.php │ │ │ │ │ │ ├── CurrencyCode.php │ │ │ │ │ │ ├── CurrencyCodeType.php │ │ │ │ │ │ ├── CustomerAssignedAccountID.php │ │ │ │ │ │ ├── CustomerAssignedAccountIDType.php │ │ │ │ │ │ ├── CustomerReference.php │ │ │ │ │ │ ├── CustomerReferenceType.php │ │ │ │ │ │ ├── CustomizationID.php │ │ │ │ │ │ ├── CustomizationIDType.php │ │ │ │ │ │ ├── CustomsID.php │ │ │ │ │ │ ├── CustomsIDType.php │ │ │ │ │ │ ├── CustomsImportClassifiedIndicator.php │ │ │ │ │ │ ├── CustomsImportClassifiedIndicatorType.php │ │ │ │ │ │ ├── CustomsStatusCode.php │ │ │ │ │ │ ├── CustomsStatusCodeType.php │ │ │ │ │ │ ├── CustomsTariffQuantity.php │ │ │ │ │ │ ├── CustomsTariffQuantityType.php │ │ │ │ │ │ ├── DamageRemarks.php │ │ │ │ │ │ ├── DamageRemarksType.php │ │ │ │ │ │ ├── DataSendingCapability.php │ │ │ │ │ │ ├── DataSendingCapabilityType.php │ │ │ │ │ │ ├── Date.php │ │ │ │ │ │ ├── DateType.php │ │ │ │ │ │ ├── DebitAmount.php │ │ │ │ │ │ ├── DebitAmountType.php │ │ │ │ │ │ ├── DebitLineAmount.php │ │ │ │ │ │ ├── DebitLineAmountType.php │ │ │ │ │ │ ├── DebitedQuantity.php │ │ │ │ │ │ ├── DebitedQuantityType.php │ │ │ │ │ │ ├── DeclaredCarriageValueAmount.php │ │ │ │ │ │ ├── DeclaredCarriageValueAmountType.php │ │ │ │ │ │ ├── DeclaredCustomsValueAmount.php │ │ │ │ │ │ ├── DeclaredCustomsValueAmountType.php │ │ │ │ │ │ ├── DeclaredForCarriageValueAmount.php │ │ │ │ │ │ ├── DeclaredForCarriageValueAmountType.php │ │ │ │ │ │ ├── DeclaredStatisticsValueAmount.php │ │ │ │ │ │ ├── DeclaredStatisticsValueAmountType.php │ │ │ │ │ │ ├── DegreesMeasure.php │ │ │ │ │ │ ├── DegreesMeasureType.php │ │ │ │ │ │ ├── DeliveredQuantity.php │ │ │ │ │ │ ├── DeliveredQuantityType.php │ │ │ │ │ │ ├── DeliveryDate.php │ │ │ │ │ │ ├── DeliveryDateType.php │ │ │ │ │ │ ├── DeliveryInstructions.php │ │ │ │ │ │ ├── DeliveryInstructionsType.php │ │ │ │ │ │ ├── DeliveryTime.php │ │ │ │ │ │ ├── DeliveryTimeType.php │ │ │ │ │ │ ├── Department.php │ │ │ │ │ │ ├── DepartmentType.php │ │ │ │ │ │ ├── Description.php │ │ │ │ │ │ ├── DescriptionCode.php │ │ │ │ │ │ ├── DescriptionCodeType.php │ │ │ │ │ │ ├── DescriptionType.php │ │ │ │ │ │ ├── DespatchAdviceTypeCode.php │ │ │ │ │ │ ├── DespatchAdviceTypeCodeType.php │ │ │ │ │ │ ├── DespatchDate.php │ │ │ │ │ │ ├── DespatchDateType.php │ │ │ │ │ │ ├── DespatchTime.php │ │ │ │ │ │ ├── DespatchTimeType.php │ │ │ │ │ │ ├── DirectionCode.php │ │ │ │ │ │ ├── DirectionCodeType.php │ │ │ │ │ │ ├── DiscountPercent.php │ │ │ │ │ │ ├── DiscountPercentType.php │ │ │ │ │ │ ├── DispositionCode.php │ │ │ │ │ │ ├── DispositionCodeType.php │ │ │ │ │ │ ├── District.php │ │ │ │ │ │ ├── DistrictType.php │ │ │ │ │ │ ├── DocumentBinaryObject.php │ │ │ │ │ │ ├── DocumentBinaryObjectType.php │ │ │ │ │ │ ├── DocumentCurrencyCode.php │ │ │ │ │ │ ├── DocumentCurrencyCodeType.php │ │ │ │ │ │ ├── DocumentHash.php │ │ │ │ │ │ ├── DocumentHashType.php │ │ │ │ │ │ ├── DocumentID.php │ │ │ │ │ │ ├── DocumentIDType.php │ │ │ │ │ │ ├── DocumentStatusCode.php │ │ │ │ │ │ ├── DocumentStatusCodeType.php │ │ │ │ │ │ ├── DocumentType.php │ │ │ │ │ │ ├── DocumentTypeCode.php │ │ │ │ │ │ ├── DocumentTypeCodeType.php │ │ │ │ │ │ ├── DocumentTypeType.php │ │ │ │ │ │ ├── DurationMeasure.php │ │ │ │ │ │ ├── DurationMeasureType.php │ │ │ │ │ │ ├── ElectronicMail.php │ │ │ │ │ │ ├── ElectronicMailType.php │ │ │ │ │ │ ├── EmbeddedDocumentBinaryObject.php │ │ │ │ │ │ ├── EmbeddedDocumentBinaryObjectType.php │ │ │ │ │ │ ├── EmergencyProceduresCode.php │ │ │ │ │ │ ├── EmergencyProceduresCodeType.php │ │ │ │ │ │ ├── EndDate.php │ │ │ │ │ │ ├── EndDateType.php │ │ │ │ │ │ ├── EndTime.php │ │ │ │ │ │ ├── EndTimeType.php │ │ │ │ │ │ ├── EndpointID.php │ │ │ │ │ │ ├── EndpointIDType.php │ │ │ │ │ │ ├── EstimatedDespatchDate.php │ │ │ │ │ │ ├── EstimatedDespatchDateType.php │ │ │ │ │ │ ├── EstimatedDespatchTime.php │ │ │ │ │ │ ├── EstimatedDespatchTimeType.php │ │ │ │ │ │ ├── EventCode.php │ │ │ │ │ │ ├── EventCodeType.php │ │ │ │ │ │ ├── ExchangeMarketID.php │ │ │ │ │ │ ├── ExchangeMarketIDType.php │ │ │ │ │ │ ├── ExemptionReason.php │ │ │ │ │ │ ├── ExemptionReasonCode.php │ │ │ │ │ │ ├── ExemptionReasonCodeType.php │ │ │ │ │ │ ├── ExemptionReasonType.php │ │ │ │ │ │ ├── ExpiryDate.php │ │ │ │ │ │ ├── ExpiryDateType.php │ │ │ │ │ │ ├── ExpiryTime.php │ │ │ │ │ │ ├── ExpiryTimeType.php │ │ │ │ │ │ ├── ExtendedID.php │ │ │ │ │ │ ├── ExtendedIDType.php │ │ │ │ │ │ ├── Extension.php │ │ │ │ │ │ ├── ExtensionType.php │ │ │ │ │ │ ├── FactorNumeric.php │ │ │ │ │ │ ├── FactorNumericType.php │ │ │ │ │ │ ├── FamilyName.php │ │ │ │ │ │ ├── FamilyNameType.php │ │ │ │ │ │ ├── FirstName.php │ │ │ │ │ │ ├── FirstNameType.php │ │ │ │ │ │ ├── Floor.php │ │ │ │ │ │ ├── FloorType.php │ │ │ │ │ │ ├── FreeOfChargeIndicator.php │ │ │ │ │ │ ├── FreeOfChargeIndicatorType.php │ │ │ │ │ │ ├── FreeOnBoardValueAmount.php │ │ │ │ │ │ ├── FreeOnBoardValueAmountType.php │ │ │ │ │ │ ├── FreightRateClassCode.php │ │ │ │ │ │ ├── FreightRateClassCodeType.php │ │ │ │ │ │ ├── FullnessIndicationCode.php │ │ │ │ │ │ ├── FullnessIndicationCodeType.php │ │ │ │ │ │ ├── GoodsItemQuantity.php │ │ │ │ │ │ ├── GoodsItemQuantityType.php │ │ │ │ │ │ ├── GrossVolumeMeasure.php │ │ │ │ │ │ ├── GrossVolumeMeasureType.php │ │ │ │ │ │ ├── GrossWeightMeasure.php │ │ │ │ │ │ ├── GrossWeightMeasureType.php │ │ │ │ │ │ ├── HandlingCode.php │ │ │ │ │ │ ├── HandlingCodeType.php │ │ │ │ │ │ ├── HandlingInstructions.php │ │ │ │ │ │ ├── HandlingInstructionsType.php │ │ │ │ │ │ ├── HazardClassID.php │ │ │ │ │ │ ├── HazardClassIDType.php │ │ │ │ │ │ ├── HazardousCategoryCode.php │ │ │ │ │ │ ├── HazardousCategoryCodeType.php │ │ │ │ │ │ ├── HazardousRegulationCode.php │ │ │ │ │ │ ├── HazardousRegulationCodeType.php │ │ │ │ │ │ ├── HazardousRiskIndicator.php │ │ │ │ │ │ ├── HazardousRiskIndicatorType.php │ │ │ │ │ │ ├── HolderName.php │ │ │ │ │ │ ├── HolderNameType.php │ │ │ │ │ │ ├── ID.php │ │ │ │ │ │ ├── IDType.php │ │ │ │ │ │ ├── IdentificationCode.php │ │ │ │ │ │ ├── IdentificationCodeType.php │ │ │ │ │ │ ├── IdentificationID.php │ │ │ │ │ │ ├── IdentificationIDType.php │ │ │ │ │ │ ├── IndicationIndicator.php │ │ │ │ │ │ ├── IndicationIndicatorType.php │ │ │ │ │ │ ├── Indicator.php │ │ │ │ │ │ ├── IndicatorType.php │ │ │ │ │ │ ├── Information.php │ │ │ │ │ │ ├── InformationType.php │ │ │ │ │ │ ├── InhalationToxicityZoneCode.php │ │ │ │ │ │ ├── InhalationToxicityZoneCodeType.php │ │ │ │ │ │ ├── InhouseMail.php │ │ │ │ │ │ ├── InhouseMailType.php │ │ │ │ │ │ ├── InspectionMethodCode.php │ │ │ │ │ │ ├── InspectionMethodCodeType.php │ │ │ │ │ │ ├── Instruction.php │ │ │ │ │ │ ├── InstructionID.php │ │ │ │ │ │ ├── InstructionIDType.php │ │ │ │ │ │ ├── InstructionNote.php │ │ │ │ │ │ ├── InstructionNoteType.php │ │ │ │ │ │ ├── InstructionType.php │ │ │ │ │ │ ├── Instructions.php │ │ │ │ │ │ ├── InstructionsType.php │ │ │ │ │ │ ├── InsurancePremiumAmount.php │ │ │ │ │ │ ├── InsurancePremiumAmountType.php │ │ │ │ │ │ ├── InsuranceValueAmount.php │ │ │ │ │ │ ├── InsuranceValueAmountType.php │ │ │ │ │ │ ├── InvoiceAmount.php │ │ │ │ │ │ ├── InvoiceAmountType.php │ │ │ │ │ │ ├── InvoiceTypeCode.php │ │ │ │ │ │ ├── InvoiceTypeCodeType.php │ │ │ │ │ │ ├── InvoicedQuantity.php │ │ │ │ │ │ ├── InvoicedQuantityType.php │ │ │ │ │ │ ├── InvoicingPartyReference.php │ │ │ │ │ │ ├── InvoicingPartyReferenceType.php │ │ │ │ │ │ ├── IssueDate.php │ │ │ │ │ │ ├── IssueDateType.php │ │ │ │ │ │ ├── IssueNumberID.php │ │ │ │ │ │ ├── IssueNumberIDType.php │ │ │ │ │ │ ├── IssueTime.php │ │ │ │ │ │ ├── IssueTimeType.php │ │ │ │ │ │ ├── IssuerID.php │ │ │ │ │ │ ├── IssuerIDType.php │ │ │ │ │ │ ├── ItemClassificationCode.php │ │ │ │ │ │ ├── ItemClassificationCodeType.php │ │ │ │ │ │ ├── ItemUpdateRequestIndicator.php │ │ │ │ │ │ ├── ItemUpdateRequestIndicatorType.php │ │ │ │ │ │ ├── JobID.php │ │ │ │ │ │ ├── JobIDType.php │ │ │ │ │ │ ├── JobTitle.php │ │ │ │ │ │ ├── JobTitleType.php │ │ │ │ │ │ ├── JourneyID.php │ │ │ │ │ │ ├── JourneyIDType.php │ │ │ │ │ │ ├── Keyword.php │ │ │ │ │ │ ├── KeywordType.php │ │ │ │ │ │ ├── LanguageID.php │ │ │ │ │ │ ├── LanguageIDType.php │ │ │ │ │ │ ├── LastRevisionDate.php │ │ │ │ │ │ ├── LastRevisionDateType.php │ │ │ │ │ │ ├── LastRevisionTime.php │ │ │ │ │ │ ├── LastRevisionTimeType.php │ │ │ │ │ │ ├── LatestDeliveryDate.php │ │ │ │ │ │ ├── LatestDeliveryDateType.php │ │ │ │ │ │ ├── LatestDeliveryTime.php │ │ │ │ │ │ ├── LatestDeliveryTimeType.php │ │ │ │ │ │ ├── LatitudeDegreesMeasure.php │ │ │ │ │ │ ├── LatitudeDegreesMeasureType.php │ │ │ │ │ │ ├── LatitudeDirectionCode.php │ │ │ │ │ │ ├── LatitudeDirectionCodeType.php │ │ │ │ │ │ ├── LatitudeMinutesMeasure.php │ │ │ │ │ │ ├── LatitudeMinutesMeasureType.php │ │ │ │ │ │ ├── LeadTimeMeasure.php │ │ │ │ │ │ ├── LeadTimeMeasureType.php │ │ │ │ │ │ ├── LegalStatusIndicator.php │ │ │ │ │ │ ├── LegalStatusIndicatorType.php │ │ │ │ │ │ ├── LengthMeasure.php │ │ │ │ │ │ ├── LengthMeasureType.php │ │ │ │ │ │ ├── LicensePlateID.php │ │ │ │ │ │ ├── LicensePlateIDType.php │ │ │ │ │ │ ├── LifeCycleStatusCode.php │ │ │ │ │ │ ├── LifeCycleStatusCodeType.php │ │ │ │ │ │ ├── Line.php │ │ │ │ │ │ ├── LineAmount.php │ │ │ │ │ │ ├── LineAmountType.php │ │ │ │ │ │ ├── LineCountNumeric.php │ │ │ │ │ │ ├── LineCountNumericType.php │ │ │ │ │ │ ├── LineExtensionAmount.php │ │ │ │ │ │ ├── LineExtensionAmountType.php │ │ │ │ │ │ ├── LineID.php │ │ │ │ │ │ ├── LineIDType.php │ │ │ │ │ │ ├── LineStatusCode.php │ │ │ │ │ │ ├── LineStatusCodeType.php │ │ │ │ │ │ ├── LineType.php │ │ │ │ │ │ ├── LoadingLengthMeasure.php │ │ │ │ │ │ ├── LoadingLengthMeasureType.php │ │ │ │ │ │ ├── LocaleCode.php │ │ │ │ │ │ ├── LocaleCodeType.php │ │ │ │ │ │ ├── Location.php │ │ │ │ │ │ ├── LocationID.php │ │ │ │ │ │ ├── LocationIDType.php │ │ │ │ │ │ ├── LocationType.php │ │ │ │ │ │ ├── LogoReferenceID.php │ │ │ │ │ │ ├── LogoReferenceIDType.php │ │ │ │ │ │ ├── LongitudeDegreesMeasure.php │ │ │ │ │ │ ├── LongitudeDegreesMeasureType.php │ │ │ │ │ │ ├── LongitudeDirectionCode.php │ │ │ │ │ │ ├── LongitudeDirectionCodeType.php │ │ │ │ │ │ ├── LongitudeMinutesMeasure.php │ │ │ │ │ │ ├── LongitudeMinutesMeasureType.php │ │ │ │ │ │ ├── LossRisk.php │ │ │ │ │ │ ├── LossRiskResponsibilityCode.php │ │ │ │ │ │ ├── LossRiskResponsibilityCodeType.php │ │ │ │ │ │ ├── LossRiskType.php │ │ │ │ │ │ ├── LotNumberID.php │ │ │ │ │ │ ├── LotNumberIDType.php │ │ │ │ │ │ ├── LowerOrangeHazardPlacardID.php │ │ │ │ │ │ ├── LowerOrangeHazardPlacardIDType.php │ │ │ │ │ │ ├── Mail.php │ │ │ │ │ │ ├── MailType.php │ │ │ │ │ │ ├── ManufactureDate.php │ │ │ │ │ │ ├── ManufactureDateType.php │ │ │ │ │ │ ├── ManufactureTime.php │ │ │ │ │ │ ├── ManufactureTimeType.php │ │ │ │ │ │ ├── MarkAttention.php │ │ │ │ │ │ ├── MarkAttentionIndicator.php │ │ │ │ │ │ ├── MarkAttentionIndicatorType.php │ │ │ │ │ │ ├── MarkAttentionType.php │ │ │ │ │ │ ├── MarkCare.php │ │ │ │ │ │ ├── MarkCareIndicator.php │ │ │ │ │ │ ├── MarkCareIndicatorType.php │ │ │ │ │ │ ├── MarkCareType.php │ │ │ │ │ │ ├── MarkingID.php │ │ │ │ │ │ ├── MarkingIDType.php │ │ │ │ │ │ ├── Marks.php │ │ │ │ │ │ ├── MarksType.php │ │ │ │ │ │ ├── MathematicOperatorCode.php │ │ │ │ │ │ ├── MathematicOperatorCodeType.php │ │ │ │ │ │ ├── MaximumBackorderQuantity.php │ │ │ │ │ │ ├── MaximumBackorderQuantityType.php │ │ │ │ │ │ ├── MaximumCopiesNumeric.php │ │ │ │ │ │ ├── MaximumCopiesNumericType.php │ │ │ │ │ │ ├── MaximumMeasure.php │ │ │ │ │ │ ├── MaximumMeasureType.php │ │ │ │ │ │ ├── MaximumOrderQuantity.php │ │ │ │ │ │ ├── MaximumOrderQuantityType.php │ │ │ │ │ │ ├── MaximumQuantity.php │ │ │ │ │ │ ├── MaximumQuantityType.php │ │ │ │ │ │ ├── Measure.php │ │ │ │ │ │ ├── MeasureType.php │ │ │ │ │ │ ├── MedicalFirstAidGuideCode.php │ │ │ │ │ │ ├── MedicalFirstAidGuideCodeType.php │ │ │ │ │ │ ├── MiddleName.php │ │ │ │ │ │ ├── MiddleNameType.php │ │ │ │ │ │ ├── MinimumBackorderQuantity.php │ │ │ │ │ │ ├── MinimumBackorderQuantityType.php │ │ │ │ │ │ ├── MinimumMeasure.php │ │ │ │ │ │ ├── MinimumMeasureType.php │ │ │ │ │ │ ├── MinimumOrderQuantity.php │ │ │ │ │ │ ├── MinimumOrderQuantityType.php │ │ │ │ │ │ ├── MinimumQuantity.php │ │ │ │ │ │ ├── MinimumQuantityType.php │ │ │ │ │ │ ├── MinutesMeasure.php │ │ │ │ │ │ ├── MinutesMeasureType.php │ │ │ │ │ │ ├── ModelName.php │ │ │ │ │ │ ├── ModelNameType.php │ │ │ │ │ │ ├── MultiplierFactorNumeric.php │ │ │ │ │ │ ├── MultiplierFactorNumericType.php │ │ │ │ │ │ ├── Name.php │ │ │ │ │ │ ├── NameSuffix.php │ │ │ │ │ │ ├── NameSuffixType.php │ │ │ │ │ │ ├── NameType.php │ │ │ │ │ │ ├── Nationality.php │ │ │ │ │ │ ├── NationalityID.php │ │ │ │ │ │ ├── NationalityIDType.php │ │ │ │ │ │ ├── NationalityType.php │ │ │ │ │ │ ├── NatureCode.php │ │ │ │ │ │ ├── NatureCodeType.php │ │ │ │ │ │ ├── NetNetWeightMeasure.php │ │ │ │ │ │ ├── NetNetWeightMeasureType.php │ │ │ │ │ │ ├── NetVolumeMeasure.php │ │ │ │ │ │ ├── NetVolumeMeasureType.php │ │ │ │ │ │ ├── NetWeightMeasure.php │ │ │ │ │ │ ├── NetWeightMeasureType.php │ │ │ │ │ │ ├── NetworkID.php │ │ │ │ │ │ ├── NetworkIDType.php │ │ │ │ │ │ ├── Note.php │ │ │ │ │ │ ├── NoteType.php │ │ │ │ │ │ ├── NumberID.php │ │ │ │ │ │ ├── NumberIDType.php │ │ │ │ │ │ ├── OccurrenceDate.php │ │ │ │ │ │ ├── OccurrenceDateType.php │ │ │ │ │ │ ├── OccurrenceTime.php │ │ │ │ │ │ ├── OccurrenceTimeType.php │ │ │ │ │ │ ├── OnCarriageIndicator.php │ │ │ │ │ │ ├── OnCarriageIndicatorType.php │ │ │ │ │ │ ├── OrangeHazardPlacardID.php │ │ │ │ │ │ ├── OrangeHazardPlacardIDType.php │ │ │ │ │ │ ├── OrderID.php │ │ │ │ │ │ ├── OrderIDType.php │ │ │ │ │ │ ├── OrderQuantity.php │ │ │ │ │ │ ├── OrderQuantityIncrementNumeric.php │ │ │ │ │ │ ├── OrderQuantityIncrementNumericType.php │ │ │ │ │ │ ├── OrderQuantityType.php │ │ │ │ │ │ ├── OrderableIndicator.php │ │ │ │ │ │ ├── OrderableIndicatorType.php │ │ │ │ │ │ ├── OrderableUnit.php │ │ │ │ │ │ ├── OrderableUnitFactorRate.php │ │ │ │ │ │ ├── OrderableUnitFactorRateType.php │ │ │ │ │ │ ├── OrderableUnitType.php │ │ │ │ │ │ ├── OrganizationDepartment.php │ │ │ │ │ │ ├── OrganizationDepartmentType.php │ │ │ │ │ │ ├── OriginalJobID.php │ │ │ │ │ │ ├── OriginalJobIDType.php │ │ │ │ │ │ ├── OtherInstruction.php │ │ │ │ │ │ ├── OtherInstructionType.php │ │ │ │ │ │ ├── OutstandingQuantity.php │ │ │ │ │ │ ├── OutstandingQuantityType.php │ │ │ │ │ │ ├── OutstandingReason.php │ │ │ │ │ │ ├── OutstandingReasonType.php │ │ │ │ │ │ ├── OversupplyQuantity.php │ │ │ │ │ │ ├── OversupplyQuantityType.php │ │ │ │ │ │ ├── OwnerTypeCode.php │ │ │ │ │ │ ├── OwnerTypeCodeType.php │ │ │ │ │ │ ├── PackLevelCode.php │ │ │ │ │ │ ├── PackLevelCodeType.php │ │ │ │ │ │ ├── PackQuantity.php │ │ │ │ │ │ ├── PackQuantityType.php │ │ │ │ │ │ ├── PackSizeNumeric.php │ │ │ │ │ │ ├── PackSizeNumericType.php │ │ │ │ │ │ ├── PackageLevelCode.php │ │ │ │ │ │ ├── PackageLevelCodeType.php │ │ │ │ │ │ ├── PackageQuantity.php │ │ │ │ │ │ ├── PackageQuantityType.php │ │ │ │ │ │ ├── PackagesQuantity.php │ │ │ │ │ │ ├── PackagesQuantityType.php │ │ │ │ │ │ ├── PackagingTypeCode.php │ │ │ │ │ │ ├── PackagingTypeCodeType.php │ │ │ │ │ │ ├── PackingCriteriaCode.php │ │ │ │ │ │ ├── PackingCriteriaCodeType.php │ │ │ │ │ │ ├── PackingMaterial.php │ │ │ │ │ │ ├── PackingMaterialType.php │ │ │ │ │ │ ├── PaidAmount.php │ │ │ │ │ │ ├── PaidAmountType.php │ │ │ │ │ │ ├── PaidDate.php │ │ │ │ │ │ ├── PaidDateType.php │ │ │ │ │ │ ├── PaidTime.php │ │ │ │ │ │ ├── PaidTimeType.php │ │ │ │ │ │ ├── ParentDocumentID.php │ │ │ │ │ │ ├── ParentDocumentIDType.php │ │ │ │ │ │ ├── ParentDocumentTypeCode.php │ │ │ │ │ │ ├── ParentDocumentTypeCodeType.php │ │ │ │ │ │ ├── PartialDeliveryIndicator.php │ │ │ │ │ │ ├── PartialDeliveryIndicatorType.php │ │ │ │ │ │ ├── PayableAmount.php │ │ │ │ │ │ ├── PayableAmountType.php │ │ │ │ │ │ ├── PayableRoundingAmount.php │ │ │ │ │ │ ├── PayableRoundingAmountType.php │ │ │ │ │ │ ├── PayerReference.php │ │ │ │ │ │ ├── PayerReferenceType.php │ │ │ │ │ │ ├── PaymentAlternativeCurrencyCode.php │ │ │ │ │ │ ├── PaymentAlternativeCurrencyCodeType.php │ │ │ │ │ │ ├── PaymentAmount.php │ │ │ │ │ │ ├── PaymentAmountType.php │ │ │ │ │ │ ├── PaymentChannelCode.php │ │ │ │ │ │ ├── PaymentChannelCodeType.php │ │ │ │ │ │ ├── PaymentCurrencyCode.php │ │ │ │ │ │ ├── PaymentCurrencyCodeType.php │ │ │ │ │ │ ├── PaymentDueDate.php │ │ │ │ │ │ ├── PaymentDueDateType.php │ │ │ │ │ │ ├── PaymentID.php │ │ │ │ │ │ ├── PaymentIDType.php │ │ │ │ │ │ ├── PaymentMeansCode.php │ │ │ │ │ │ ├── PaymentMeansCodeType.php │ │ │ │ │ │ ├── PaymentMeansID.php │ │ │ │ │ │ ├── PaymentMeansIDType.php │ │ │ │ │ │ ├── PaymentNote.php │ │ │ │ │ │ ├── PaymentNoteType.php │ │ │ │ │ │ ├── PaymentOrderReference.php │ │ │ │ │ │ ├── PaymentOrderReferenceType.php │ │ │ │ │ │ ├── PenaltySurchargePercent.php │ │ │ │ │ │ ├── PenaltySurchargePercentType.php │ │ │ │ │ │ ├── PerUnitAmount.php │ │ │ │ │ │ ├── PerUnitAmountType.php │ │ │ │ │ │ ├── Percent.php │ │ │ │ │ │ ├── PercentType.php │ │ │ │ │ │ ├── PlacardEndorsement.php │ │ │ │ │ │ ├── PlacardEndorsementType.php │ │ │ │ │ │ ├── PlacardNotation.php │ │ │ │ │ │ ├── PlacardNotationType.php │ │ │ │ │ │ ├── PlotIdentification.php │ │ │ │ │ │ ├── PlotIdentificationType.php │ │ │ │ │ │ ├── PositionCode.php │ │ │ │ │ │ ├── PositionCodeType.php │ │ │ │ │ │ ├── PostalZone.php │ │ │ │ │ │ ├── PostalZoneType.php │ │ │ │ │ │ ├── Postbox.php │ │ │ │ │ │ ├── PostboxType.php │ │ │ │ │ │ ├── PreCarriageIndicator.php │ │ │ │ │ │ ├── PreCarriageIndicatorType.php │ │ │ │ │ │ ├── PreferenceCriterionCode.php │ │ │ │ │ │ ├── PreferenceCriterionCodeType.php │ │ │ │ │ │ ├── PrepaidAmount.php │ │ │ │ │ │ ├── PrepaidAmountType.php │ │ │ │ │ │ ├── PrepaidIndicator.php │ │ │ │ │ │ ├── PrepaidIndicatorType.php │ │ │ │ │ │ ├── PrepaidPaymentReferenceID.php │ │ │ │ │ │ ├── PrepaidPaymentReferenceIDType.php │ │ │ │ │ │ ├── PreviousJobID.php │ │ │ │ │ │ ├── PreviousJobIDType.php │ │ │ │ │ │ ├── PreviousVersionID.php │ │ │ │ │ │ ├── PreviousVersionIDType.php │ │ │ │ │ │ ├── PriceAmount.php │ │ │ │ │ │ ├── PriceAmountType.php │ │ │ │ │ │ ├── PriceChangeReason.php │ │ │ │ │ │ ├── PriceChangeReasonType.php │ │ │ │ │ │ ├── PriceType.php │ │ │ │ │ │ ├── PriceTypeCode.php │ │ │ │ │ │ ├── PriceTypeCodeType.php │ │ │ │ │ │ ├── PriceTypeType.php │ │ │ │ │ │ ├── PricingCurrencyCode.php │ │ │ │ │ │ ├── PricingCurrencyCodeType.php │ │ │ │ │ │ ├── PricingUpdateRequestIndicator.php │ │ │ │ │ │ ├── PricingUpdateRequestIndicatorType.php │ │ │ │ │ │ ├── PrimaryAccountNumberID.php │ │ │ │ │ │ ├── PrimaryAccountNumberIDType.php │ │ │ │ │ │ ├── PrintQualifier.php │ │ │ │ │ │ ├── PrintQualifierType.php │ │ │ │ │ │ ├── Priority.php │ │ │ │ │ │ ├── PriorityType.php │ │ │ │ │ │ ├── ProductTraceID.php │ │ │ │ │ │ ├── ProductTraceIDType.php │ │ │ │ │ │ ├── ProfileID.php │ │ │ │ │ │ ├── ProfileIDType.php │ │ │ │ │ │ ├── ProviderTypeCode.php │ │ │ │ │ │ ├── ProviderTypeCodeType.php │ │ │ │ │ │ ├── Qualifier.php │ │ │ │ │ │ ├── QualifierType.php │ │ │ │ │ │ ├── Quantity.php │ │ │ │ │ │ ├── QuantityType.php │ │ │ │ │ │ ├── RailCarID.php │ │ │ │ │ │ ├── RailCarIDType.php │ │ │ │ │ │ ├── Reason.php │ │ │ │ │ │ ├── ReasonType.php │ │ │ │ │ │ ├── ReceivedDate.php │ │ │ │ │ │ ├── ReceivedDateType.php │ │ │ │ │ │ ├── ReceivedQuantity.php │ │ │ │ │ │ ├── ReceivedQuantityType.php │ │ │ │ │ │ ├── Reference.php │ │ │ │ │ │ ├── ReferenceDate.php │ │ │ │ │ │ ├── ReferenceDateType.php │ │ │ │ │ │ ├── ReferenceEventCode.php │ │ │ │ │ │ ├── ReferenceEventCodeType.php │ │ │ │ │ │ ├── ReferenceID.php │ │ │ │ │ │ ├── ReferenceIDType.php │ │ │ │ │ │ ├── ReferenceTime.php │ │ │ │ │ │ ├── ReferenceTimeType.php │ │ │ │ │ │ ├── ReferenceType.php │ │ │ │ │ │ ├── RefrigerationOnIndicator.php │ │ │ │ │ │ ├── RefrigerationOnIndicatorType.php │ │ │ │ │ │ ├── Region.php │ │ │ │ │ │ ├── RegionType.php │ │ │ │ │ │ ├── RegistrationID.php │ │ │ │ │ │ ├── RegistrationIDType.php │ │ │ │ │ │ ├── RegistrationName.php │ │ │ │ │ │ ├── RegistrationNameType.php │ │ │ │ │ │ ├── RegistrationNationality.php │ │ │ │ │ │ ├── RegistrationNationalityID.php │ │ │ │ │ │ ├── RegistrationNationalityIDType.php │ │ │ │ │ │ ├── RegistrationNationalityType.php │ │ │ │ │ │ ├── RejectActionCode.php │ │ │ │ │ │ ├── RejectActionCodeType.php │ │ │ │ │ │ ├── RejectReason.php │ │ │ │ │ │ ├── RejectReasonCode.php │ │ │ │ │ │ ├── RejectReasonCodeType.php │ │ │ │ │ │ ├── RejectReasonType.php │ │ │ │ │ │ ├── RejectedQuantity.php │ │ │ │ │ │ ├── RejectedQuantityType.php │ │ │ │ │ │ ├── RejectionNote.php │ │ │ │ │ │ ├── RejectionNoteType.php │ │ │ │ │ │ ├── Remarks.php │ │ │ │ │ │ ├── RemarksType.php │ │ │ │ │ │ ├── ReminderSequenceNumeric.php │ │ │ │ │ │ ├── ReminderSequenceNumericType.php │ │ │ │ │ │ ├── ReminderTypeCode.php │ │ │ │ │ │ ├── ReminderTypeCodeType.php │ │ │ │ │ │ ├── RequestedDespatchDate.php │ │ │ │ │ │ ├── RequestedDespatchDateType.php │ │ │ │ │ │ ├── RequestedDespatchTime.php │ │ │ │ │ │ ├── RequestedDespatchTimeType.php │ │ │ │ │ │ ├── RequestedInvoiceCurrencyCode.php │ │ │ │ │ │ ├── RequestedInvoiceCurrencyCodeType.php │ │ │ │ │ │ ├── RequiredCustomsID.php │ │ │ │ │ │ ├── RequiredCustomsIDType.php │ │ │ │ │ │ ├── ResponseCode.php │ │ │ │ │ │ ├── ResponseCodeType.php │ │ │ │ │ │ ├── ResponseDate.php │ │ │ │ │ │ ├── ResponseDateType.php │ │ │ │ │ │ ├── ResponseTime.php │ │ │ │ │ │ ├── ResponseTimeType.php │ │ │ │ │ │ ├── ReturnabilityIndicator.php │ │ │ │ │ │ ├── ReturnabilityIndicatorType.php │ │ │ │ │ │ ├── ReturnableMaterialIndicator.php │ │ │ │ │ │ ├── ReturnableMaterialIndicatorType.php │ │ │ │ │ │ ├── RevisionDate.php │ │ │ │ │ │ ├── RevisionDateType.php │ │ │ │ │ │ ├── RevisionTime.php │ │ │ │ │ │ ├── RevisionTimeType.php │ │ │ │ │ │ ├── RoleCode.php │ │ │ │ │ │ ├── RoleCodeType.php │ │ │ │ │ │ ├── Room.php │ │ │ │ │ │ ├── RoomType.php │ │ │ │ │ │ ├── RoundingAmount.php │ │ │ │ │ │ ├── RoundingAmountType.php │ │ │ │ │ │ ├── SalesOrderID.php │ │ │ │ │ │ ├── SalesOrderIDType.php │ │ │ │ │ │ ├── SalesOrderLineID.php │ │ │ │ │ │ ├── SalesOrderLineIDType.php │ │ │ │ │ │ ├── SchemeURI.php │ │ │ │ │ │ ├── SchemeURIType.php │ │ │ │ │ │ ├── SealIssuerTypeCode.php │ │ │ │ │ │ ├── SealIssuerTypeCodeType.php │ │ │ │ │ │ ├── SealStatusCode.php │ │ │ │ │ │ ├── SealStatusCodeType.php │ │ │ │ │ │ ├── SealingPartyType.php │ │ │ │ │ │ ├── SealingPartyTypeType.php │ │ │ │ │ │ ├── SequenceID.php │ │ │ │ │ │ ├── SequenceIDType.php │ │ │ │ │ │ ├── SequenceNumberID.php │ │ │ │ │ │ ├── SequenceNumberIDType.php │ │ │ │ │ │ ├── SequenceNumeric.php │ │ │ │ │ │ ├── SequenceNumericType.php │ │ │ │ │ │ ├── SerialID.php │ │ │ │ │ │ ├── SerialIDType.php │ │ │ │ │ │ ├── SettlementDiscountPercent.php │ │ │ │ │ │ ├── SettlementDiscountPercentType.php │ │ │ │ │ │ ├── ShippingMarks.php │ │ │ │ │ │ ├── ShippingMarksType.php │ │ │ │ │ │ ├── ShippingOrderID.php │ │ │ │ │ │ ├── ShippingOrderIDType.php │ │ │ │ │ │ ├── ShippingPriorityLevelCode.php │ │ │ │ │ │ ├── ShippingPriorityLevelCodeType.php │ │ │ │ │ │ ├── ShortQuantity.php │ │ │ │ │ │ ├── ShortQuantityType.php │ │ │ │ │ │ ├── ShortageActionCode.php │ │ │ │ │ │ ├── ShortageActionCodeType.php │ │ │ │ │ │ ├── SignatureMethod.php │ │ │ │ │ │ ├── SignatureMethodType.php │ │ │ │ │ │ ├── SizeTypeCode.php │ │ │ │ │ │ ├── SizeTypeCodeType.php │ │ │ │ │ │ ├── SourceCurrencyBaseRate.php │ │ │ │ │ │ ├── SourceCurrencyBaseRateType.php │ │ │ │ │ │ ├── SourceCurrencyCode.php │ │ │ │ │ │ ├── SourceCurrencyCodeType.php │ │ │ │ │ │ ├── SpecialInstructions.php │ │ │ │ │ │ ├── SpecialInstructionsType.php │ │ │ │ │ │ ├── SpecialTerms.php │ │ │ │ │ │ ├── SpecialTermsType.php │ │ │ │ │ │ ├── SplitConsignmentIndicator.php │ │ │ │ │ │ ├── SplitConsignmentIndicatorType.php │ │ │ │ │ │ ├── StartDate.php │ │ │ │ │ │ ├── StartDateType.php │ │ │ │ │ │ ├── StartTime.php │ │ │ │ │ │ ├── StartTimeType.php │ │ │ │ │ │ ├── StatusCode.php │ │ │ │ │ │ ├── StatusCodeType.php │ │ │ │ │ │ ├── StatusReason.php │ │ │ │ │ │ ├── StatusReasonCode.php │ │ │ │ │ │ ├── StatusReasonCodeType.php │ │ │ │ │ │ ├── StatusReasonType.php │ │ │ │ │ │ ├── StreetName.php │ │ │ │ │ │ ├── StreetNameType.php │ │ │ │ │ │ ├── SubstitutionStatusCode.php │ │ │ │ │ │ ├── SubstitutionStatusCodeType.php │ │ │ │ │ │ ├── SummaryDescription.php │ │ │ │ │ │ ├── SummaryDescriptionType.php │ │ │ │ │ │ ├── SupplierAssignedAccountID.php │ │ │ │ │ │ ├── SupplierAssignedAccountIDType.php │ │ │ │ │ │ ├── SurchargePercent.php │ │ │ │ │ │ ├── SurchargePercentType.php │ │ │ │ │ │ ├── TargetCurrencyBaseRate.php │ │ │ │ │ │ ├── TargetCurrencyBaseRateType.php │ │ │ │ │ │ ├── TargetCurrencyCode.php │ │ │ │ │ │ ├── TargetCurrencyCodeType.php │ │ │ │ │ │ ├── TariffClassCode.php │ │ │ │ │ │ ├── TariffClassCodeType.php │ │ │ │ │ │ ├── TariffCode.php │ │ │ │ │ │ ├── TariffCodeType.php │ │ │ │ │ │ ├── TariffDescription.php │ │ │ │ │ │ ├── TariffDescriptionType.php │ │ │ │ │ │ ├── TaxAmount.php │ │ │ │ │ │ ├── TaxAmountType.php │ │ │ │ │ │ ├── TaxCurrencyCode.php │ │ │ │ │ │ ├── TaxCurrencyCodeType.php │ │ │ │ │ │ ├── TaxEvidenceIndicator.php │ │ │ │ │ │ ├── TaxEvidenceIndicatorType.php │ │ │ │ │ │ ├── TaxExclusiveAmount.php │ │ │ │ │ │ ├── TaxExclusiveAmountType.php │ │ │ │ │ │ ├── TaxExemptionReason.php │ │ │ │ │ │ ├── TaxExemptionReasonCode.php │ │ │ │ │ │ ├── TaxExemptionReasonCodeType.php │ │ │ │ │ │ ├── TaxExemptionReasonType.php │ │ │ │ │ │ ├── TaxInclusiveAmount.php │ │ │ │ │ │ ├── TaxInclusiveAmountType.php │ │ │ │ │ │ ├── TaxLevelCode.php │ │ │ │ │ │ ├── TaxLevelCodeType.php │ │ │ │ │ │ ├── TaxPointDate.php │ │ │ │ │ │ ├── TaxPointDateType.php │ │ │ │ │ │ ├── TaxTypeCode.php │ │ │ │ │ │ ├── TaxTypeCodeType.php │ │ │ │ │ │ ├── TaxableAmount.php │ │ │ │ │ │ ├── TaxableAmountType.php │ │ │ │ │ │ ├── TechnicalName.php │ │ │ │ │ │ ├── TechnicalNameType.php │ │ │ │ │ │ ├── Telefax.php │ │ │ │ │ │ ├── TelefaxType.php │ │ │ │ │ │ ├── Telephone.php │ │ │ │ │ │ ├── TelephoneType.php │ │ │ │ │ │ ├── Terms.php │ │ │ │ │ │ ├── TermsType.php │ │ │ │ │ │ ├── Text.php │ │ │ │ │ │ ├── TextType.php │ │ │ │ │ │ ├── TierRange.php │ │ │ │ │ │ ├── TierRangeType.php │ │ │ │ │ │ ├── TierRatePercent.php │ │ │ │ │ │ ├── TierRatePercentType.php │ │ │ │ │ │ ├── Time.php │ │ │ │ │ │ ├── TimeType.php │ │ │ │ │ │ ├── TimezoneOffset.php │ │ │ │ │ │ ├── TimezoneOffsetType.php │ │ │ │ │ │ ├── TimingComplaint.php │ │ │ │ │ │ ├── TimingComplaintCode.php │ │ │ │ │ │ ├── TimingComplaintCodeType.php │ │ │ │ │ │ ├── TimingComplaintType.php │ │ │ │ │ │ ├── Title.php │ │ │ │ │ │ ├── TitleType.php │ │ │ │ │ │ ├── ToOrderIndicator.php │ │ │ │ │ │ ├── ToOrderIndicatorType.php │ │ │ │ │ │ ├── TotalBalanceAmount.php │ │ │ │ │ │ ├── TotalBalanceAmountType.php │ │ │ │ │ │ ├── TotalCreditAmount.php │ │ │ │ │ │ ├── TotalCreditAmountType.php │ │ │ │ │ │ ├── TotalDebitAmount.php │ │ │ │ │ │ ├── TotalDebitAmountType.php │ │ │ │ │ │ ├── TotalGoodsItemQuantity.php │ │ │ │ │ │ ├── TotalGoodsItemQuantityType.php │ │ │ │ │ │ ├── TotalInvoiceAmount.php │ │ │ │ │ │ ├── TotalInvoiceAmountType.php │ │ │ │ │ │ ├── TotalPackageQuantity.php │ │ │ │ │ │ ├── TotalPackageQuantityType.php │ │ │ │ │ │ ├── TotalPackagesQuantity.php │ │ │ │ │ │ ├── TotalPackagesQuantityType.php │ │ │ │ │ │ ├── TotalPaymentAmount.php │ │ │ │ │ │ ├── TotalPaymentAmountType.php │ │ │ │ │ │ ├── TotalTaxAmount.php │ │ │ │ │ │ ├── TotalTaxAmountType.php │ │ │ │ │ │ ├── TotalTransportHandlingUnitQuantity.php │ │ │ │ │ │ ├── TotalTransportHandlingUnitQuantityType.php │ │ │ │ │ │ ├── TrackingID.php │ │ │ │ │ │ ├── TrackingIDType.php │ │ │ │ │ │ ├── TradingRestrictions.php │ │ │ │ │ │ ├── TradingRestrictionsType.php │ │ │ │ │ │ ├── TrainID.php │ │ │ │ │ │ ├── TrainIDType.php │ │ │ │ │ │ ├── TransactionCurrencyTaxAmount.php │ │ │ │ │ │ ├── TransactionCurrencyTaxAmountType.php │ │ │ │ │ │ ├── TransitDirectionCode.php │ │ │ │ │ │ ├── TransitDirectionCodeType.php │ │ │ │ │ │ ├── TransportAuthorizationCode.php │ │ │ │ │ │ ├── TransportAuthorizationCodeType.php │ │ │ │ │ │ ├── TransportEmergencyCardCode.php │ │ │ │ │ │ ├── TransportEmergencyCardCodeType.php │ │ │ │ │ │ ├── TransportEquipmentTypeCode.php │ │ │ │ │ │ ├── TransportEquipmentTypeCodeType.php │ │ │ │ │ │ ├── TransportEventTypeCode.php │ │ │ │ │ │ ├── TransportEventTypeCodeType.php │ │ │ │ │ │ ├── TransportHandlingUnitQuantity.php │ │ │ │ │ │ ├── TransportHandlingUnitQuantityType.php │ │ │ │ │ │ ├── TransportHandlingUnitTypeCode.php │ │ │ │ │ │ ├── TransportHandlingUnitTypeCodeType.php │ │ │ │ │ │ ├── TransportMeansTypeCode.php │ │ │ │ │ │ ├── TransportMeansTypeCodeType.php │ │ │ │ │ │ ├── TransportModeCode.php │ │ │ │ │ │ ├── TransportModeCodeType.php │ │ │ │ │ │ ├── TransportServiceCode.php │ │ │ │ │ │ ├── TransportServiceCodeType.php │ │ │ │ │ │ ├── UBLVersionID.php │ │ │ │ │ │ ├── UBLVersionIDType.php │ │ │ │ │ │ ├── UNDGCode.php │ │ │ │ │ │ ├── UNDGCodeType.php │ │ │ │ │ │ ├── URI.php │ │ │ │ │ │ ├── URIType.php │ │ │ │ │ │ ├── UUID.php │ │ │ │ │ │ ├── UUIDType.php │ │ │ │ │ │ ├── Unit.php │ │ │ │ │ │ ├── UnitQuantity.php │ │ │ │ │ │ ├── UnitQuantityType.php │ │ │ │ │ │ ├── UnitType.php │ │ │ │ │ │ ├── UpperOrangeHazardPlacardID.php │ │ │ │ │ │ ├── UpperOrangeHazardPlacardIDType.php │ │ │ │ │ │ ├── ValidationDate.php │ │ │ │ │ │ ├── ValidationDateType.php │ │ │ │ │ │ ├── ValidationTime.php │ │ │ │ │ │ ├── ValidationTimeType.php │ │ │ │ │ │ ├── ValidatorID.php │ │ │ │ │ │ ├── ValidatorIDType.php │ │ │ │ │ │ ├── ValidityStartDate.php │ │ │ │ │ │ ├── ValidityStartDateType.php │ │ │ │ │ │ ├── Value.php │ │ │ │ │ │ ├── ValueAmount.php │ │ │ │ │ │ ├── ValueAmountType.php │ │ │ │ │ │ ├── ValueType.php │ │ │ │ │ │ ├── VersionID.php │ │ │ │ │ │ ├── VersionIDType.php │ │ │ │ │ │ ├── VesselID.php │ │ │ │ │ │ ├── VesselIDType.php │ │ │ │ │ │ ├── VesselName.php │ │ │ │ │ │ ├── VesselNameType.php │ │ │ │ │ │ ├── VolumeMeasure.php │ │ │ │ │ │ ├── VolumeMeasureType.php │ │ │ │ │ │ ├── WarrantyInformation.php │ │ │ │ │ │ ├── WarrantyInformationType.php │ │ │ │ │ │ ├── WebsiteURI.php │ │ │ │ │ │ ├── WebsiteURIType.php │ │ │ │ │ │ ├── WeightMeasure.php │ │ │ │ │ │ ├── WeightMeasureType.php │ │ │ │ │ │ ├── XPath.php │ │ │ │ │ │ ├── XPathType.php │ │ │ │ │ │ ├── Zone.php │ │ │ │ │ │ └── ZoneType.php │ │ │ │ │ │ └── QualifiedDatatypes_2 │ │ │ │ │ │ ├── AllowanceChargeReasonCodeType.php │ │ │ │ │ │ ├── ChannelCodeType.php │ │ │ │ │ │ ├── ChipCodeType.php │ │ │ │ │ │ ├── ContainerSizeTypeCodeType.php │ │ │ │ │ │ ├── CountryIdentificationCodeType.php │ │ │ │ │ │ ├── CurrencyCodeType.php │ │ │ │ │ │ ├── DocumentStatusCodeType.php │ │ │ │ │ │ ├── LatitudeDirectionCodeType.php │ │ │ │ │ │ ├── LineStatusCodeType.php │ │ │ │ │ │ ├── LongitudeDirectionCodeType.php │ │ │ │ │ │ ├── OperatorCodeType.php │ │ │ │ │ │ ├── PackagingTypeCodeType.php │ │ │ │ │ │ ├── PaymentMeansCodeType.php │ │ │ │ │ │ ├── PortCodeType.php │ │ │ │ │ │ ├── SubstitutionStatusCodeType.php │ │ │ │ │ │ ├── TransportEquipmentTypeCodeType.php │ │ │ │ │ │ ├── TransportModeCodeType.php │ │ │ │ │ │ ├── TransportationStatusCodeType.php │ │ │ │ │ │ └── UnitOfMeasureCodeType.php │ │ │ │ └── un │ │ │ │ │ └── unece │ │ │ │ │ └── uncefact │ │ │ │ │ ├── codelist │ │ │ │ │ └── specification │ │ │ │ │ │ ├── IANAMIMEMediaType │ │ │ │ │ │ ├── 2003 │ │ │ │ │ │ │ └── BinaryObjectMimeCodeContentType.php │ │ │ │ │ │ └── _2003 │ │ │ │ │ │ │ └── BinaryObjectMimeCodeContentType.php │ │ │ │ │ │ ├── _54217 │ │ │ │ │ │ └── _2001 │ │ │ │ │ │ │ └── CurrencyCodeContentType.php │ │ │ │ │ │ ├── _5639 │ │ │ │ │ │ └── _1988 │ │ │ │ │ │ │ └── LanguageCodeContentType.php │ │ │ │ │ │ └── _66411 │ │ │ │ │ │ └── _2001 │ │ │ │ │ │ └── UnitCodeContentType.php │ │ │ │ │ └── data │ │ │ │ │ └── specification │ │ │ │ │ └── UnqualifiedDataTypesSchemaModule │ │ │ │ │ └── _2 │ │ │ │ │ ├── AmountType.php │ │ │ │ │ ├── BinaryObjectType.php │ │ │ │ │ ├── CodeType.php │ │ │ │ │ ├── DateTimeType.php │ │ │ │ │ ├── DateType.php │ │ │ │ │ ├── GraphicType.php │ │ │ │ │ ├── IdentifierType.php │ │ │ │ │ ├── IndicatorType.php │ │ │ │ │ ├── MeasureType.php │ │ │ │ │ ├── NameType.php │ │ │ │ │ ├── NumericType.php │ │ │ │ │ ├── PercentType.php │ │ │ │ │ ├── PictureType.php │ │ │ │ │ ├── QuantityType.php │ │ │ │ │ ├── RateType.php │ │ │ │ │ ├── SoundType.php │ │ │ │ │ ├── TextType.php │ │ │ │ │ ├── TimeType.php │ │ │ │ │ ├── ValueType.php │ │ │ │ │ └── VideoType.php │ │ │ │ ├── ContactPerson1 │ │ │ │ ├── dk │ │ │ │ │ └── nordsign │ │ │ │ │ │ └── schema │ │ │ │ │ │ └── ContactPerson │ │ │ │ │ │ ├── ContactPerson.php │ │ │ │ │ │ └── ContactPersonType.php │ │ │ │ ├── generated.xml │ │ │ │ ├── oasis │ │ │ │ │ └── names │ │ │ │ │ │ └── specification │ │ │ │ │ │ └── ubl │ │ │ │ │ │ └── schema │ │ │ │ │ │ └── xsd │ │ │ │ │ │ ├── CommonAggregateComponents_2 │ │ │ │ │ │ ├── AccessoryRelatedItem.php │ │ │ │ │ │ ├── AccountingContact.php │ │ │ │ │ │ ├── AccountingCustomerParty.php │ │ │ │ │ │ ├── AccountingSupplierParty.php │ │ │ │ │ │ ├── ActualPackage.php │ │ │ │ │ │ ├── AdditionalDocumentReference.php │ │ │ │ │ │ ├── AdditionalItemIdentification.php │ │ │ │ │ │ ├── AdditionalItemProperty.php │ │ │ │ │ │ ├── AdditionalTemperature.php │ │ │ │ │ │ ├── Address.php │ │ │ │ │ │ ├── AddressLine.php │ │ │ │ │ │ ├── AddressLineType.php │ │ │ │ │ │ ├── AddressType.php │ │ │ │ │ │ ├── AgentParty.php │ │ │ │ │ │ ├── AirTransport.php │ │ │ │ │ │ ├── AirTransportType.php │ │ │ │ │ │ ├── AllowanceCharge.php │ │ │ │ │ │ ├── AllowanceChargeType.php │ │ │ │ │ │ ├── AlternativeConditionPrice.php │ │ │ │ │ │ ├── AnticipatedMonetaryTotal.php │ │ │ │ │ │ ├── ApplicableAddress.php │ │ │ │ │ │ ├── ApplicableTaxCategory.php │ │ │ │ │ │ ├── ApplicableTerritoryAddress.php │ │ │ │ │ │ ├── Attachment.php │ │ │ │ │ │ ├── AttachmentType.php │ │ │ │ │ │ ├── BillingReference.php │ │ │ │ │ │ ├── BillingReferenceLine.php │ │ │ │ │ │ ├── BillingReferenceLineType.php │ │ │ │ │ │ ├── BillingReferenceType.php │ │ │ │ │ │ ├── Branch.php │ │ │ │ │ │ ├── BranchType.php │ │ │ │ │ │ ├── BuyerContact.php │ │ │ │ │ │ ├── BuyerCustomerParty.php │ │ │ │ │ │ ├── BuyerProposedSubstituteLineItem.php │ │ │ │ │ │ ├── BuyersItemIdentification.php │ │ │ │ │ │ ├── CardAccount.php │ │ │ │ │ │ ├── CardAccountType.php │ │ │ │ │ │ ├── CarrierParty.php │ │ │ │ │ │ ├── CatalogueDocumentReference.php │ │ │ │ │ │ ├── CatalogueItemIdentification.php │ │ │ │ │ │ ├── CatalogueItemSpecificationUpdateLine.php │ │ │ │ │ │ ├── CatalogueItemSpecificationUpdateLineType.php │ │ │ │ │ │ ├── CatalogueLine.php │ │ │ │ │ │ ├── CatalogueLineReference.php │ │ │ │ │ │ ├── CatalogueLineType.php │ │ │ │ │ │ ├── CataloguePricingUpdateLine.php │ │ │ │ │ │ ├── CataloguePricingUpdateLineType.php │ │ │ │ │ │ ├── CatalogueReference.php │ │ │ │ │ │ ├── CatalogueReferenceType.php │ │ │ │ │ │ ├── CatalogueRequestLine.php │ │ │ │ │ │ ├── CatalogueRequestLineType.php │ │ │ │ │ │ ├── CategorizesClassificationCategory.php │ │ │ │ │ │ ├── CertificateOfOriginApplication.php │ │ │ │ │ │ ├── CertificateOfOriginApplicationType.php │ │ │ │ │ │ ├── ClassificationCategory.php │ │ │ │ │ │ ├── ClassificationCategoryType.php │ │ │ │ │ │ ├── ClassificationScheme.php │ │ │ │ │ │ ├── ClassificationSchemeType.php │ │ │ │ │ │ ├── ClassifiedTaxCategory.php │ │ │ │ │ │ ├── CommodityClassification.php │ │ │ │ │ │ ├── CommodityClassificationType.php │ │ │ │ │ │ ├── Communication.php │ │ │ │ │ │ ├── CommunicationType.php │ │ │ │ │ │ ├── ComplementaryRelatedItem.php │ │ │ │ │ │ ├── ComponentRelatedItem.php │ │ │ │ │ │ ├── ConsigneeParty.php │ │ │ │ │ │ ├── Consignment.php │ │ │ │ │ │ ├── ConsignmentType.php │ │ │ │ │ │ ├── ConsignorParty.php │ │ │ │ │ │ ├── Contact.php │ │ │ │ │ │ ├── ContactParty.php │ │ │ │ │ │ ├── ContactType.php │ │ │ │ │ │ ├── ContainedGoodsItem.php │ │ │ │ │ │ ├── ContainedPackage.php │ │ │ │ │ │ ├── Contract.php │ │ │ │ │ │ ├── ContractDocumentReference.php │ │ │ │ │ │ ├── ContractType.php │ │ │ │ │ │ ├── ContractorCustomerParty.php │ │ │ │ │ │ ├── CorporateRegistrationScheme.php │ │ │ │ │ │ ├── CorporateRegistrationSchemeType.php │ │ │ │ │ │ ├── Country.php │ │ │ │ │ │ ├── CountryType.php │ │ │ │ │ │ ├── CreditAccount.php │ │ │ │ │ │ ├── CreditAccountType.php │ │ │ │ │ │ ├── CreditNoteDocumentReference.php │ │ │ │ │ │ ├── CreditNoteLine.php │ │ │ │ │ │ ├── CreditNoteLineType.php │ │ │ │ │ │ ├── CurrentStatus.php │ │ │ │ │ │ ├── CustomerParty.php │ │ │ │ │ │ ├── CustomerPartyType.php │ │ │ │ │ │ ├── DebitNoteDocumentReference.php │ │ │ │ │ │ ├── DebitNoteLine.php │ │ │ │ │ │ ├── DebitNoteLineType.php │ │ │ │ │ │ ├── DefaultLanguage.php │ │ │ │ │ │ ├── DeletedCatalogueReference.php │ │ │ │ │ │ ├── Delivery.php │ │ │ │ │ │ ├── DeliveryAddress.php │ │ │ │ │ │ ├── DeliveryContact.php │ │ │ │ │ │ ├── DeliveryCustomerParty.php │ │ │ │ │ │ ├── DeliveryLocation.php │ │ │ │ │ │ ├── DeliveryParty.php │ │ │ │ │ │ ├── DeliveryTerms.php │ │ │ │ │ │ ├── DeliveryTermsType.php │ │ │ │ │ │ ├── DeliveryType.php │ │ │ │ │ │ ├── DeliveryUnit.php │ │ │ │ │ │ ├── DeliveryUnitType.php │ │ │ │ │ │ ├── Despatch.php │ │ │ │ │ │ ├── DespatchAddress.php │ │ │ │ │ │ ├── DespatchContact.php │ │ │ │ │ │ ├── DespatchDocumentReference.php │ │ │ │ │ │ ├── DespatchLine.php │ │ │ │ │ │ ├── DespatchLineReference.php │ │ │ │ │ │ ├── DespatchLineType.php │ │ │ │ │ │ ├── DespatchParty.php │ │ │ │ │ │ ├── DespatchSupplierParty.php │ │ │ │ │ │ ├── DespatchType.php │ │ │ │ │ │ ├── DestinationCountry.php │ │ │ │ │ │ ├── DigitalSignatureAttachment.php │ │ │ │ │ │ ├── Dimension.php │ │ │ │ │ │ ├── DimensionType.php │ │ │ │ │ │ ├── DiscrepancyResponse.php │ │ │ │ │ │ ├── DocumentDistribution.php │ │ │ │ │ │ ├── DocumentDistributionType.php │ │ │ │ │ │ ├── DocumentReference.php │ │ │ │ │ │ ├── DocumentReferenceType.php │ │ │ │ │ │ ├── DocumentResponse.php │ │ │ │ │ │ ├── DocumentResponseType.php │ │ │ │ │ │ ├── EmbassyEndorsement.php │ │ │ │ │ │ ├── EmergencyTemperature.php │ │ │ │ │ │ ├── Endorsement.php │ │ │ │ │ │ ├── EndorsementType.php │ │ │ │ │ │ ├── EndorserParty.php │ │ │ │ │ │ ├── EndorserPartyType.php │ │ │ │ │ │ ├── EstimatedDeliveryPeriod.php │ │ │ │ │ │ ├── ExchangeRate.php │ │ │ │ │ │ ├── ExchangeRateType.php │ │ │ │ │ │ ├── ExportCountry.php │ │ │ │ │ │ ├── ExporterParty.php │ │ │ │ │ │ ├── ExternalReference.php │ │ │ │ │ │ ├── ExternalReferenceType.php │ │ │ │ │ │ ├── FinalDeliveryParty.php │ │ │ │ │ │ ├── FinalDeliveryTransportationService.php │ │ │ │ │ │ ├── FinalDestinationCountry.php │ │ │ │ │ │ ├── FinancialAccount.php │ │ │ │ │ │ ├── FinancialAccountType.php │ │ │ │ │ │ ├── FinancialInstitution.php │ │ │ │ │ │ ├── FinancialInstitutionBranch.php │ │ │ │ │ │ ├── FinancialInstitutionType.php │ │ │ │ │ │ ├── FirstArrivalPortLocation.php │ │ │ │ │ │ ├── FlashpointTemperature.php │ │ │ │ │ │ ├── ForeignExchangeContract.php │ │ │ │ │ │ ├── FreightAllowanceCharge.php │ │ │ │ │ │ ├── FreightForwarderParty.php │ │ │ │ │ │ ├── GoodsItem.php │ │ │ │ │ │ ├── GoodsItemContainer.php │ │ │ │ │ │ ├── GoodsItemContainerType.php │ │ │ │ │ │ ├── GoodsItemType.php │ │ │ │ │ │ ├── HandlingUnitDespatchLine.php │ │ │ │ │ │ ├── HazardousGoodsTransit.php │ │ │ │ │ │ ├── HazardousGoodsTransitType.php │ │ │ │ │ │ ├── HazardousItem.php │ │ │ │ │ │ ├── HazardousItemType.php │ │ │ │ │ │ ├── ImporterParty.php │ │ │ │ │ │ ├── InformationContentProviderParty.php │ │ │ │ │ │ ├── InsuranceEndorsement.php │ │ │ │ │ │ ├── InvoiceDocumentReference.php │ │ │ │ │ │ ├── InvoiceLine.php │ │ │ │ │ │ ├── InvoiceLineType.php │ │ │ │ │ │ ├── InvoicePeriod.php │ │ │ │ │ │ ├── IssuerEndorsement.php │ │ │ │ │ │ ├── IssuerParty.php │ │ │ │ │ │ ├── IssuingCountry.php │ │ │ │ │ │ ├── Item.php │ │ │ │ │ │ ├── ItemComparison.php │ │ │ │ │ │ ├── ItemComparisonType.php │ │ │ │ │ │ ├── ItemIdentification.php │ │ │ │ │ │ ├── ItemIdentificationType.php │ │ │ │ │ │ ├── ItemInstance.php │ │ │ │ │ │ ├── ItemInstanceType.php │ │ │ │ │ │ ├── ItemLocationQuantity.php │ │ │ │ │ │ ├── ItemLocationQuantityType.php │ │ │ │ │ │ ├── ItemProperty.php │ │ │ │ │ │ ├── ItemPropertyGroup.php │ │ │ │ │ │ ├── ItemPropertyGroupType.php │ │ │ │ │ │ ├── ItemPropertyType.php │ │ │ │ │ │ ├── ItemSpecificationDocumentReference.php │ │ │ │ │ │ ├── ItemType.php │ │ │ │ │ │ ├── JurisdictionRegionAddress.php │ │ │ │ │ │ ├── Language.php │ │ │ │ │ │ ├── LanguageType.php │ │ │ │ │ │ ├── LastExitPortLocation.php │ │ │ │ │ │ ├── LegalMonetaryTotal.php │ │ │ │ │ │ ├── LineItem.php │ │ │ │ │ │ ├── LineItemType.php │ │ │ │ │ │ ├── LineReference.php │ │ │ │ │ │ ├── LineReferenceType.php │ │ │ │ │ │ ├── LineResponse.php │ │ │ │ │ │ ├── LineResponseType.php │ │ │ │ │ │ ├── LineValidityPeriod.php │ │ │ │ │ │ ├── LoadingLocation.php │ │ │ │ │ │ ├── LoadingPortLocation.php │ │ │ │ │ │ ├── LoadingProofParty.php │ │ │ │ │ │ ├── Location.php │ │ │ │ │ │ ├── LocationCoordinate.php │ │ │ │ │ │ ├── LocationCoordinateType.php │ │ │ │ │ │ ├── LocationType.php │ │ │ │ │ │ ├── LotIdentification.php │ │ │ │ │ │ ├── LotIdentificationType.php │ │ │ │ │ │ ├── ManufacturerParty.php │ │ │ │ │ │ ├── ManufacturersItemIdentification.php │ │ │ │ │ │ ├── MaritimeTransport.php │ │ │ │ │ │ ├── MaritimeTransportType.php │ │ │ │ │ │ ├── MaximumTemperature.php │ │ │ │ │ │ ├── MeasurementDimension.php │ │ │ │ │ │ ├── MinimumTemperature.php │ │ │ │ │ │ ├── MonetaryTotal.php │ │ │ │ │ │ ├── MonetaryTotalType.php │ │ │ │ │ │ ├── NotifyParty.php │ │ │ │ │ │ ├── OrderDocumentReference.php │ │ │ │ │ │ ├── OrderLine.php │ │ │ │ │ │ ├── OrderLineReference.php │ │ │ │ │ │ ├── OrderLineReferenceType.php │ │ │ │ │ │ ├── OrderLineType.php │ │ │ │ │ │ ├── OrderReference.php │ │ │ │ │ │ ├── OrderReferenceType.php │ │ │ │ │ │ ├── OrderedShipment.php │ │ │ │ │ │ ├── OrderedShipmentType.php │ │ │ │ │ │ ├── OriginAddress.php │ │ │ │ │ │ ├── OriginCountry.php │ │ │ │ │ │ ├── OriginalDepartureCountry.php │ │ │ │ │ │ ├── OriginalDespatchParty.php │ │ │ │ │ │ ├── OriginalDespatchTransportationService.php │ │ │ │ │ │ ├── OriginalDocumentReference.php │ │ │ │ │ │ ├── OriginalItemLocationQuantity.php │ │ │ │ │ │ ├── OriginatorCustomerParty.php │ │ │ │ │ │ ├── OriginatorDocumentReference.php │ │ │ │ │ │ ├── OriginatorParty.php │ │ │ │ │ │ ├── OtherCommunication.php │ │ │ │ │ │ ├── OwnerParty.php │ │ │ │ │ │ ├── Package.php │ │ │ │ │ │ ├── PackageType.php │ │ │ │ │ │ ├── Party.php │ │ │ │ │ │ ├── PartyIdentification.php │ │ │ │ │ │ ├── PartyIdentificationType.php │ │ │ │ │ │ ├── PartyLegalEntity.php │ │ │ │ │ │ ├── PartyLegalEntityType.php │ │ │ │ │ │ ├── PartyName.php │ │ │ │ │ │ ├── PartyNameType.php │ │ │ │ │ │ ├── PartyTaxScheme.php │ │ │ │ │ │ ├── PartyTaxSchemeType.php │ │ │ │ │ │ ├── PartyType.php │ │ │ │ │ │ ├── PayeeFinancialAccount.php │ │ │ │ │ │ ├── PayeeParty.php │ │ │ │ │ │ ├── PayerFinancialAccount.php │ │ │ │ │ │ ├── Payment.php │ │ │ │ │ │ ├── PaymentAlternativeExchangeRate.php │ │ │ │ │ │ ├── PaymentExchangeRate.php │ │ │ │ │ │ ├── PaymentMeans.php │ │ │ │ │ │ ├── PaymentMeansType.php │ │ │ │ │ │ ├── PaymentTerms.php │ │ │ │ │ │ ├── PaymentTermsType.php │ │ │ │ │ │ ├── PaymentType.php │ │ │ │ │ │ ├── PenaltyPeriod.php │ │ │ │ │ │ ├── Period.php │ │ │ │ │ │ ├── PeriodType.php │ │ │ │ │ │ ├── Person.php │ │ │ │ │ │ ├── PersonType.php │ │ │ │ │ │ ├── PhysicalAttribute.php │ │ │ │ │ │ ├── PhysicalAttributeType.php │ │ │ │ │ │ ├── PhysicalLocation.php │ │ │ │ │ │ ├── PostalAddress.php │ │ │ │ │ │ ├── PrepaidPayment.php │ │ │ │ │ │ ├── PreparationParty.php │ │ │ │ │ │ ├── PreviousPriceList.php │ │ │ │ │ │ ├── Price.php │ │ │ │ │ │ ├── PriceList.php │ │ │ │ │ │ ├── PriceListType.php │ │ │ │ │ │ ├── PriceType.php │ │ │ │ │ │ ├── PricingExchangeRate.php │ │ │ │ │ │ ├── PricingReference.php │ │ │ │ │ │ ├── PricingReferenceType.php │ │ │ │ │ │ ├── PromisedDeliveryPeriod.php │ │ │ │ │ │ ├── ProviderParty.php │ │ │ │ │ │ ├── QuotationDocumentReference.php │ │ │ │ │ │ ├── QuotationLine.php │ │ │ │ │ │ ├── QuotationLineReference.php │ │ │ │ │ │ ├── QuotationLineType.php │ │ │ │ │ │ ├── QuotedMonetaryTotal.php │ │ │ │ │ │ ├── RailTransport.php │ │ │ │ │ │ ├── RailTransportType.php │ │ │ │ │ │ ├── ReceiptDocumentReference.php │ │ │ │ │ │ ├── ReceiptLine.php │ │ │ │ │ │ ├── ReceiptLineReference.php │ │ │ │ │ │ ├── ReceiptLineType.php │ │ │ │ │ │ ├── ReceivedHandlingUnitReceiptLine.php │ │ │ │ │ │ ├── ReceiverParty.php │ │ │ │ │ │ ├── RecipientParty.php │ │ │ │ │ │ ├── ReferencedContract.php │ │ │ │ │ │ ├── RegistrationAddress.php │ │ │ │ │ │ ├── RelatedCatalogueReference.php │ │ │ │ │ │ ├── RelatedItem.php │ │ │ │ │ │ ├── RelatedItemType.php │ │ │ │ │ │ ├── ReminderDocumentReference.php │ │ │ │ │ │ ├── ReminderLine.php │ │ │ │ │ │ ├── ReminderLineType.php │ │ │ │ │ │ ├── ReminderPeriod.php │ │ │ │ │ │ ├── RemittanceAdviceLine.php │ │ │ │ │ │ ├── RemittanceAdviceLineType.php │ │ │ │ │ │ ├── ReplacementRelatedItem.php │ │ │ │ │ │ ├── ReportedShipment.php │ │ │ │ │ │ ├── RequestForQuotationDocumentReference.php │ │ │ │ │ │ ├── RequestForQuotationLine.php │ │ │ │ │ │ ├── RequestForQuotationLineType.php │ │ │ │ │ │ ├── RequestedCatalogueReference.php │ │ │ │ │ │ ├── RequestedClassificationScheme.php │ │ │ │ │ │ ├── RequestedDeliveryPeriod.php │ │ │ │ │ │ ├── RequestedLanguage.php │ │ │ │ │ │ ├── RequestedMonetaryTotal.php │ │ │ │ │ │ ├── RequiredItemLocationQuantity.php │ │ │ │ │ │ ├── RequiredRelatedItem.php │ │ │ │ │ │ ├── Response.php │ │ │ │ │ │ ├── ResponseType.php │ │ │ │ │ │ ├── RoadTransport.php │ │ │ │ │ │ ├── RoadTransportType.php │ │ │ │ │ │ ├── SecondaryHazard.php │ │ │ │ │ │ ├── SecondaryHazardType.php │ │ │ │ │ │ ├── SelfBilledCreditNoteDocumentReference.php │ │ │ │ │ │ ├── SelfBilledInvoiceDocumentReference.php │ │ │ │ │ │ ├── SellerContact.php │ │ │ │ │ │ ├── SellerProposedSubstituteLineItem.php │ │ │ │ │ │ ├── SellerSubstitutedLineItem.php │ │ │ │ │ │ ├── SellerSupplierParty.php │ │ │ │ │ │ ├── SellersItemIdentification.php │ │ │ │ │ │ ├── SenderParty.php │ │ │ │ │ │ ├── SettlementPeriod.php │ │ │ │ │ │ ├── Shipment.php │ │ │ │ │ │ ├── ShipmentStage.php │ │ │ │ │ │ ├── ShipmentStageType.php │ │ │ │ │ │ ├── ShipmentType.php │ │ │ │ │ │ ├── SignatoryContact.php │ │ │ │ │ │ ├── SignatoryParty.php │ │ │ │ │ │ ├── Signature.php │ │ │ │ │ │ ├── SignatureType.php │ │ │ │ │ │ ├── StandardItemIdentification.php │ │ │ │ │ │ ├── StatementDocumentReference.php │ │ │ │ │ │ ├── StatementLine.php │ │ │ │ │ │ ├── StatementLineType.php │ │ │ │ │ │ ├── StatementPeriod.php │ │ │ │ │ │ ├── Status.php │ │ │ │ │ │ ├── StatusType.php │ │ │ │ │ │ ├── Stowage.php │ │ │ │ │ │ ├── StowageType.php │ │ │ │ │ │ ├── SupplierParty.php │ │ │ │ │ │ ├── SupplierPartyType.php │ │ │ │ │ │ ├── SupportingDocumentReference.php │ │ │ │ │ │ ├── TaxCategory.php │ │ │ │ │ │ ├── TaxCategoryType.php │ │ │ │ │ │ ├── TaxExchangeRate.php │ │ │ │ │ │ ├── TaxRepresentativeParty.php │ │ │ │ │ │ ├── TaxScheme.php │ │ │ │ │ │ ├── TaxSchemeType.php │ │ │ │ │ │ ├── TaxSubtotal.php │ │ │ │ │ │ ├── TaxSubtotalType.php │ │ │ │ │ │ ├── TaxTotal.php │ │ │ │ │ │ ├── TaxTotalType.php │ │ │ │ │ │ ├── Temperature.php │ │ │ │ │ │ ├── TemperatureType.php │ │ │ │ │ │ ├── TradingTerms.php │ │ │ │ │ │ ├── TradingTermsType.php │ │ │ │ │ │ ├── TransactionConditions.php │ │ │ │ │ │ ├── TransactionConditionsType.php │ │ │ │ │ │ ├── TransitCountry.php │ │ │ │ │ │ ├── TransitPeriod.php │ │ │ │ │ │ ├── TransportContract.php │ │ │ │ │ │ ├── TransportEquipment.php │ │ │ │ │ │ ├── TransportEquipmentSeal.php │ │ │ │ │ │ ├── TransportEquipmentSealType.php │ │ │ │ │ │ ├── TransportEquipmentType.php │ │ │ │ │ │ ├── TransportEvent.php │ │ │ │ │ │ ├── TransportEventType.php │ │ │ │ │ │ ├── TransportHandlingUnit.php │ │ │ │ │ │ ├── TransportHandlingUnitType.php │ │ │ │ │ │ ├── TransportMeans.php │ │ │ │ │ │ ├── TransportMeansType.php │ │ │ │ │ │ ├── TransportationService.php │ │ │ │ │ │ ├── TransportationServiceType.php │ │ │ │ │ │ ├── TransshipPortLocation.php │ │ │ │ │ │ ├── UnloadingPortLocation.php │ │ │ │ │ │ ├── UsabilityPeriod.php │ │ │ │ │ │ ├── ValidityPeriod.php │ │ │ │ │ │ ├── WarrantyParty.php │ │ │ │ │ │ └── WarrantyValidityPeriod.php │ │ │ │ │ │ ├── CommonBasicComponents_2 │ │ │ │ │ │ ├── AcceptedIndicator.php │ │ │ │ │ │ ├── AcceptedIndicatorType.php │ │ │ │ │ │ ├── AccountID.php │ │ │ │ │ │ ├── AccountIDType.php │ │ │ │ │ │ ├── AccountNumberID.php │ │ │ │ │ │ ├── AccountNumberIDType.php │ │ │ │ │ │ ├── AccountTypeCode.php │ │ │ │ │ │ ├── AccountTypeCodeType.php │ │ │ │ │ │ ├── AccountingCost.php │ │ │ │ │ │ ├── AccountingCostCode.php │ │ │ │ │ │ ├── AccountingCostCodeType.php │ │ │ │ │ │ ├── AccountingCostType.php │ │ │ │ │ │ ├── ActionCode.php │ │ │ │ │ │ ├── ActionCodeType.php │ │ │ │ │ │ ├── ActualDeliveryDate.php │ │ │ │ │ │ ├── ActualDeliveryDateType.php │ │ │ │ │ │ ├── ActualDeliveryTime.php │ │ │ │ │ │ ├── ActualDeliveryTimeType.php │ │ │ │ │ │ ├── ActualDespatchDate.php │ │ │ │ │ │ ├── ActualDespatchDateType.php │ │ │ │ │ │ ├── ActualDespatchTime.php │ │ │ │ │ │ ├── ActualDespatchTimeType.php │ │ │ │ │ │ ├── AdValoremIndicator.php │ │ │ │ │ │ ├── AdValoremIndicatorType.php │ │ │ │ │ │ ├── AdditionalAccountID.php │ │ │ │ │ │ ├── AdditionalAccountIDType.php │ │ │ │ │ │ ├── AdditionalInformation.php │ │ │ │ │ │ ├── AdditionalInformationType.php │ │ │ │ │ │ ├── AdditionalStreetName.php │ │ │ │ │ │ ├── AdditionalStreetNameType.php │ │ │ │ │ │ ├── AddressFormatCode.php │ │ │ │ │ │ ├── AddressFormatCodeType.php │ │ │ │ │ │ ├── AddressTypeCode.php │ │ │ │ │ │ ├── AddressTypeCodeType.php │ │ │ │ │ │ ├── AgencyID.php │ │ │ │ │ │ ├── AgencyIDType.php │ │ │ │ │ │ ├── AgencyName.php │ │ │ │ │ │ ├── AgencyNameType.php │ │ │ │ │ │ ├── AircraftID.php │ │ │ │ │ │ ├── AircraftIDType.php │ │ │ │ │ │ ├── AllowanceChargeReason.php │ │ │ │ │ │ ├── AllowanceChargeReasonCode.php │ │ │ │ │ │ ├── AllowanceChargeReasonCodeType.php │ │ │ │ │ │ ├── AllowanceChargeReasonType.php │ │ │ │ │ │ ├── AllowanceTotalAmount.php │ │ │ │ │ │ ├── AllowanceTotalAmountType.php │ │ │ │ │ │ ├── Amount.php │ │ │ │ │ │ ├── AmountType.php │ │ │ │ │ │ ├── ApplicationID.php │ │ │ │ │ │ ├── ApplicationIDType.php │ │ │ │ │ │ ├── ApplicationStatusCode.php │ │ │ │ │ │ ├── ApplicationStatusCodeType.php │ │ │ │ │ │ ├── ApprovalStatus.php │ │ │ │ │ │ ├── ApprovalStatusType.php │ │ │ │ │ │ ├── AttributeID.php │ │ │ │ │ │ ├── AttributeIDType.php │ │ │ │ │ │ ├── BackOrderAllowedIndicator.php │ │ │ │ │ │ ├── BackOrderAllowedIndicatorType.php │ │ │ │ │ │ ├── BackorderQuantity.php │ │ │ │ │ │ ├── BackorderQuantityType.php │ │ │ │ │ │ ├── BackorderReason.php │ │ │ │ │ │ ├── BackorderReasonType.php │ │ │ │ │ │ ├── BalanceAmount.php │ │ │ │ │ │ ├── BalanceAmountType.php │ │ │ │ │ │ ├── BalanceBroughtForwardIndicator.php │ │ │ │ │ │ ├── BalanceBroughtForwardIndicatorType.php │ │ │ │ │ │ ├── BaseAmount.php │ │ │ │ │ │ ├── BaseAmountType.php │ │ │ │ │ │ ├── BaseQuantity.php │ │ │ │ │ │ ├── BaseQuantityType.php │ │ │ │ │ │ ├── BaseUnitMeasure.php │ │ │ │ │ │ ├── BaseUnitMeasureType.php │ │ │ │ │ │ ├── BatchQuantity.php │ │ │ │ │ │ ├── BatchQuantityType.php │ │ │ │ │ │ ├── BlockName.php │ │ │ │ │ │ ├── BlockNameType.php │ │ │ │ │ │ ├── BrandName.php │ │ │ │ │ │ ├── BrandNameType.php │ │ │ │ │ │ ├── BuildingName.php │ │ │ │ │ │ ├── BuildingNameType.php │ │ │ │ │ │ ├── BuildingNumber.php │ │ │ │ │ │ ├── BuildingNumberType.php │ │ │ │ │ │ ├── CV2ID.php │ │ │ │ │ │ ├── CV2IDType.php │ │ │ │ │ │ ├── CalculationRate.php │ │ │ │ │ │ ├── CalculationRateType.php │ │ │ │ │ │ ├── CalculationSequenceNumeric.php │ │ │ │ │ │ ├── CalculationSequenceNumericType.php │ │ │ │ │ │ ├── CancellationNote.php │ │ │ │ │ │ ├── CancellationNoteType.php │ │ │ │ │ │ ├── CanonicalizationMethod.php │ │ │ │ │ │ ├── CanonicalizationMethodType.php │ │ │ │ │ │ ├── CardChipCode.php │ │ │ │ │ │ ├── CardChipCodeType.php │ │ │ │ │ │ ├── CardTypeCode.php │ │ │ │ │ │ ├── CardTypeCodeType.php │ │ │ │ │ │ ├── CargoTypeCode.php │ │ │ │ │ │ ├── CargoTypeCodeType.php │ │ │ │ │ │ ├── CarrierAssignedID.php │ │ │ │ │ │ ├── CarrierAssignedIDType.php │ │ │ │ │ │ ├── CatalogueIndicator.php │ │ │ │ │ │ ├── CatalogueIndicatorType.php │ │ │ │ │ │ ├── CategoryName.php │ │ │ │ │ │ ├── CategoryNameType.php │ │ │ │ │ │ ├── CertificateType.php │ │ │ │ │ │ ├── CertificateTypeType.php │ │ │ │ │ │ ├── Channel.php │ │ │ │ │ │ ├── ChannelCode.php │ │ │ │ │ │ ├── ChannelCodeType.php │ │ │ │ │ │ ├── ChannelType.php │ │ │ │ │ │ ├── ChargeIndicator.php │ │ │ │ │ │ ├── ChargeIndicatorType.php │ │ │ │ │ │ ├── ChargeTotalAmount.php │ │ │ │ │ │ ├── ChargeTotalAmountType.php │ │ │ │ │ │ ├── ChargeableWeightMeasure.php │ │ │ │ │ │ ├── ChargeableWeightMeasureType.php │ │ │ │ │ │ ├── ChipApplicationID.php │ │ │ │ │ │ ├── ChipApplicationIDType.php │ │ │ │ │ │ ├── CityName.php │ │ │ │ │ │ ├── CityNameType.php │ │ │ │ │ │ ├── CitySubdivisionName.php │ │ │ │ │ │ ├── CitySubdivisionNameType.php │ │ │ │ │ │ ├── ClassifiedIndicator.php │ │ │ │ │ │ ├── ClassifiedIndicatorType.php │ │ │ │ │ │ ├── CodeValue.php │ │ │ │ │ │ ├── CodeValueType.php │ │ │ │ │ │ ├── CommodityCode.php │ │ │ │ │ │ ├── CommodityCodeType.php │ │ │ │ │ │ ├── CompanyID.php │ │ │ │ │ │ ├── CompanyIDType.php │ │ │ │ │ │ ├── CompletionIndicator.php │ │ │ │ │ │ ├── CompletionIndicatorType.php │ │ │ │ │ │ ├── Condition.php │ │ │ │ │ │ ├── ConditionCode.php │ │ │ │ │ │ ├── ConditionCodeType.php │ │ │ │ │ │ ├── ConditionType.php │ │ │ │ │ │ ├── Conditions.php │ │ │ │ │ │ ├── ConditionsType.php │ │ │ │ │ │ ├── ConsumerUnitQuantity.php │ │ │ │ │ │ ├── ConsumerUnitQuantityType.php │ │ │ │ │ │ ├── ContentUnitQuantity.php │ │ │ │ │ │ ├── ContentUnitQuantityType.php │ │ │ │ │ │ ├── ContractSubdivision.php │ │ │ │ │ │ ├── ContractSubdivisionType.php │ │ │ │ │ │ ├── ContractType.php │ │ │ │ │ │ ├── ContractTypeCode.php │ │ │ │ │ │ ├── ContractTypeCodeType.php │ │ │ │ │ │ ├── ContractTypeType.php │ │ │ │ │ │ ├── CoordinateSystemCode.php │ │ │ │ │ │ ├── CoordinateSystemCodeType.php │ │ │ │ │ │ ├── CopiesNumeric.php │ │ │ │ │ │ ├── CopiesNumericType.php │ │ │ │ │ │ ├── CopyIndicator.php │ │ │ │ │ │ ├── CopyIndicatorType.php │ │ │ │ │ │ ├── CorporateRegistrationTypeCode.php │ │ │ │ │ │ ├── CorporateRegistrationTypeCodeType.php │ │ │ │ │ │ ├── CountrySubentity.php │ │ │ │ │ │ ├── CountrySubentityCode.php │ │ │ │ │ │ ├── CountrySubentityCodeType.php │ │ │ │ │ │ ├── CountrySubentityType.php │ │ │ │ │ │ ├── CreditAmount.php │ │ │ │ │ │ ├── CreditAmountType.php │ │ │ │ │ │ ├── CreditLineAmount.php │ │ │ │ │ │ ├── CreditLineAmountType.php │ │ │ │ │ │ ├── CreditedQuantity.php │ │ │ │ │ │ ├── CreditedQuantityType.php │ │ │ │ │ │ ├── CurrencyBaseRate.php │ │ │ │ │ │ ├── CurrencyBaseRateType.php │ │ │ │ │ │ ├── CurrencyCode.php │ │ │ │ │ │ ├── CurrencyCodeType.php │ │ │ │ │ │ ├── CustomerAssignedAccountID.php │ │ │ │ │ │ ├── CustomerAssignedAccountIDType.php │ │ │ │ │ │ ├── CustomerReference.php │ │ │ │ │ │ ├── CustomerReferenceType.php │ │ │ │ │ │ ├── CustomizationID.php │ │ │ │ │ │ ├── CustomizationIDType.php │ │ │ │ │ │ ├── CustomsID.php │ │ │ │ │ │ ├── CustomsIDType.php │ │ │ │ │ │ ├── CustomsImportClassifiedIndicator.php │ │ │ │ │ │ ├── CustomsImportClassifiedIndicatorType.php │ │ │ │ │ │ ├── CustomsStatusCode.php │ │ │ │ │ │ ├── CustomsStatusCodeType.php │ │ │ │ │ │ ├── CustomsTariffQuantity.php │ │ │ │ │ │ ├── CustomsTariffQuantityType.php │ │ │ │ │ │ ├── DamageRemarks.php │ │ │ │ │ │ ├── DamageRemarksType.php │ │ │ │ │ │ ├── DataSendingCapability.php │ │ │ │ │ │ ├── DataSendingCapabilityType.php │ │ │ │ │ │ ├── Date.php │ │ │ │ │ │ ├── DateType.php │ │ │ │ │ │ ├── DebitAmount.php │ │ │ │ │ │ ├── DebitAmountType.php │ │ │ │ │ │ ├── DebitLineAmount.php │ │ │ │ │ │ ├── DebitLineAmountType.php │ │ │ │ │ │ ├── DebitedQuantity.php │ │ │ │ │ │ ├── DebitedQuantityType.php │ │ │ │ │ │ ├── DeclaredCarriageValueAmount.php │ │ │ │ │ │ ├── DeclaredCarriageValueAmountType.php │ │ │ │ │ │ ├── DeclaredCustomsValueAmount.php │ │ │ │ │ │ ├── DeclaredCustomsValueAmountType.php │ │ │ │ │ │ ├── DeclaredForCarriageValueAmount.php │ │ │ │ │ │ ├── DeclaredForCarriageValueAmountType.php │ │ │ │ │ │ ├── DeclaredStatisticsValueAmount.php │ │ │ │ │ │ ├── DeclaredStatisticsValueAmountType.php │ │ │ │ │ │ ├── DegreesMeasure.php │ │ │ │ │ │ ├── DegreesMeasureType.php │ │ │ │ │ │ ├── DeliveredQuantity.php │ │ │ │ │ │ ├── DeliveredQuantityType.php │ │ │ │ │ │ ├── DeliveryDate.php │ │ │ │ │ │ ├── DeliveryDateType.php │ │ │ │ │ │ ├── DeliveryInstructions.php │ │ │ │ │ │ ├── DeliveryInstructionsType.php │ │ │ │ │ │ ├── DeliveryTime.php │ │ │ │ │ │ ├── DeliveryTimeType.php │ │ │ │ │ │ ├── Department.php │ │ │ │ │ │ ├── DepartmentType.php │ │ │ │ │ │ ├── Description.php │ │ │ │ │ │ ├── DescriptionCode.php │ │ │ │ │ │ ├── DescriptionCodeType.php │ │ │ │ │ │ ├── DescriptionType.php │ │ │ │ │ │ ├── DespatchAdviceTypeCode.php │ │ │ │ │ │ ├── DespatchAdviceTypeCodeType.php │ │ │ │ │ │ ├── DespatchDate.php │ │ │ │ │ │ ├── DespatchDateType.php │ │ │ │ │ │ ├── DespatchTime.php │ │ │ │ │ │ ├── DespatchTimeType.php │ │ │ │ │ │ ├── DirectionCode.php │ │ │ │ │ │ ├── DirectionCodeType.php │ │ │ │ │ │ ├── DiscountPercent.php │ │ │ │ │ │ ├── DiscountPercentType.php │ │ │ │ │ │ ├── DispositionCode.php │ │ │ │ │ │ ├── DispositionCodeType.php │ │ │ │ │ │ ├── District.php │ │ │ │ │ │ ├── DistrictType.php │ │ │ │ │ │ ├── DocumentBinaryObject.php │ │ │ │ │ │ ├── DocumentBinaryObjectType.php │ │ │ │ │ │ ├── DocumentCurrencyCode.php │ │ │ │ │ │ ├── DocumentCurrencyCodeType.php │ │ │ │ │ │ ├── DocumentHash.php │ │ │ │ │ │ ├── DocumentHashType.php │ │ │ │ │ │ ├── DocumentID.php │ │ │ │ │ │ ├── DocumentIDType.php │ │ │ │ │ │ ├── DocumentStatusCode.php │ │ │ │ │ │ ├── DocumentStatusCodeType.php │ │ │ │ │ │ ├── DocumentType.php │ │ │ │ │ │ ├── DocumentTypeCode.php │ │ │ │ │ │ ├── DocumentTypeCodeType.php │ │ │ │ │ │ ├── DocumentTypeType.php │ │ │ │ │ │ ├── DurationMeasure.php │ │ │ │ │ │ ├── DurationMeasureType.php │ │ │ │ │ │ ├── ElectronicMail.php │ │ │ │ │ │ ├── ElectronicMailType.php │ │ │ │ │ │ ├── EmbeddedDocumentBinaryObject.php │ │ │ │ │ │ ├── EmbeddedDocumentBinaryObjectType.php │ │ │ │ │ │ ├── EmergencyProceduresCode.php │ │ │ │ │ │ ├── EmergencyProceduresCodeType.php │ │ │ │ │ │ ├── EndDate.php │ │ │ │ │ │ ├── EndDateType.php │ │ │ │ │ │ ├── EndTime.php │ │ │ │ │ │ ├── EndTimeType.php │ │ │ │ │ │ ├── EndpointID.php │ │ │ │ │ │ ├── EndpointIDType.php │ │ │ │ │ │ ├── EstimatedDespatchDate.php │ │ │ │ │ │ ├── EstimatedDespatchDateType.php │ │ │ │ │ │ ├── EstimatedDespatchTime.php │ │ │ │ │ │ ├── EstimatedDespatchTimeType.php │ │ │ │ │ │ ├── EventCode.php │ │ │ │ │ │ ├── EventCodeType.php │ │ │ │ │ │ ├── ExchangeMarketID.php │ │ │ │ │ │ ├── ExchangeMarketIDType.php │ │ │ │ │ │ ├── ExemptionReason.php │ │ │ │ │ │ ├── ExemptionReasonCode.php │ │ │ │ │ │ ├── ExemptionReasonCodeType.php │ │ │ │ │ │ ├── ExemptionReasonType.php │ │ │ │ │ │ ├── ExpiryDate.php │ │ │ │ │ │ ├── ExpiryDateType.php │ │ │ │ │ │ ├── ExpiryTime.php │ │ │ │ │ │ ├── ExpiryTimeType.php │ │ │ │ │ │ ├── ExtendedID.php │ │ │ │ │ │ ├── ExtendedIDType.php │ │ │ │ │ │ ├── Extension.php │ │ │ │ │ │ ├── ExtensionType.php │ │ │ │ │ │ ├── FactorNumeric.php │ │ │ │ │ │ ├── FactorNumericType.php │ │ │ │ │ │ ├── FamilyName.php │ │ │ │ │ │ ├── FamilyNameType.php │ │ │ │ │ │ ├── FirstName.php │ │ │ │ │ │ ├── FirstNameType.php │ │ │ │ │ │ ├── Floor.php │ │ │ │ │ │ ├── FloorType.php │ │ │ │ │ │ ├── FreeOfChargeIndicator.php │ │ │ │ │ │ ├── FreeOfChargeIndicatorType.php │ │ │ │ │ │ ├── FreeOnBoardValueAmount.php │ │ │ │ │ │ ├── FreeOnBoardValueAmountType.php │ │ │ │ │ │ ├── FreightRateClassCode.php │ │ │ │ │ │ ├── FreightRateClassCodeType.php │ │ │ │ │ │ ├── FullnessIndicationCode.php │ │ │ │ │ │ ├── FullnessIndicationCodeType.php │ │ │ │ │ │ ├── GoodsItemQuantity.php │ │ │ │ │ │ ├── GoodsItemQuantityType.php │ │ │ │ │ │ ├── GrossVolumeMeasure.php │ │ │ │ │ │ ├── GrossVolumeMeasureType.php │ │ │ │ │ │ ├── GrossWeightMeasure.php │ │ │ │ │ │ ├── GrossWeightMeasureType.php │ │ │ │ │ │ ├── HandlingCode.php │ │ │ │ │ │ ├── HandlingCodeType.php │ │ │ │ │ │ ├── HandlingInstructions.php │ │ │ │ │ │ ├── HandlingInstructionsType.php │ │ │ │ │ │ ├── HazardClassID.php │ │ │ │ │ │ ├── HazardClassIDType.php │ │ │ │ │ │ ├── HazardousCategoryCode.php │ │ │ │ │ │ ├── HazardousCategoryCodeType.php │ │ │ │ │ │ ├── HazardousRegulationCode.php │ │ │ │ │ │ ├── HazardousRegulationCodeType.php │ │ │ │ │ │ ├── HazardousRiskIndicator.php │ │ │ │ │ │ ├── HazardousRiskIndicatorType.php │ │ │ │ │ │ ├── HolderName.php │ │ │ │ │ │ ├── HolderNameType.php │ │ │ │ │ │ ├── ID.php │ │ │ │ │ │ ├── IDType.php │ │ │ │ │ │ ├── IdentificationCode.php │ │ │ │ │ │ ├── IdentificationCodeType.php │ │ │ │ │ │ ├── IdentificationID.php │ │ │ │ │ │ ├── IdentificationIDType.php │ │ │ │ │ │ ├── IndicationIndicator.php │ │ │ │ │ │ ├── IndicationIndicatorType.php │ │ │ │ │ │ ├── Indicator.php │ │ │ │ │ │ ├── IndicatorType.php │ │ │ │ │ │ ├── Information.php │ │ │ │ │ │ ├── InformationType.php │ │ │ │ │ │ ├── InhalationToxicityZoneCode.php │ │ │ │ │ │ ├── InhalationToxicityZoneCodeType.php │ │ │ │ │ │ ├── InhouseMail.php │ │ │ │ │ │ ├── InhouseMailType.php │ │ │ │ │ │ ├── InspectionMethodCode.php │ │ │ │ │ │ ├── InspectionMethodCodeType.php │ │ │ │ │ │ ├── Instruction.php │ │ │ │ │ │ ├── InstructionID.php │ │ │ │ │ │ ├── InstructionIDType.php │ │ │ │ │ │ ├── InstructionNote.php │ │ │ │ │ │ ├── InstructionNoteType.php │ │ │ │ │ │ ├── InstructionType.php │ │ │ │ │ │ ├── Instructions.php │ │ │ │ │ │ ├── InstructionsType.php │ │ │ │ │ │ ├── InsurancePremiumAmount.php │ │ │ │ │ │ ├── InsurancePremiumAmountType.php │ │ │ │ │ │ ├── InsuranceValueAmount.php │ │ │ │ │ │ ├── InsuranceValueAmountType.php │ │ │ │ │ │ ├── InvoiceAmount.php │ │ │ │ │ │ ├── InvoiceAmountType.php │ │ │ │ │ │ ├── InvoiceTypeCode.php │ │ │ │ │ │ ├── InvoiceTypeCodeType.php │ │ │ │ │ │ ├── InvoicedQuantity.php │ │ │ │ │ │ ├── InvoicedQuantityType.php │ │ │ │ │ │ ├── InvoicingPartyReference.php │ │ │ │ │ │ ├── InvoicingPartyReferenceType.php │ │ │ │ │ │ ├── IssueDate.php │ │ │ │ │ │ ├── IssueDateType.php │ │ │ │ │ │ ├── IssueNumberID.php │ │ │ │ │ │ ├── IssueNumberIDType.php │ │ │ │ │ │ ├── IssueTime.php │ │ │ │ │ │ ├── IssueTimeType.php │ │ │ │ │ │ ├── IssuerID.php │ │ │ │ │ │ ├── IssuerIDType.php │ │ │ │ │ │ ├── ItemClassificationCode.php │ │ │ │ │ │ ├── ItemClassificationCodeType.php │ │ │ │ │ │ ├── ItemUpdateRequestIndicator.php │ │ │ │ │ │ ├── ItemUpdateRequestIndicatorType.php │ │ │ │ │ │ ├── JobID.php │ │ │ │ │ │ ├── JobIDType.php │ │ │ │ │ │ ├── JobTitle.php │ │ │ │ │ │ ├── JobTitleType.php │ │ │ │ │ │ ├── JourneyID.php │ │ │ │ │ │ ├── JourneyIDType.php │ │ │ │ │ │ ├── Keyword.php │ │ │ │ │ │ ├── KeywordType.php │ │ │ │ │ │ ├── LanguageID.php │ │ │ │ │ │ ├── LanguageIDType.php │ │ │ │ │ │ ├── LastRevisionDate.php │ │ │ │ │ │ ├── LastRevisionDateType.php │ │ │ │ │ │ ├── LastRevisionTime.php │ │ │ │ │ │ ├── LastRevisionTimeType.php │ │ │ │ │ │ ├── LatestDeliveryDate.php │ │ │ │ │ │ ├── LatestDeliveryDateType.php │ │ │ │ │ │ ├── LatestDeliveryTime.php │ │ │ │ │ │ ├── LatestDeliveryTimeType.php │ │ │ │ │ │ ├── LatitudeDegreesMeasure.php │ │ │ │ │ │ ├── LatitudeDegreesMeasureType.php │ │ │ │ │ │ ├── LatitudeDirectionCode.php │ │ │ │ │ │ ├── LatitudeDirectionCodeType.php │ │ │ │ │ │ ├── LatitudeMinutesMeasure.php │ │ │ │ │ │ ├── LatitudeMinutesMeasureType.php │ │ │ │ │ │ ├── LeadTimeMeasure.php │ │ │ │ │ │ ├── LeadTimeMeasureType.php │ │ │ │ │ │ ├── LegalStatusIndicator.php │ │ │ │ │ │ ├── LegalStatusIndicatorType.php │ │ │ │ │ │ ├── LengthMeasure.php │ │ │ │ │ │ ├── LengthMeasureType.php │ │ │ │ │ │ ├── LicensePlateID.php │ │ │ │ │ │ ├── LicensePlateIDType.php │ │ │ │ │ │ ├── LifeCycleStatusCode.php │ │ │ │ │ │ ├── LifeCycleStatusCodeType.php │ │ │ │ │ │ ├── Line.php │ │ │ │ │ │ ├── LineAmount.php │ │ │ │ │ │ ├── LineAmountType.php │ │ │ │ │ │ ├── LineCountNumeric.php │ │ │ │ │ │ ├── LineCountNumericType.php │ │ │ │ │ │ ├── LineExtensionAmount.php │ │ │ │ │ │ ├── LineExtensionAmountType.php │ │ │ │ │ │ ├── LineID.php │ │ │ │ │ │ ├── LineIDType.php │ │ │ │ │ │ ├── LineStatusCode.php │ │ │ │ │ │ ├── LineStatusCodeType.php │ │ │ │ │ │ ├── LineType.php │ │ │ │ │ │ ├── LoadingLengthMeasure.php │ │ │ │ │ │ ├── LoadingLengthMeasureType.php │ │ │ │ │ │ ├── LocaleCode.php │ │ │ │ │ │ ├── LocaleCodeType.php │ │ │ │ │ │ ├── Location.php │ │ │ │ │ │ ├── LocationID.php │ │ │ │ │ │ ├── LocationIDType.php │ │ │ │ │ │ ├── LocationType.php │ │ │ │ │ │ ├── LogoReferenceID.php │ │ │ │ │ │ ├── LogoReferenceIDType.php │ │ │ │ │ │ ├── LongitudeDegreesMeasure.php │ │ │ │ │ │ ├── LongitudeDegreesMeasureType.php │ │ │ │ │ │ ├── LongitudeDirectionCode.php │ │ │ │ │ │ ├── LongitudeDirectionCodeType.php │ │ │ │ │ │ ├── LongitudeMinutesMeasure.php │ │ │ │ │ │ ├── LongitudeMinutesMeasureType.php │ │ │ │ │ │ ├── LossRisk.php │ │ │ │ │ │ ├── LossRiskResponsibilityCode.php │ │ │ │ │ │ ├── LossRiskResponsibilityCodeType.php │ │ │ │ │ │ ├── LossRiskType.php │ │ │ │ │ │ ├── LotNumberID.php │ │ │ │ │ │ ├── LotNumberIDType.php │ │ │ │ │ │ ├── LowerOrangeHazardPlacardID.php │ │ │ │ │ │ ├── LowerOrangeHazardPlacardIDType.php │ │ │ │ │ │ ├── Mail.php │ │ │ │ │ │ ├── MailType.php │ │ │ │ │ │ ├── ManufactureDate.php │ │ │ │ │ │ ├── ManufactureDateType.php │ │ │ │ │ │ ├── ManufactureTime.php │ │ │ │ │ │ ├── ManufactureTimeType.php │ │ │ │ │ │ ├── MarkAttention.php │ │ │ │ │ │ ├── MarkAttentionIndicator.php │ │ │ │ │ │ ├── MarkAttentionIndicatorType.php │ │ │ │ │ │ ├── MarkAttentionType.php │ │ │ │ │ │ ├── MarkCare.php │ │ │ │ │ │ ├── MarkCareIndicator.php │ │ │ │ │ │ ├── MarkCareIndicatorType.php │ │ │ │ │ │ ├── MarkCareType.php │ │ │ │ │ │ ├── MarkingID.php │ │ │ │ │ │ ├── MarkingIDType.php │ │ │ │ │ │ ├── Marks.php │ │ │ │ │ │ ├── MarksType.php │ │ │ │ │ │ ├── MathematicOperatorCode.php │ │ │ │ │ │ ├── MathematicOperatorCodeType.php │ │ │ │ │ │ ├── MaximumBackorderQuantity.php │ │ │ │ │ │ ├── MaximumBackorderQuantityType.php │ │ │ │ │ │ ├── MaximumCopiesNumeric.php │ │ │ │ │ │ ├── MaximumCopiesNumericType.php │ │ │ │ │ │ ├── MaximumMeasure.php │ │ │ │ │ │ ├── MaximumMeasureType.php │ │ │ │ │ │ ├── MaximumOrderQuantity.php │ │ │ │ │ │ ├── MaximumOrderQuantityType.php │ │ │ │ │ │ ├── MaximumQuantity.php │ │ │ │ │ │ ├── MaximumQuantityType.php │ │ │ │ │ │ ├── Measure.php │ │ │ │ │ │ ├── MeasureType.php │ │ │ │ │ │ ├── MedicalFirstAidGuideCode.php │ │ │ │ │ │ ├── MedicalFirstAidGuideCodeType.php │ │ │ │ │ │ ├── MiddleName.php │ │ │ │ │ │ ├── MiddleNameType.php │ │ │ │ │ │ ├── MinimumBackorderQuantity.php │ │ │ │ │ │ ├── MinimumBackorderQuantityType.php │ │ │ │ │ │ ├── MinimumMeasure.php │ │ │ │ │ │ ├── MinimumMeasureType.php │ │ │ │ │ │ ├── MinimumOrderQuantity.php │ │ │ │ │ │ ├── MinimumOrderQuantityType.php │ │ │ │ │ │ ├── MinimumQuantity.php │ │ │ │ │ │ ├── MinimumQuantityType.php │ │ │ │ │ │ ├── MinutesMeasure.php │ │ │ │ │ │ ├── MinutesMeasureType.php │ │ │ │ │ │ ├── ModelName.php │ │ │ │ │ │ ├── ModelNameType.php │ │ │ │ │ │ ├── MultiplierFactorNumeric.php │ │ │ │ │ │ ├── MultiplierFactorNumericType.php │ │ │ │ │ │ ├── Name.php │ │ │ │ │ │ ├── NameSuffix.php │ │ │ │ │ │ ├── NameSuffixType.php │ │ │ │ │ │ ├── NameType.php │ │ │ │ │ │ ├── Nationality.php │ │ │ │ │ │ ├── NationalityID.php │ │ │ │ │ │ ├── NationalityIDType.php │ │ │ │ │ │ ├── NationalityType.php │ │ │ │ │ │ ├── NatureCode.php │ │ │ │ │ │ ├── NatureCodeType.php │ │ │ │ │ │ ├── NetNetWeightMeasure.php │ │ │ │ │ │ ├── NetNetWeightMeasureType.php │ │ │ │ │ │ ├── NetVolumeMeasure.php │ │ │ │ │ │ ├── NetVolumeMeasureType.php │ │ │ │ │ │ ├── NetWeightMeasure.php │ │ │ │ │ │ ├── NetWeightMeasureType.php │ │ │ │ │ │ ├── NetworkID.php │ │ │ │ │ │ ├── NetworkIDType.php │ │ │ │ │ │ ├── Note.php │ │ │ │ │ │ ├── NoteType.php │ │ │ │ │ │ ├── NumberID.php │ │ │ │ │ │ ├── NumberIDType.php │ │ │ │ │ │ ├── OccurrenceDate.php │ │ │ │ │ │ ├── OccurrenceDateType.php │ │ │ │ │ │ ├── OccurrenceTime.php │ │ │ │ │ │ ├── OccurrenceTimeType.php │ │ │ │ │ │ ├── OnCarriageIndicator.php │ │ │ │ │ │ ├── OnCarriageIndicatorType.php │ │ │ │ │ │ ├── OrangeHazardPlacardID.php │ │ │ │ │ │ ├── OrangeHazardPlacardIDType.php │ │ │ │ │ │ ├── OrderID.php │ │ │ │ │ │ ├── OrderIDType.php │ │ │ │ │ │ ├── OrderQuantity.php │ │ │ │ │ │ ├── OrderQuantityIncrementNumeric.php │ │ │ │ │ │ ├── OrderQuantityIncrementNumericType.php │ │ │ │ │ │ ├── OrderQuantityType.php │ │ │ │ │ │ ├── OrderableIndicator.php │ │ │ │ │ │ ├── OrderableIndicatorType.php │ │ │ │ │ │ ├── OrderableUnit.php │ │ │ │ │ │ ├── OrderableUnitFactorRate.php │ │ │ │ │ │ ├── OrderableUnitFactorRateType.php │ │ │ │ │ │ ├── OrderableUnitType.php │ │ │ │ │ │ ├── OrganizationDepartment.php │ │ │ │ │ │ ├── OrganizationDepartmentType.php │ │ │ │ │ │ ├── OriginalJobID.php │ │ │ │ │ │ ├── OriginalJobIDType.php │ │ │ │ │ │ ├── OtherInstruction.php │ │ │ │ │ │ ├── OtherInstructionType.php │ │ │ │ │ │ ├── OutstandingQuantity.php │ │ │ │ │ │ ├── OutstandingQuantityType.php │ │ │ │ │ │ ├── OutstandingReason.php │ │ │ │ │ │ ├── OutstandingReasonType.php │ │ │ │ │ │ ├── OversupplyQuantity.php │ │ │ │ │ │ ├── OversupplyQuantityType.php │ │ │ │ │ │ ├── OwnerTypeCode.php │ │ │ │ │ │ ├── OwnerTypeCodeType.php │ │ │ │ │ │ ├── PackLevelCode.php │ │ │ │ │ │ ├── PackLevelCodeType.php │ │ │ │ │ │ ├── PackQuantity.php │ │ │ │ │ │ ├── PackQuantityType.php │ │ │ │ │ │ ├── PackSizeNumeric.php │ │ │ │ │ │ ├── PackSizeNumericType.php │ │ │ │ │ │ ├── PackageLevelCode.php │ │ │ │ │ │ ├── PackageLevelCodeType.php │ │ │ │ │ │ ├── PackageQuantity.php │ │ │ │ │ │ ├── PackageQuantityType.php │ │ │ │ │ │ ├── PackagesQuantity.php │ │ │ │ │ │ ├── PackagesQuantityType.php │ │ │ │ │ │ ├── PackagingTypeCode.php │ │ │ │ │ │ ├── PackagingTypeCodeType.php │ │ │ │ │ │ ├── PackingCriteriaCode.php │ │ │ │ │ │ ├── PackingCriteriaCodeType.php │ │ │ │ │ │ ├── PackingMaterial.php │ │ │ │ │ │ ├── PackingMaterialType.php │ │ │ │ │ │ ├── PaidAmount.php │ │ │ │ │ │ ├── PaidAmountType.php │ │ │ │ │ │ ├── PaidDate.php │ │ │ │ │ │ ├── PaidDateType.php │ │ │ │ │ │ ├── PaidTime.php │ │ │ │ │ │ ├── PaidTimeType.php │ │ │ │ │ │ ├── ParentDocumentID.php │ │ │ │ │ │ ├── ParentDocumentIDType.php │ │ │ │ │ │ ├── ParentDocumentTypeCode.php │ │ │ │ │ │ ├── ParentDocumentTypeCodeType.php │ │ │ │ │ │ ├── PartialDeliveryIndicator.php │ │ │ │ │ │ ├── PartialDeliveryIndicatorType.php │ │ │ │ │ │ ├── PayableAmount.php │ │ │ │ │ │ ├── PayableAmountType.php │ │ │ │ │ │ ├── PayableRoundingAmount.php │ │ │ │ │ │ ├── PayableRoundingAmountType.php │ │ │ │ │ │ ├── PayerReference.php │ │ │ │ │ │ ├── PayerReferenceType.php │ │ │ │ │ │ ├── PaymentAlternativeCurrencyCode.php │ │ │ │ │ │ ├── PaymentAlternativeCurrencyCodeType.php │ │ │ │ │ │ ├── PaymentAmount.php │ │ │ │ │ │ ├── PaymentAmountType.php │ │ │ │ │ │ ├── PaymentChannelCode.php │ │ │ │ │ │ ├── PaymentChannelCodeType.php │ │ │ │ │ │ ├── PaymentCurrencyCode.php │ │ │ │ │ │ ├── PaymentCurrencyCodeType.php │ │ │ │ │ │ ├── PaymentDueDate.php │ │ │ │ │ │ ├── PaymentDueDateType.php │ │ │ │ │ │ ├── PaymentID.php │ │ │ │ │ │ ├── PaymentIDType.php │ │ │ │ │ │ ├── PaymentMeansCode.php │ │ │ │ │ │ ├── PaymentMeansCodeType.php │ │ │ │ │ │ ├── PaymentMeansID.php │ │ │ │ │ │ ├── PaymentMeansIDType.php │ │ │ │ │ │ ├── PaymentNote.php │ │ │ │ │ │ ├── PaymentNoteType.php │ │ │ │ │ │ ├── PaymentOrderReference.php │ │ │ │ │ │ ├── PaymentOrderReferenceType.php │ │ │ │ │ │ ├── PenaltySurchargePercent.php │ │ │ │ │ │ ├── PenaltySurchargePercentType.php │ │ │ │ │ │ ├── PerUnitAmount.php │ │ │ │ │ │ ├── PerUnitAmountType.php │ │ │ │ │ │ ├── Percent.php │ │ │ │ │ │ ├── PercentType.php │ │ │ │ │ │ ├── PlacardEndorsement.php │ │ │ │ │ │ ├── PlacardEndorsementType.php │ │ │ │ │ │ ├── PlacardNotation.php │ │ │ │ │ │ ├── PlacardNotationType.php │ │ │ │ │ │ ├── PlotIdentification.php │ │ │ │ │ │ ├── PlotIdentificationType.php │ │ │ │ │ │ ├── PositionCode.php │ │ │ │ │ │ ├── PositionCodeType.php │ │ │ │ │ │ ├── PostalZone.php │ │ │ │ │ │ ├── PostalZoneType.php │ │ │ │ │ │ ├── Postbox.php │ │ │ │ │ │ ├── PostboxType.php │ │ │ │ │ │ ├── PreCarriageIndicator.php │ │ │ │ │ │ ├── PreCarriageIndicatorType.php │ │ │ │ │ │ ├── PreferenceCriterionCode.php │ │ │ │ │ │ ├── PreferenceCriterionCodeType.php │ │ │ │ │ │ ├── PrepaidAmount.php │ │ │ │ │ │ ├── PrepaidAmountType.php │ │ │ │ │ │ ├── PrepaidIndicator.php │ │ │ │ │ │ ├── PrepaidIndicatorType.php │ │ │ │ │ │ ├── PrepaidPaymentReferenceID.php │ │ │ │ │ │ ├── PrepaidPaymentReferenceIDType.php │ │ │ │ │ │ ├── PreviousJobID.php │ │ │ │ │ │ ├── PreviousJobIDType.php │ │ │ │ │ │ ├── PreviousVersionID.php │ │ │ │ │ │ ├── PreviousVersionIDType.php │ │ │ │ │ │ ├── PriceAmount.php │ │ │ │ │ │ ├── PriceAmountType.php │ │ │ │ │ │ ├── PriceChangeReason.php │ │ │ │ │ │ ├── PriceChangeReasonType.php │ │ │ │ │ │ ├── PriceType.php │ │ │ │ │ │ ├── PriceTypeCode.php │ │ │ │ │ │ ├── PriceTypeCodeType.php │ │ │ │ │ │ ├── PriceTypeType.php │ │ │ │ │ │ ├── PricingCurrencyCode.php │ │ │ │ │ │ ├── PricingCurrencyCodeType.php │ │ │ │ │ │ ├── PricingUpdateRequestIndicator.php │ │ │ │ │ │ ├── PricingUpdateRequestIndicatorType.php │ │ │ │ │ │ ├── PrimaryAccountNumberID.php │ │ │ │ │ │ ├── PrimaryAccountNumberIDType.php │ │ │ │ │ │ ├── PrintQualifier.php │ │ │ │ │ │ ├── PrintQualifierType.php │ │ │ │ │ │ ├── Priority.php │ │ │ │ │ │ ├── PriorityType.php │ │ │ │ │ │ ├── ProductTraceID.php │ │ │ │ │ │ ├── ProductTraceIDType.php │ │ │ │ │ │ ├── ProfileID.php │ │ │ │ │ │ ├── ProfileIDType.php │ │ │ │ │ │ ├── ProviderTypeCode.php │ │ │ │ │ │ ├── ProviderTypeCodeType.php │ │ │ │ │ │ ├── Qualifier.php │ │ │ │ │ │ ├── QualifierType.php │ │ │ │ │ │ ├── Quantity.php │ │ │ │ │ │ ├── QuantityType.php │ │ │ │ │ │ ├── RailCarID.php │ │ │ │ │ │ ├── RailCarIDType.php │ │ │ │ │ │ ├── Reason.php │ │ │ │ │ │ ├── ReasonType.php │ │ │ │ │ │ ├── ReceivedDate.php │ │ │ │ │ │ ├── ReceivedDateType.php │ │ │ │ │ │ ├── ReceivedQuantity.php │ │ │ │ │ │ ├── ReceivedQuantityType.php │ │ │ │ │ │ ├── Reference.php │ │ │ │ │ │ ├── ReferenceDate.php │ │ │ │ │ │ ├── ReferenceDateType.php │ │ │ │ │ │ ├── ReferenceEventCode.php │ │ │ │ │ │ ├── ReferenceEventCodeType.php │ │ │ │ │ │ ├── ReferenceID.php │ │ │ │ │ │ ├── ReferenceIDType.php │ │ │ │ │ │ ├── ReferenceTime.php │ │ │ │ │ │ ├── ReferenceTimeType.php │ │ │ │ │ │ ├── ReferenceType.php │ │ │ │ │ │ ├── RefrigerationOnIndicator.php │ │ │ │ │ │ ├── RefrigerationOnIndicatorType.php │ │ │ │ │ │ ├── Region.php │ │ │ │ │ │ ├── RegionType.php │ │ │ │ │ │ ├── RegistrationID.php │ │ │ │ │ │ ├── RegistrationIDType.php │ │ │ │ │ │ ├── RegistrationName.php │ │ │ │ │ │ ├── RegistrationNameType.php │ │ │ │ │ │ ├── RegistrationNationality.php │ │ │ │ │ │ ├── RegistrationNationalityID.php │ │ │ │ │ │ ├── RegistrationNationalityIDType.php │ │ │ │ │ │ ├── RegistrationNationalityType.php │ │ │ │ │ │ ├── RejectActionCode.php │ │ │ │ │ │ ├── RejectActionCodeType.php │ │ │ │ │ │ ├── RejectReason.php │ │ │ │ │ │ ├── RejectReasonCode.php │ │ │ │ │ │ ├── RejectReasonCodeType.php │ │ │ │ │ │ ├── RejectReasonType.php │ │ │ │ │ │ ├── RejectedQuantity.php │ │ │ │ │ │ ├── RejectedQuantityType.php │ │ │ │ │ │ ├── RejectionNote.php │ │ │ │ │ │ ├── RejectionNoteType.php │ │ │ │ │ │ ├── Remarks.php │ │ │ │ │ │ ├── RemarksType.php │ │ │ │ │ │ ├── ReminderSequenceNumeric.php │ │ │ │ │ │ ├── ReminderSequenceNumericType.php │ │ │ │ │ │ ├── ReminderTypeCode.php │ │ │ │ │ │ ├── ReminderTypeCodeType.php │ │ │ │ │ │ ├── RequestedDespatchDate.php │ │ │ │ │ │ ├── RequestedDespatchDateType.php │ │ │ │ │ │ ├── RequestedDespatchTime.php │ │ │ │ │ │ ├── RequestedDespatchTimeType.php │ │ │ │ │ │ ├── RequestedInvoiceCurrencyCode.php │ │ │ │ │ │ ├── RequestedInvoiceCurrencyCodeType.php │ │ │ │ │ │ ├── RequiredCustomsID.php │ │ │ │ │ │ ├── RequiredCustomsIDType.php │ │ │ │ │ │ ├── ResponseCode.php │ │ │ │ │ │ ├── ResponseCodeType.php │ │ │ │ │ │ ├── ResponseDate.php │ │ │ │ │ │ ├── ResponseDateType.php │ │ │ │ │ │ ├── ResponseTime.php │ │ │ │ │ │ ├── ResponseTimeType.php │ │ │ │ │ │ ├── ReturnabilityIndicator.php │ │ │ │ │ │ ├── ReturnabilityIndicatorType.php │ │ │ │ │ │ ├── ReturnableMaterialIndicator.php │ │ │ │ │ │ ├── ReturnableMaterialIndicatorType.php │ │ │ │ │ │ ├── RevisionDate.php │ │ │ │ │ │ ├── RevisionDateType.php │ │ │ │ │ │ ├── RevisionTime.php │ │ │ │ │ │ ├── RevisionTimeType.php │ │ │ │ │ │ ├── RoleCode.php │ │ │ │ │ │ ├── RoleCodeType.php │ │ │ │ │ │ ├── Room.php │ │ │ │ │ │ ├── RoomType.php │ │ │ │ │ │ ├── RoundingAmount.php │ │ │ │ │ │ ├── RoundingAmountType.php │ │ │ │ │ │ ├── SalesOrderID.php │ │ │ │ │ │ ├── SalesOrderIDType.php │ │ │ │ │ │ ├── SalesOrderLineID.php │ │ │ │ │ │ ├── SalesOrderLineIDType.php │ │ │ │ │ │ ├── SchemeURI.php │ │ │ │ │ │ ├── SchemeURIType.php │ │ │ │ │ │ ├── SealIssuerTypeCode.php │ │ │ │ │ │ ├── SealIssuerTypeCodeType.php │ │ │ │ │ │ ├── SealStatusCode.php │ │ │ │ │ │ ├── SealStatusCodeType.php │ │ │ │ │ │ ├── SealingPartyType.php │ │ │ │ │ │ ├── SealingPartyTypeType.php │ │ │ │ │ │ ├── SequenceID.php │ │ │ │ │ │ ├── SequenceIDType.php │ │ │ │ │ │ ├── SequenceNumberID.php │ │ │ │ │ │ ├── SequenceNumberIDType.php │ │ │ │ │ │ ├── SequenceNumeric.php │ │ │ │ │ │ ├── SequenceNumericType.php │ │ │ │ │ │ ├── SerialID.php │ │ │ │ │ │ ├── SerialIDType.php │ │ │ │ │ │ ├── SettlementDiscountPercent.php │ │ │ │ │ │ ├── SettlementDiscountPercentType.php │ │ │ │ │ │ ├── ShippingMarks.php │ │ │ │ │ │ ├── ShippingMarksType.php │ │ │ │ │ │ ├── ShippingOrderID.php │ │ │ │ │ │ ├── ShippingOrderIDType.php │ │ │ │ │ │ ├── ShippingPriorityLevelCode.php │ │ │ │ │ │ ├── ShippingPriorityLevelCodeType.php │ │ │ │ │ │ ├── ShortQuantity.php │ │ │ │ │ │ ├── ShortQuantityType.php │ │ │ │ │ │ ├── ShortageActionCode.php │ │ │ │ │ │ ├── ShortageActionCodeType.php │ │ │ │ │ │ ├── SignatureMethod.php │ │ │ │ │ │ ├── SignatureMethodType.php │ │ │ │ │ │ ├── SizeTypeCode.php │ │ │ │ │ │ ├── SizeTypeCodeType.php │ │ │ │ │ │ ├── SourceCurrencyBaseRate.php │ │ │ │ │ │ ├── SourceCurrencyBaseRateType.php │ │ │ │ │ │ ├── SourceCurrencyCode.php │ │ │ │ │ │ ├── SourceCurrencyCodeType.php │ │ │ │ │ │ ├── SpecialInstructions.php │ │ │ │ │ │ ├── SpecialInstructionsType.php │ │ │ │ │ │ ├── SpecialTerms.php │ │ │ │ │ │ ├── SpecialTermsType.php │ │ │ │ │ │ ├── SplitConsignmentIndicator.php │ │ │ │ │ │ ├── SplitConsignmentIndicatorType.php │ │ │ │ │ │ ├── StartDate.php │ │ │ │ │ │ ├── StartDateType.php │ │ │ │ │ │ ├── StartTime.php │ │ │ │ │ │ ├── StartTimeType.php │ │ │ │ │ │ ├── StatusCode.php │ │ │ │ │ │ ├── StatusCodeType.php │ │ │ │ │ │ ├── StatusReason.php │ │ │ │ │ │ ├── StatusReasonCode.php │ │ │ │ │ │ ├── StatusReasonCodeType.php │ │ │ │ │ │ ├── StatusReasonType.php │ │ │ │ │ │ ├── StreetName.php │ │ │ │ │ │ ├── StreetNameType.php │ │ │ │ │ │ ├── SubstitutionStatusCode.php │ │ │ │ │ │ ├── SubstitutionStatusCodeType.php │ │ │ │ │ │ ├── SummaryDescription.php │ │ │ │ │ │ ├── SummaryDescriptionType.php │ │ │ │ │ │ ├── SupplierAssignedAccountID.php │ │ │ │ │ │ ├── SupplierAssignedAccountIDType.php │ │ │ │ │ │ ├── SurchargePercent.php │ │ │ │ │ │ ├── SurchargePercentType.php │ │ │ │ │ │ ├── TargetCurrencyBaseRate.php │ │ │ │ │ │ ├── TargetCurrencyBaseRateType.php │ │ │ │ │ │ ├── TargetCurrencyCode.php │ │ │ │ │ │ ├── TargetCurrencyCodeType.php │ │ │ │ │ │ ├── TariffClassCode.php │ │ │ │ │ │ ├── TariffClassCodeType.php │ │ │ │ │ │ ├── TariffCode.php │ │ │ │ │ │ ├── TariffCodeType.php │ │ │ │ │ │ ├── TariffDescription.php │ │ │ │ │ │ ├── TariffDescriptionType.php │ │ │ │ │ │ ├── TaxAmount.php │ │ │ │ │ │ ├── TaxAmountType.php │ │ │ │ │ │ ├── TaxCurrencyCode.php │ │ │ │ │ │ ├── TaxCurrencyCodeType.php │ │ │ │ │ │ ├── TaxEvidenceIndicator.php │ │ │ │ │ │ ├── TaxEvidenceIndicatorType.php │ │ │ │ │ │ ├── TaxExclusiveAmount.php │ │ │ │ │ │ ├── TaxExclusiveAmountType.php │ │ │ │ │ │ ├── TaxExemptionReason.php │ │ │ │ │ │ ├── TaxExemptionReasonCode.php │ │ │ │ │ │ ├── TaxExemptionReasonCodeType.php │ │ │ │ │ │ ├── TaxExemptionReasonType.php │ │ │ │ │ │ ├── TaxInclusiveAmount.php │ │ │ │ │ │ ├── TaxInclusiveAmountType.php │ │ │ │ │ │ ├── TaxLevelCode.php │ │ │ │ │ │ ├── TaxLevelCodeType.php │ │ │ │ │ │ ├── TaxPointDate.php │ │ │ │ │ │ ├── TaxPointDateType.php │ │ │ │ │ │ ├── TaxTypeCode.php │ │ │ │ │ │ ├── TaxTypeCodeType.php │ │ │ │ │ │ ├── TaxableAmount.php │ │ │ │ │ │ ├── TaxableAmountType.php │ │ │ │ │ │ ├── TechnicalName.php │ │ │ │ │ │ ├── TechnicalNameType.php │ │ │ │ │ │ ├── Telefax.php │ │ │ │ │ │ ├── TelefaxType.php │ │ │ │ │ │ ├── Telephone.php │ │ │ │ │ │ ├── TelephoneType.php │ │ │ │ │ │ ├── Terms.php │ │ │ │ │ │ ├── TermsType.php │ │ │ │ │ │ ├── Text.php │ │ │ │ │ │ ├── TextType.php │ │ │ │ │ │ ├── TierRange.php │ │ │ │ │ │ ├── TierRangeType.php │ │ │ │ │ │ ├── TierRatePercent.php │ │ │ │ │ │ ├── TierRatePercentType.php │ │ │ │ │ │ ├── Time.php │ │ │ │ │ │ ├── TimeType.php │ │ │ │ │ │ ├── TimezoneOffset.php │ │ │ │ │ │ ├── TimezoneOffsetType.php │ │ │ │ │ │ ├── TimingComplaint.php │ │ │ │ │ │ ├── TimingComplaintCode.php │ │ │ │ │ │ ├── TimingComplaintCodeType.php │ │ │ │ │ │ ├── TimingComplaintType.php │ │ │ │ │ │ ├── Title.php │ │ │ │ │ │ ├── TitleType.php │ │ │ │ │ │ ├── ToOrderIndicator.php │ │ │ │ │ │ ├── ToOrderIndicatorType.php │ │ │ │ │ │ ├── TotalBalanceAmount.php │ │ │ │ │ │ ├── TotalBalanceAmountType.php │ │ │ │ │ │ ├── TotalCreditAmount.php │ │ │ │ │ │ ├── TotalCreditAmountType.php │ │ │ │ │ │ ├── TotalDebitAmount.php │ │ │ │ │ │ ├── TotalDebitAmountType.php │ │ │ │ │ │ ├── TotalGoodsItemQuantity.php │ │ │ │ │ │ ├── TotalGoodsItemQuantityType.php │ │ │ │ │ │ ├── TotalInvoiceAmount.php │ │ │ │ │ │ ├── TotalInvoiceAmountType.php │ │ │ │ │ │ ├── TotalPackageQuantity.php │ │ │ │ │ │ ├── TotalPackageQuantityType.php │ │ │ │ │ │ ├── TotalPackagesQuantity.php │ │ │ │ │ │ ├── TotalPackagesQuantityType.php │ │ │ │ │ │ ├── TotalPaymentAmount.php │ │ │ │ │ │ ├── TotalPaymentAmountType.php │ │ │ │ │ │ ├── TotalTaxAmount.php │ │ │ │ │ │ ├── TotalTaxAmountType.php │ │ │ │ │ │ ├── TotalTransportHandlingUnitQuantity.php │ │ │ │ │ │ ├── TotalTransportHandlingUnitQuantityType.php │ │ │ │ │ │ ├── TrackingID.php │ │ │ │ │ │ ├── TrackingIDType.php │ │ │ │ │ │ ├── TradingRestrictions.php │ │ │ │ │ │ ├── TradingRestrictionsType.php │ │ │ │ │ │ ├── TrainID.php │ │ │ │ │ │ ├── TrainIDType.php │ │ │ │ │ │ ├── TransactionCurrencyTaxAmount.php │ │ │ │ │ │ ├── TransactionCurrencyTaxAmountType.php │ │ │ │ │ │ ├── TransitDirectionCode.php │ │ │ │ │ │ ├── TransitDirectionCodeType.php │ │ │ │ │ │ ├── TransportAuthorizationCode.php │ │ │ │ │ │ ├── TransportAuthorizationCodeType.php │ │ │ │ │ │ ├── TransportEmergencyCardCode.php │ │ │ │ │ │ ├── TransportEmergencyCardCodeType.php │ │ │ │ │ │ ├── TransportEquipmentTypeCode.php │ │ │ │ │ │ ├── TransportEquipmentTypeCodeType.php │ │ │ │ │ │ ├── TransportEventTypeCode.php │ │ │ │ │ │ ├── TransportEventTypeCodeType.php │ │ │ │ │ │ ├── TransportHandlingUnitQuantity.php │ │ │ │ │ │ ├── TransportHandlingUnitQuantityType.php │ │ │ │ │ │ ├── TransportHandlingUnitTypeCode.php │ │ │ │ │ │ ├── TransportHandlingUnitTypeCodeType.php │ │ │ │ │ │ ├── TransportMeansTypeCode.php │ │ │ │ │ │ ├── TransportMeansTypeCodeType.php │ │ │ │ │ │ ├── TransportModeCode.php │ │ │ │ │ │ ├── TransportModeCodeType.php │ │ │ │ │ │ ├── TransportServiceCode.php │ │ │ │ │ │ ├── TransportServiceCodeType.php │ │ │ │ │ │ ├── UBLVersionID.php │ │ │ │ │ │ ├── UBLVersionIDType.php │ │ │ │ │ │ ├── UNDGCode.php │ │ │ │ │ │ ├── UNDGCodeType.php │ │ │ │ │ │ ├── URI.php │ │ │ │ │ │ ├── URIType.php │ │ │ │ │ │ ├── UUID.php │ │ │ │ │ │ ├── UUIDType.php │ │ │ │ │ │ ├── Unit.php │ │ │ │ │ │ ├── UnitQuantity.php │ │ │ │ │ │ ├── UnitQuantityType.php │ │ │ │ │ │ ├── UnitType.php │ │ │ │ │ │ ├── UpperOrangeHazardPlacardID.php │ │ │ │ │ │ ├── UpperOrangeHazardPlacardIDType.php │ │ │ │ │ │ ├── ValidationDate.php │ │ │ │ │ │ ├── ValidationDateType.php │ │ │ │ │ │ ├── ValidationTime.php │ │ │ │ │ │ ├── ValidationTimeType.php │ │ │ │ │ │ ├── ValidatorID.php │ │ │ │ │ │ ├── ValidatorIDType.php │ │ │ │ │ │ ├── ValidityStartDate.php │ │ │ │ │ │ ├── ValidityStartDateType.php │ │ │ │ │ │ ├── Value.php │ │ │ │ │ │ ├── ValueAmount.php │ │ │ │ │ │ ├── ValueAmountType.php │ │ │ │ │ │ ├── ValueType.php │ │ │ │ │ │ ├── VersionID.php │ │ │ │ │ │ ├── VersionIDType.php │ │ │ │ │ │ ├── VesselID.php │ │ │ │ │ │ ├── VesselIDType.php │ │ │ │ │ │ ├── VesselName.php │ │ │ │ │ │ ├── VesselNameType.php │ │ │ │ │ │ ├── VolumeMeasure.php │ │ │ │ │ │ ├── VolumeMeasureType.php │ │ │ │ │ │ ├── WarrantyInformation.php │ │ │ │ │ │ ├── WarrantyInformationType.php │ │ │ │ │ │ ├── WebsiteURI.php │ │ │ │ │ │ ├── WebsiteURIType.php │ │ │ │ │ │ ├── WeightMeasure.php │ │ │ │ │ │ ├── WeightMeasureType.php │ │ │ │ │ │ ├── XPath.php │ │ │ │ │ │ ├── XPathType.php │ │ │ │ │ │ ├── Zone.php │ │ │ │ │ │ └── ZoneType.php │ │ │ │ │ │ └── QualifiedDatatypes_2 │ │ │ │ │ │ ├── AllowanceChargeReasonCodeType.php │ │ │ │ │ │ ├── ChannelCodeType.php │ │ │ │ │ │ ├── ChipCodeType.php │ │ │ │ │ │ ├── ContainerSizeTypeCodeType.php │ │ │ │ │ │ ├── CountryIdentificationCodeType.php │ │ │ │ │ │ ├── CurrencyCodeType.php │ │ │ │ │ │ ├── DocumentStatusCodeType.php │ │ │ │ │ │ ├── LatitudeDirectionCodeType.php │ │ │ │ │ │ ├── LineStatusCodeType.php │ │ │ │ │ │ ├── LongitudeDirectionCodeType.php │ │ │ │ │ │ ├── OperatorCodeType.php │ │ │ │ │ │ ├── PackagingTypeCodeType.php │ │ │ │ │ │ ├── PaymentMeansCodeType.php │ │ │ │ │ │ ├── PortCodeType.php │ │ │ │ │ │ ├── SubstitutionStatusCodeType.php │ │ │ │ │ │ ├── TransportEquipmentTypeCodeType.php │ │ │ │ │ │ ├── TransportModeCodeType.php │ │ │ │ │ │ ├── TransportationStatusCodeType.php │ │ │ │ │ │ └── UnitOfMeasureCodeType.php │ │ │ │ └── un │ │ │ │ │ └── unece │ │ │ │ │ └── uncefact │ │ │ │ │ ├── codelist │ │ │ │ │ └── specification │ │ │ │ │ │ ├── 5639 │ │ │ │ │ │ └── 1988 │ │ │ │ │ │ │ └── LanguageCodeContentType.php │ │ │ │ │ │ ├── 54217 │ │ │ │ │ │ └── 2001 │ │ │ │ │ │ │ └── CurrencyCodeContentType.php │ │ │ │ │ │ ├── 66411 │ │ │ │ │ │ └── 2001 │ │ │ │ │ │ │ └── UnitCodeContentType.php │ │ │ │ │ │ └── IANAMIMEMediaType │ │ │ │ │ │ └── 2003 │ │ │ │ │ │ └── BinaryObjectMimeCodeContentType.php │ │ │ │ │ └── data │ │ │ │ │ └── specification │ │ │ │ │ └── UnqualifiedDataTypesSchemaModule │ │ │ │ │ └── _2 │ │ │ │ │ ├── AmountType.php │ │ │ │ │ ├── BinaryObjectType.php │ │ │ │ │ ├── CodeType.php │ │ │ │ │ ├── DateTimeType.php │ │ │ │ │ ├── DateType.php │ │ │ │ │ ├── GraphicType.php │ │ │ │ │ ├── IdentifierType.php │ │ │ │ │ ├── IndicatorType.php │ │ │ │ │ ├── MeasureType.php │ │ │ │ │ ├── NameType.php │ │ │ │ │ ├── NumericType.php │ │ │ │ │ ├── PercentType.php │ │ │ │ │ ├── PictureType.php │ │ │ │ │ ├── QuantityType.php │ │ │ │ │ ├── RateType.php │ │ │ │ │ ├── SoundType.php │ │ │ │ │ ├── TextType.php │ │ │ │ │ ├── TimeType.php │ │ │ │ │ ├── ValueType.php │ │ │ │ │ └── VideoType.php │ │ │ │ ├── ContactPersonWsdl │ │ │ │ ├── NavService.wsdl │ │ │ │ ├── public │ │ │ │ │ └── schemas │ │ │ │ │ │ ├── CodeList_CurrencyCode_ISO_7_04.xsd │ │ │ │ │ │ ├── CodeList_LanguageCode_ISO_7_04.xsd │ │ │ │ │ │ ├── CodeList_MIMEMediaTypeCode_IANA_7_04.xsd │ │ │ │ │ │ ├── CodeList_UnitCode_UNECE_7_04.xsd │ │ │ │ │ │ ├── ContactCompany.xsd │ │ │ │ │ │ ├── ContactPerson.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.0.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.0.xsd │ │ │ │ │ │ ├── UBL-QualifiedDatatypes-2.0.xsd │ │ │ │ │ │ └── UnqualifiedDataTypeSchemaModule-2.0.xsd │ │ │ │ └── services │ │ │ │ │ └── NavService.php │ │ │ │ ├── MultiLevelImport │ │ │ │ └── generated.xml │ │ │ │ ├── SoapServer │ │ │ │ ├── NavService.wsdl │ │ │ │ └── services │ │ │ │ │ └── NavService.php │ │ │ │ ├── Xsd2Php │ │ │ │ └── MavenTests │ │ │ │ │ ├── ParsedSchema.xml │ │ │ │ │ └── bindings │ │ │ │ │ └── org │ │ │ │ │ └── apache │ │ │ │ │ └── maven │ │ │ │ │ └── POM │ │ │ │ │ └── _4_0_0 │ │ │ │ │ ├── Activation.php │ │ │ │ │ ├── ActivationFile.php │ │ │ │ │ ├── ActivationOS.php │ │ │ │ │ ├── ActivationProperty.php │ │ │ │ │ ├── Build.php │ │ │ │ │ ├── BuildBase.php │ │ │ │ │ ├── CiManagement.php │ │ │ │ │ ├── Contributor.php │ │ │ │ │ ├── Dependency.php │ │ │ │ │ ├── DependencyManagement.php │ │ │ │ │ ├── DeploymentRepository.php │ │ │ │ │ ├── Developer.php │ │ │ │ │ ├── DistributionManagement.php │ │ │ │ │ ├── Exclusion.php │ │ │ │ │ ├── Extension.php │ │ │ │ │ ├── IssueManagement.php │ │ │ │ │ ├── License.php │ │ │ │ │ ├── MailingList.php │ │ │ │ │ ├── Model.php │ │ │ │ │ ├── Notifier.php │ │ │ │ │ ├── Organization.php │ │ │ │ │ ├── Parent.php │ │ │ │ │ ├── Plugin.php │ │ │ │ │ ├── PluginExecution.php │ │ │ │ │ ├── PluginManagement.php │ │ │ │ │ ├── Prerequisites.php │ │ │ │ │ ├── Profile.php │ │ │ │ │ ├── Relocation.php │ │ │ │ │ ├── ReportPlugin.php │ │ │ │ │ ├── ReportSet.php │ │ │ │ │ ├── Reporting.php │ │ │ │ │ ├── Repository.php │ │ │ │ │ ├── RepositoryPolicy.php │ │ │ │ │ ├── Resource.php │ │ │ │ │ ├── Scm.php │ │ │ │ │ ├── Site.php │ │ │ │ │ └── project.php │ │ │ │ ├── simple1 │ │ │ │ ├── bindings │ │ │ │ │ ├── address.php │ │ │ │ │ ├── city.php │ │ │ │ │ ├── country.php │ │ │ │ │ ├── item.php │ │ │ │ │ ├── name.php │ │ │ │ │ ├── note.php │ │ │ │ │ ├── orderperson.php │ │ │ │ │ ├── price.php │ │ │ │ │ ├── quantity.php │ │ │ │ │ ├── shiporder.php │ │ │ │ │ ├── shipto.php │ │ │ │ │ └── title.php │ │ │ │ ├── generated.xml │ │ │ │ └── shiporder.xml │ │ │ │ └── ubl2.0 │ │ │ │ ├── Order.xml │ │ │ │ ├── XSDConvertertoXML.xml │ │ │ │ ├── oasis │ │ │ │ └── names │ │ │ │ │ └── specification │ │ │ │ │ └── ubl │ │ │ │ │ └── schema │ │ │ │ │ └── xsd │ │ │ │ │ ├── CommonAggregateComponents_2 │ │ │ │ │ ├── AccessoryRelatedItem.php │ │ │ │ │ ├── AccountingContact.php │ │ │ │ │ ├── AccountingCustomerParty.php │ │ │ │ │ ├── AccountingSupplierParty.php │ │ │ │ │ ├── ActualPackage.php │ │ │ │ │ ├── AdditionalDocumentReference.php │ │ │ │ │ ├── AdditionalItemIdentification.php │ │ │ │ │ ├── AdditionalItemProperty.php │ │ │ │ │ ├── AdditionalTemperature.php │ │ │ │ │ ├── Address.php │ │ │ │ │ ├── AddressLine.php │ │ │ │ │ ├── AddressLineType.php │ │ │ │ │ ├── AddressType.php │ │ │ │ │ ├── AgentParty.php │ │ │ │ │ ├── AirTransport.php │ │ │ │ │ ├── AirTransportType.php │ │ │ │ │ ├── AllowanceCharge.php │ │ │ │ │ ├── AllowanceChargeType.php │ │ │ │ │ ├── AlternativeConditionPrice.php │ │ │ │ │ ├── AnticipatedMonetaryTotal.php │ │ │ │ │ ├── ApplicableAddress.php │ │ │ │ │ ├── ApplicableTaxCategory.php │ │ │ │ │ ├── ApplicableTerritoryAddress.php │ │ │ │ │ ├── Attachment.php │ │ │ │ │ ├── AttachmentType.php │ │ │ │ │ ├── BillingReference.php │ │ │ │ │ ├── BillingReferenceLine.php │ │ │ │ │ ├── BillingReferenceLineType.php │ │ │ │ │ ├── BillingReferenceType.php │ │ │ │ │ ├── Branch.php │ │ │ │ │ ├── BranchType.php │ │ │ │ │ ├── BuyerContact.php │ │ │ │ │ ├── BuyerCustomerParty.php │ │ │ │ │ ├── BuyerProposedSubstituteLineItem.php │ │ │ │ │ ├── BuyersItemIdentification.php │ │ │ │ │ ├── CardAccount.php │ │ │ │ │ ├── CardAccountType.php │ │ │ │ │ ├── CarrierParty.php │ │ │ │ │ ├── CatalogueDocumentReference.php │ │ │ │ │ ├── CatalogueItemIdentification.php │ │ │ │ │ ├── CatalogueItemSpecificationUpdateLine.php │ │ │ │ │ ├── CatalogueItemSpecificationUpdateLineType.php │ │ │ │ │ ├── CatalogueLine.php │ │ │ │ │ ├── CatalogueLineReference.php │ │ │ │ │ ├── CatalogueLineType.php │ │ │ │ │ ├── CataloguePricingUpdateLine.php │ │ │ │ │ ├── CataloguePricingUpdateLineType.php │ │ │ │ │ ├── CatalogueReference.php │ │ │ │ │ ├── CatalogueReferenceType.php │ │ │ │ │ ├── CatalogueRequestLine.php │ │ │ │ │ ├── CatalogueRequestLineType.php │ │ │ │ │ ├── CategorizesClassificationCategory.php │ │ │ │ │ ├── CertificateOfOriginApplication.php │ │ │ │ │ ├── CertificateOfOriginApplicationType.php │ │ │ │ │ ├── ClassificationCategory.php │ │ │ │ │ ├── ClassificationCategoryType.php │ │ │ │ │ ├── ClassificationScheme.php │ │ │ │ │ ├── ClassificationSchemeType.php │ │ │ │ │ ├── ClassifiedTaxCategory.php │ │ │ │ │ ├── CommodityClassification.php │ │ │ │ │ ├── CommodityClassificationType.php │ │ │ │ │ ├── Communication.php │ │ │ │ │ ├── CommunicationType.php │ │ │ │ │ ├── ComplementaryRelatedItem.php │ │ │ │ │ ├── ComponentRelatedItem.php │ │ │ │ │ ├── ConsigneeParty.php │ │ │ │ │ ├── Consignment.php │ │ │ │ │ ├── ConsignmentType.php │ │ │ │ │ ├── ConsignorParty.php │ │ │ │ │ ├── Contact.php │ │ │ │ │ ├── ContactParty.php │ │ │ │ │ ├── ContactType.php │ │ │ │ │ ├── ContainedGoodsItem.php │ │ │ │ │ ├── ContainedPackage.php │ │ │ │ │ ├── Contract.php │ │ │ │ │ ├── ContractDocumentReference.php │ │ │ │ │ ├── ContractType.php │ │ │ │ │ ├── ContractorCustomerParty.php │ │ │ │ │ ├── CorporateRegistrationScheme.php │ │ │ │ │ ├── CorporateRegistrationSchemeType.php │ │ │ │ │ ├── Country.php │ │ │ │ │ ├── CountryType.php │ │ │ │ │ ├── CreditAccount.php │ │ │ │ │ ├── CreditAccountType.php │ │ │ │ │ ├── CreditNoteDocumentReference.php │ │ │ │ │ ├── CreditNoteLine.php │ │ │ │ │ ├── CreditNoteLineType.php │ │ │ │ │ ├── CurrentStatus.php │ │ │ │ │ ├── CustomerParty.php │ │ │ │ │ ├── CustomerPartyType.php │ │ │ │ │ ├── DebitNoteDocumentReference.php │ │ │ │ │ ├── DebitNoteLine.php │ │ │ │ │ ├── DebitNoteLineType.php │ │ │ │ │ ├── DefaultLanguage.php │ │ │ │ │ ├── DeletedCatalogueReference.php │ │ │ │ │ ├── Delivery.php │ │ │ │ │ ├── DeliveryAddress.php │ │ │ │ │ ├── DeliveryContact.php │ │ │ │ │ ├── DeliveryCustomerParty.php │ │ │ │ │ ├── DeliveryLocation.php │ │ │ │ │ ├── DeliveryParty.php │ │ │ │ │ ├── DeliveryTerms.php │ │ │ │ │ ├── DeliveryTermsType.php │ │ │ │ │ ├── DeliveryType.php │ │ │ │ │ ├── DeliveryUnit.php │ │ │ │ │ ├── DeliveryUnitType.php │ │ │ │ │ ├── Despatch.php │ │ │ │ │ ├── DespatchAddress.php │ │ │ │ │ ├── DespatchContact.php │ │ │ │ │ ├── DespatchDocumentReference.php │ │ │ │ │ ├── DespatchLine.php │ │ │ │ │ ├── DespatchLineReference.php │ │ │ │ │ ├── DespatchLineType.php │ │ │ │ │ ├── DespatchParty.php │ │ │ │ │ ├── DespatchSupplierParty.php │ │ │ │ │ ├── DespatchType.php │ │ │ │ │ ├── DestinationCountry.php │ │ │ │ │ ├── DigitalSignatureAttachment.php │ │ │ │ │ ├── Dimension.php │ │ │ │ │ ├── DimensionType.php │ │ │ │ │ ├── DiscrepancyResponse.php │ │ │ │ │ ├── DocumentDistribution.php │ │ │ │ │ ├── DocumentDistributionType.php │ │ │ │ │ ├── DocumentReference.php │ │ │ │ │ ├── DocumentReferenceType.php │ │ │ │ │ ├── DocumentResponse.php │ │ │ │ │ ├── DocumentResponseType.php │ │ │ │ │ ├── EmbassyEndorsement.php │ │ │ │ │ ├── EmergencyTemperature.php │ │ │ │ │ ├── Endorsement.php │ │ │ │ │ ├── EndorsementType.php │ │ │ │ │ ├── EndorserParty.php │ │ │ │ │ ├── EndorserPartyType.php │ │ │ │ │ ├── EstimatedDeliveryPeriod.php │ │ │ │ │ ├── ExchangeRate.php │ │ │ │ │ ├── ExchangeRateType.php │ │ │ │ │ ├── ExportCountry.php │ │ │ │ │ ├── ExporterParty.php │ │ │ │ │ ├── ExternalReference.php │ │ │ │ │ ├── ExternalReferenceType.php │ │ │ │ │ ├── FinalDeliveryParty.php │ │ │ │ │ ├── FinalDeliveryTransportationService.php │ │ │ │ │ ├── FinalDestinationCountry.php │ │ │ │ │ ├── FinancialAccount.php │ │ │ │ │ ├── FinancialAccountType.php │ │ │ │ │ ├── FinancialInstitution.php │ │ │ │ │ ├── FinancialInstitutionBranch.php │ │ │ │ │ ├── FinancialInstitutionType.php │ │ │ │ │ ├── FirstArrivalPortLocation.php │ │ │ │ │ ├── FlashpointTemperature.php │ │ │ │ │ ├── ForeignExchangeContract.php │ │ │ │ │ ├── FreightAllowanceCharge.php │ │ │ │ │ ├── FreightForwarderParty.php │ │ │ │ │ ├── GoodsItem.php │ │ │ │ │ ├── GoodsItemContainer.php │ │ │ │ │ ├── GoodsItemContainerType.php │ │ │ │ │ ├── GoodsItemType.php │ │ │ │ │ ├── HandlingUnitDespatchLine.php │ │ │ │ │ ├── HazardousGoodsTransit.php │ │ │ │ │ ├── HazardousGoodsTransitType.php │ │ │ │ │ ├── HazardousItem.php │ │ │ │ │ ├── HazardousItemType.php │ │ │ │ │ ├── ImporterParty.php │ │ │ │ │ ├── InformationContentProviderParty.php │ │ │ │ │ ├── InsuranceEndorsement.php │ │ │ │ │ ├── InvoiceDocumentReference.php │ │ │ │ │ ├── InvoiceLine.php │ │ │ │ │ ├── InvoiceLineType.php │ │ │ │ │ ├── InvoicePeriod.php │ │ │ │ │ ├── IssuerEndorsement.php │ │ │ │ │ ├── IssuerParty.php │ │ │ │ │ ├── IssuingCountry.php │ │ │ │ │ ├── Item.php │ │ │ │ │ ├── ItemComparison.php │ │ │ │ │ ├── ItemComparisonType.php │ │ │ │ │ ├── ItemIdentification.php │ │ │ │ │ ├── ItemIdentificationType.php │ │ │ │ │ ├── ItemInstance.php │ │ │ │ │ ├── ItemInstanceType.php │ │ │ │ │ ├── ItemLocationQuantity.php │ │ │ │ │ ├── ItemLocationQuantityType.php │ │ │ │ │ ├── ItemProperty.php │ │ │ │ │ ├── ItemPropertyGroup.php │ │ │ │ │ ├── ItemPropertyGroupType.php │ │ │ │ │ ├── ItemPropertyType.php │ │ │ │ │ ├── ItemSpecificationDocumentReference.php │ │ │ │ │ ├── ItemType.php │ │ │ │ │ ├── JurisdictionRegionAddress.php │ │ │ │ │ ├── Language.php │ │ │ │ │ ├── LanguageType.php │ │ │ │ │ ├── LastExitPortLocation.php │ │ │ │ │ ├── LegalMonetaryTotal.php │ │ │ │ │ ├── LineItem.php │ │ │ │ │ ├── LineItemType.php │ │ │ │ │ ├── LineReference.php │ │ │ │ │ ├── LineReferenceType.php │ │ │ │ │ ├── LineResponse.php │ │ │ │ │ ├── LineResponseType.php │ │ │ │ │ ├── LineValidityPeriod.php │ │ │ │ │ ├── LoadingLocation.php │ │ │ │ │ ├── LoadingPortLocation.php │ │ │ │ │ ├── LoadingProofParty.php │ │ │ │ │ ├── Location.php │ │ │ │ │ ├── LocationCoordinate.php │ │ │ │ │ ├── LocationCoordinateType.php │ │ │ │ │ ├── LocationType.php │ │ │ │ │ ├── LotIdentification.php │ │ │ │ │ ├── LotIdentificationType.php │ │ │ │ │ ├── ManufacturerParty.php │ │ │ │ │ ├── ManufacturersItemIdentification.php │ │ │ │ │ ├── MaritimeTransport.php │ │ │ │ │ ├── MaritimeTransportType.php │ │ │ │ │ ├── MaximumTemperature.php │ │ │ │ │ ├── MeasurementDimension.php │ │ │ │ │ ├── MinimumTemperature.php │ │ │ │ │ ├── MonetaryTotal.php │ │ │ │ │ ├── MonetaryTotalType.php │ │ │ │ │ ├── NotifyParty.php │ │ │ │ │ ├── OrderDocumentReference.php │ │ │ │ │ ├── OrderLine.php │ │ │ │ │ ├── OrderLineReference.php │ │ │ │ │ ├── OrderLineReferenceType.php │ │ │ │ │ ├── OrderLineType.php │ │ │ │ │ ├── OrderReference.php │ │ │ │ │ ├── OrderReferenceType.php │ │ │ │ │ ├── OrderedShipment.php │ │ │ │ │ ├── OrderedShipmentType.php │ │ │ │ │ ├── OriginAddress.php │ │ │ │ │ ├── OriginCountry.php │ │ │ │ │ ├── OriginalDepartureCountry.php │ │ │ │ │ ├── OriginalDespatchParty.php │ │ │ │ │ ├── OriginalDespatchTransportationService.php │ │ │ │ │ ├── OriginalDocumentReference.php │ │ │ │ │ ├── OriginalItemLocationQuantity.php │ │ │ │ │ ├── OriginatorCustomerParty.php │ │ │ │ │ ├── OriginatorDocumentReference.php │ │ │ │ │ ├── OriginatorParty.php │ │ │ │ │ ├── OtherCommunication.php │ │ │ │ │ ├── OwnerParty.php │ │ │ │ │ ├── Package.php │ │ │ │ │ ├── PackageType.php │ │ │ │ │ ├── Party.php │ │ │ │ │ ├── PartyIdentification.php │ │ │ │ │ ├── PartyIdentificationType.php │ │ │ │ │ ├── PartyLegalEntity.php │ │ │ │ │ ├── PartyLegalEntityType.php │ │ │ │ │ ├── PartyName.php │ │ │ │ │ ├── PartyNameType.php │ │ │ │ │ ├── PartyTaxScheme.php │ │ │ │ │ ├── PartyTaxSchemeType.php │ │ │ │ │ ├── PartyType.php │ │ │ │ │ ├── PayeeFinancialAccount.php │ │ │ │ │ ├── PayeeParty.php │ │ │ │ │ ├── PayerFinancialAccount.php │ │ │ │ │ ├── Payment.php │ │ │ │ │ ├── PaymentAlternativeExchangeRate.php │ │ │ │ │ ├── PaymentExchangeRate.php │ │ │ │ │ ├── PaymentMeans.php │ │ │ │ │ ├── PaymentMeansType.php │ │ │ │ │ ├── PaymentTerms.php │ │ │ │ │ ├── PaymentTermsType.php │ │ │ │ │ ├── PaymentType.php │ │ │ │ │ ├── PenaltyPeriod.php │ │ │ │ │ ├── Period.php │ │ │ │ │ ├── PeriodType.php │ │ │ │ │ ├── Person.php │ │ │ │ │ ├── PersonType.php │ │ │ │ │ ├── PhysicalAttribute.php │ │ │ │ │ ├── PhysicalAttributeType.php │ │ │ │ │ ├── PhysicalLocation.php │ │ │ │ │ ├── PostalAddress.php │ │ │ │ │ ├── PrepaidPayment.php │ │ │ │ │ ├── PreparationParty.php │ │ │ │ │ ├── PreviousPriceList.php │ │ │ │ │ ├── Price.php │ │ │ │ │ ├── PriceList.php │ │ │ │ │ ├── PriceListType.php │ │ │ │ │ ├── PriceType.php │ │ │ │ │ ├── PricingExchangeRate.php │ │ │ │ │ ├── PricingReference.php │ │ │ │ │ ├── PricingReferenceType.php │ │ │ │ │ ├── PromisedDeliveryPeriod.php │ │ │ │ │ ├── ProviderParty.php │ │ │ │ │ ├── QuotationDocumentReference.php │ │ │ │ │ ├── QuotationLine.php │ │ │ │ │ ├── QuotationLineReference.php │ │ │ │ │ ├── QuotationLineType.php │ │ │ │ │ ├── QuotedMonetaryTotal.php │ │ │ │ │ ├── RailTransport.php │ │ │ │ │ ├── RailTransportType.php │ │ │ │ │ ├── ReceiptDocumentReference.php │ │ │ │ │ ├── ReceiptLine.php │ │ │ │ │ ├── ReceiptLineReference.php │ │ │ │ │ ├── ReceiptLineType.php │ │ │ │ │ ├── ReceivedHandlingUnitReceiptLine.php │ │ │ │ │ ├── ReceiverParty.php │ │ │ │ │ ├── RecipientParty.php │ │ │ │ │ ├── ReferencedContract.php │ │ │ │ │ ├── RegistrationAddress.php │ │ │ │ │ ├── RelatedCatalogueReference.php │ │ │ │ │ ├── RelatedItem.php │ │ │ │ │ ├── RelatedItemType.php │ │ │ │ │ ├── ReminderDocumentReference.php │ │ │ │ │ ├── ReminderLine.php │ │ │ │ │ ├── ReminderLineType.php │ │ │ │ │ ├── ReminderPeriod.php │ │ │ │ │ ├── RemittanceAdviceLine.php │ │ │ │ │ ├── RemittanceAdviceLineType.php │ │ │ │ │ ├── ReplacementRelatedItem.php │ │ │ │ │ ├── ReportedShipment.php │ │ │ │ │ ├── RequestForQuotationDocumentReference.php │ │ │ │ │ ├── RequestForQuotationLine.php │ │ │ │ │ ├── RequestForQuotationLineType.php │ │ │ │ │ ├── RequestedCatalogueReference.php │ │ │ │ │ ├── RequestedClassificationScheme.php │ │ │ │ │ ├── RequestedDeliveryPeriod.php │ │ │ │ │ ├── RequestedLanguage.php │ │ │ │ │ ├── RequestedMonetaryTotal.php │ │ │ │ │ ├── RequiredItemLocationQuantity.php │ │ │ │ │ ├── RequiredRelatedItem.php │ │ │ │ │ ├── Response.php │ │ │ │ │ ├── ResponseType.php │ │ │ │ │ ├── RoadTransport.php │ │ │ │ │ ├── RoadTransportType.php │ │ │ │ │ ├── SecondaryHazard.php │ │ │ │ │ ├── SecondaryHazardType.php │ │ │ │ │ ├── SelfBilledCreditNoteDocumentReference.php │ │ │ │ │ ├── SelfBilledInvoiceDocumentReference.php │ │ │ │ │ ├── SellerContact.php │ │ │ │ │ ├── SellerProposedSubstituteLineItem.php │ │ │ │ │ ├── SellerSubstitutedLineItem.php │ │ │ │ │ ├── SellerSupplierParty.php │ │ │ │ │ ├── SellersItemIdentification.php │ │ │ │ │ ├── SenderParty.php │ │ │ │ │ ├── SettlementPeriod.php │ │ │ │ │ ├── Shipment.php │ │ │ │ │ ├── ShipmentStage.php │ │ │ │ │ ├── ShipmentStageType.php │ │ │ │ │ ├── ShipmentType.php │ │ │ │ │ ├── SignatoryContact.php │ │ │ │ │ ├── SignatoryParty.php │ │ │ │ │ ├── Signature.php │ │ │ │ │ ├── SignatureType.php │ │ │ │ │ ├── StandardItemIdentification.php │ │ │ │ │ ├── StatementDocumentReference.php │ │ │ │ │ ├── StatementLine.php │ │ │ │ │ ├── StatementLineType.php │ │ │ │ │ ├── StatementPeriod.php │ │ │ │ │ ├── Status.php │ │ │ │ │ ├── StatusType.php │ │ │ │ │ ├── Stowage.php │ │ │ │ │ ├── StowageType.php │ │ │ │ │ ├── SupplierParty.php │ │ │ │ │ ├── SupplierPartyType.php │ │ │ │ │ ├── SupportingDocumentReference.php │ │ │ │ │ ├── TaxCategory.php │ │ │ │ │ ├── TaxCategoryType.php │ │ │ │ │ ├── TaxExchangeRate.php │ │ │ │ │ ├── TaxRepresentativeParty.php │ │ │ │ │ ├── TaxScheme.php │ │ │ │ │ ├── TaxSchemeType.php │ │ │ │ │ ├── TaxSubtotal.php │ │ │ │ │ ├── TaxSubtotalType.php │ │ │ │ │ ├── TaxTotal.php │ │ │ │ │ ├── TaxTotalType.php │ │ │ │ │ ├── Temperature.php │ │ │ │ │ ├── TemperatureType.php │ │ │ │ │ ├── TradingTerms.php │ │ │ │ │ ├── TradingTermsType.php │ │ │ │ │ ├── TransactionConditions.php │ │ │ │ │ ├── TransactionConditionsType.php │ │ │ │ │ ├── TransitCountry.php │ │ │ │ │ ├── TransitPeriod.php │ │ │ │ │ ├── TransportContract.php │ │ │ │ │ ├── TransportEquipment.php │ │ │ │ │ ├── TransportEquipmentSeal.php │ │ │ │ │ ├── TransportEquipmentSealType.php │ │ │ │ │ ├── TransportEquipmentType.php │ │ │ │ │ ├── TransportEvent.php │ │ │ │ │ ├── TransportEventType.php │ │ │ │ │ ├── TransportHandlingUnit.php │ │ │ │ │ ├── TransportHandlingUnitType.php │ │ │ │ │ ├── TransportMeans.php │ │ │ │ │ ├── TransportMeansType.php │ │ │ │ │ ├── TransportationService.php │ │ │ │ │ ├── TransportationServiceType.php │ │ │ │ │ ├── TransshipPortLocation.php │ │ │ │ │ ├── UnloadingPortLocation.php │ │ │ │ │ ├── UsabilityPeriod.php │ │ │ │ │ ├── ValidityPeriod.php │ │ │ │ │ ├── WarrantyParty.php │ │ │ │ │ └── WarrantyValidityPeriod.php │ │ │ │ │ ├── CommonBasicComponents_2 │ │ │ │ │ ├── AcceptedIndicator.php │ │ │ │ │ ├── AcceptedIndicatorType.php │ │ │ │ │ ├── AccountID.php │ │ │ │ │ ├── AccountIDType.php │ │ │ │ │ ├── AccountNumberID.php │ │ │ │ │ ├── AccountNumberIDType.php │ │ │ │ │ ├── AccountTypeCode.php │ │ │ │ │ ├── AccountTypeCodeType.php │ │ │ │ │ ├── AccountingCost.php │ │ │ │ │ ├── AccountingCostCode.php │ │ │ │ │ ├── AccountingCostCodeType.php │ │ │ │ │ ├── AccountingCostType.php │ │ │ │ │ ├── ActionCode.php │ │ │ │ │ ├── ActionCodeType.php │ │ │ │ │ ├── ActualDeliveryDate.php │ │ │ │ │ ├── ActualDeliveryDateType.php │ │ │ │ │ ├── ActualDeliveryTime.php │ │ │ │ │ ├── ActualDeliveryTimeType.php │ │ │ │ │ ├── ActualDespatchDate.php │ │ │ │ │ ├── ActualDespatchDateType.php │ │ │ │ │ ├── ActualDespatchTime.php │ │ │ │ │ ├── ActualDespatchTimeType.php │ │ │ │ │ ├── AdValoremIndicator.php │ │ │ │ │ ├── AdValoremIndicatorType.php │ │ │ │ │ ├── AdditionalAccountID.php │ │ │ │ │ ├── AdditionalAccountIDType.php │ │ │ │ │ ├── AdditionalInformation.php │ │ │ │ │ ├── AdditionalInformationType.php │ │ │ │ │ ├── AdditionalStreetName.php │ │ │ │ │ ├── AdditionalStreetNameType.php │ │ │ │ │ ├── AddressFormatCode.php │ │ │ │ │ ├── AddressFormatCodeType.php │ │ │ │ │ ├── AddressTypeCode.php │ │ │ │ │ ├── AddressTypeCodeType.php │ │ │ │ │ ├── AgencyID.php │ │ │ │ │ ├── AgencyIDType.php │ │ │ │ │ ├── AgencyName.php │ │ │ │ │ ├── AgencyNameType.php │ │ │ │ │ ├── AircraftID.php │ │ │ │ │ ├── AircraftIDType.php │ │ │ │ │ ├── AllowanceChargeReason.php │ │ │ │ │ ├── AllowanceChargeReasonCode.php │ │ │ │ │ ├── AllowanceChargeReasonCodeType.php │ │ │ │ │ ├── AllowanceChargeReasonType.php │ │ │ │ │ ├── AllowanceTotalAmount.php │ │ │ │ │ ├── AllowanceTotalAmountType.php │ │ │ │ │ ├── Amount.php │ │ │ │ │ ├── AmountType.php │ │ │ │ │ ├── ApplicationID.php │ │ │ │ │ ├── ApplicationIDType.php │ │ │ │ │ ├── ApplicationStatusCode.php │ │ │ │ │ ├── ApplicationStatusCodeType.php │ │ │ │ │ ├── ApprovalStatus.php │ │ │ │ │ ├── ApprovalStatusType.php │ │ │ │ │ ├── AttributeID.php │ │ │ │ │ ├── AttributeIDType.php │ │ │ │ │ ├── BackOrderAllowedIndicator.php │ │ │ │ │ ├── BackOrderAllowedIndicatorType.php │ │ │ │ │ ├── BackorderQuantity.php │ │ │ │ │ ├── BackorderQuantityType.php │ │ │ │ │ ├── BackorderReason.php │ │ │ │ │ ├── BackorderReasonType.php │ │ │ │ │ ├── BalanceAmount.php │ │ │ │ │ ├── BalanceAmountType.php │ │ │ │ │ ├── BalanceBroughtForwardIndicator.php │ │ │ │ │ ├── BalanceBroughtForwardIndicatorType.php │ │ │ │ │ ├── BaseAmount.php │ │ │ │ │ ├── BaseAmountType.php │ │ │ │ │ ├── BaseQuantity.php │ │ │ │ │ ├── BaseQuantityType.php │ │ │ │ │ ├── BaseUnitMeasure.php │ │ │ │ │ ├── BaseUnitMeasureType.php │ │ │ │ │ ├── BatchQuantity.php │ │ │ │ │ ├── BatchQuantityType.php │ │ │ │ │ ├── BlockName.php │ │ │ │ │ ├── BlockNameType.php │ │ │ │ │ ├── BrandName.php │ │ │ │ │ ├── BrandNameType.php │ │ │ │ │ ├── BuildingName.php │ │ │ │ │ ├── BuildingNameType.php │ │ │ │ │ ├── BuildingNumber.php │ │ │ │ │ ├── BuildingNumberType.php │ │ │ │ │ ├── CV2ID.php │ │ │ │ │ ├── CV2IDType.php │ │ │ │ │ ├── CalculationRate.php │ │ │ │ │ ├── CalculationRateType.php │ │ │ │ │ ├── CalculationSequenceNumeric.php │ │ │ │ │ ├── CalculationSequenceNumericType.php │ │ │ │ │ ├── CancellationNote.php │ │ │ │ │ ├── CancellationNoteType.php │ │ │ │ │ ├── CanonicalizationMethod.php │ │ │ │ │ ├── CanonicalizationMethodType.php │ │ │ │ │ ├── CardChipCode.php │ │ │ │ │ ├── CardChipCodeType.php │ │ │ │ │ ├── CardTypeCode.php │ │ │ │ │ ├── CardTypeCodeType.php │ │ │ │ │ ├── CargoTypeCode.php │ │ │ │ │ ├── CargoTypeCodeType.php │ │ │ │ │ ├── CarrierAssignedID.php │ │ │ │ │ ├── CarrierAssignedIDType.php │ │ │ │ │ ├── CatalogueIndicator.php │ │ │ │ │ ├── CatalogueIndicatorType.php │ │ │ │ │ ├── CategoryName.php │ │ │ │ │ ├── CategoryNameType.php │ │ │ │ │ ├── CertificateType.php │ │ │ │ │ ├── CertificateTypeType.php │ │ │ │ │ ├── Channel.php │ │ │ │ │ ├── ChannelCode.php │ │ │ │ │ ├── ChannelCodeType.php │ │ │ │ │ ├── ChannelType.php │ │ │ │ │ ├── ChargeIndicator.php │ │ │ │ │ ├── ChargeIndicatorType.php │ │ │ │ │ ├── ChargeTotalAmount.php │ │ │ │ │ ├── ChargeTotalAmountType.php │ │ │ │ │ ├── ChargeableWeightMeasure.php │ │ │ │ │ ├── ChargeableWeightMeasureType.php │ │ │ │ │ ├── ChipApplicationID.php │ │ │ │ │ ├── ChipApplicationIDType.php │ │ │ │ │ ├── CityName.php │ │ │ │ │ ├── CityNameType.php │ │ │ │ │ ├── CitySubdivisionName.php │ │ │ │ │ ├── CitySubdivisionNameType.php │ │ │ │ │ ├── ClassifiedIndicator.php │ │ │ │ │ ├── ClassifiedIndicatorType.php │ │ │ │ │ ├── CodeValue.php │ │ │ │ │ ├── CodeValueType.php │ │ │ │ │ ├── CommodityCode.php │ │ │ │ │ ├── CommodityCodeType.php │ │ │ │ │ ├── CompanyID.php │ │ │ │ │ ├── CompanyIDType.php │ │ │ │ │ ├── CompletionIndicator.php │ │ │ │ │ ├── CompletionIndicatorType.php │ │ │ │ │ ├── Condition.php │ │ │ │ │ ├── ConditionCode.php │ │ │ │ │ ├── ConditionCodeType.php │ │ │ │ │ ├── ConditionType.php │ │ │ │ │ ├── Conditions.php │ │ │ │ │ ├── ConditionsType.php │ │ │ │ │ ├── ConsumerUnitQuantity.php │ │ │ │ │ ├── ConsumerUnitQuantityType.php │ │ │ │ │ ├── ContentUnitQuantity.php │ │ │ │ │ ├── ContentUnitQuantityType.php │ │ │ │ │ ├── ContractSubdivision.php │ │ │ │ │ ├── ContractSubdivisionType.php │ │ │ │ │ ├── ContractType.php │ │ │ │ │ ├── ContractTypeCode.php │ │ │ │ │ ├── ContractTypeCodeType.php │ │ │ │ │ ├── ContractTypeType.php │ │ │ │ │ ├── CoordinateSystemCode.php │ │ │ │ │ ├── CoordinateSystemCodeType.php │ │ │ │ │ ├── CopiesNumeric.php │ │ │ │ │ ├── CopiesNumericType.php │ │ │ │ │ ├── CopyIndicator.php │ │ │ │ │ ├── CopyIndicatorType.php │ │ │ │ │ ├── CorporateRegistrationTypeCode.php │ │ │ │ │ ├── CorporateRegistrationTypeCodeType.php │ │ │ │ │ ├── CountrySubentity.php │ │ │ │ │ ├── CountrySubentityCode.php │ │ │ │ │ ├── CountrySubentityCodeType.php │ │ │ │ │ ├── CountrySubentityType.php │ │ │ │ │ ├── CreditAmount.php │ │ │ │ │ ├── CreditAmountType.php │ │ │ │ │ ├── CreditLineAmount.php │ │ │ │ │ ├── CreditLineAmountType.php │ │ │ │ │ ├── CreditedQuantity.php │ │ │ │ │ ├── CreditedQuantityType.php │ │ │ │ │ ├── CurrencyBaseRate.php │ │ │ │ │ ├── CurrencyBaseRateType.php │ │ │ │ │ ├── CurrencyCode.php │ │ │ │ │ ├── CurrencyCodeType.php │ │ │ │ │ ├── CustomerAssignedAccountID.php │ │ │ │ │ ├── CustomerAssignedAccountIDType.php │ │ │ │ │ ├── CustomerReference.php │ │ │ │ │ ├── CustomerReferenceType.php │ │ │ │ │ ├── CustomizationID.php │ │ │ │ │ ├── CustomizationIDType.php │ │ │ │ │ ├── CustomsID.php │ │ │ │ │ ├── CustomsIDType.php │ │ │ │ │ ├── CustomsImportClassifiedIndicator.php │ │ │ │ │ ├── CustomsImportClassifiedIndicatorType.php │ │ │ │ │ ├── CustomsStatusCode.php │ │ │ │ │ ├── CustomsStatusCodeType.php │ │ │ │ │ ├── CustomsTariffQuantity.php │ │ │ │ │ ├── CustomsTariffQuantityType.php │ │ │ │ │ ├── DamageRemarks.php │ │ │ │ │ ├── DamageRemarksType.php │ │ │ │ │ ├── DataSendingCapability.php │ │ │ │ │ ├── DataSendingCapabilityType.php │ │ │ │ │ ├── Date.php │ │ │ │ │ ├── DateType.php │ │ │ │ │ ├── DebitAmount.php │ │ │ │ │ ├── DebitAmountType.php │ │ │ │ │ ├── DebitLineAmount.php │ │ │ │ │ ├── DebitLineAmountType.php │ │ │ │ │ ├── DebitedQuantity.php │ │ │ │ │ ├── DebitedQuantityType.php │ │ │ │ │ ├── DeclaredCarriageValueAmount.php │ │ │ │ │ ├── DeclaredCarriageValueAmountType.php │ │ │ │ │ ├── DeclaredCustomsValueAmount.php │ │ │ │ │ ├── DeclaredCustomsValueAmountType.php │ │ │ │ │ ├── DeclaredForCarriageValueAmount.php │ │ │ │ │ ├── DeclaredForCarriageValueAmountType.php │ │ │ │ │ ├── DeclaredStatisticsValueAmount.php │ │ │ │ │ ├── DeclaredStatisticsValueAmountType.php │ │ │ │ │ ├── DegreesMeasure.php │ │ │ │ │ ├── DegreesMeasureType.php │ │ │ │ │ ├── DeliveredQuantity.php │ │ │ │ │ ├── DeliveredQuantityType.php │ │ │ │ │ ├── DeliveryDate.php │ │ │ │ │ ├── DeliveryDateType.php │ │ │ │ │ ├── DeliveryInstructions.php │ │ │ │ │ ├── DeliveryInstructionsType.php │ │ │ │ │ ├── DeliveryTime.php │ │ │ │ │ ├── DeliveryTimeType.php │ │ │ │ │ ├── Department.php │ │ │ │ │ ├── DepartmentType.php │ │ │ │ │ ├── Description.php │ │ │ │ │ ├── DescriptionCode.php │ │ │ │ │ ├── DescriptionCodeType.php │ │ │ │ │ ├── DescriptionType.php │ │ │ │ │ ├── DespatchAdviceTypeCode.php │ │ │ │ │ ├── DespatchAdviceTypeCodeType.php │ │ │ │ │ ├── DespatchDate.php │ │ │ │ │ ├── DespatchDateType.php │ │ │ │ │ ├── DespatchTime.php │ │ │ │ │ ├── DespatchTimeType.php │ │ │ │ │ ├── DirectionCode.php │ │ │ │ │ ├── DirectionCodeType.php │ │ │ │ │ ├── DiscountPercent.php │ │ │ │ │ ├── DiscountPercentType.php │ │ │ │ │ ├── DispositionCode.php │ │ │ │ │ ├── DispositionCodeType.php │ │ │ │ │ ├── District.php │ │ │ │ │ ├── DistrictType.php │ │ │ │ │ ├── DocumentBinaryObject.php │ │ │ │ │ ├── DocumentBinaryObjectType.php │ │ │ │ │ ├── DocumentCurrencyCode.php │ │ │ │ │ ├── DocumentCurrencyCodeType.php │ │ │ │ │ ├── DocumentHash.php │ │ │ │ │ ├── DocumentHashType.php │ │ │ │ │ ├── DocumentID.php │ │ │ │ │ ├── DocumentIDType.php │ │ │ │ │ ├── DocumentStatusCode.php │ │ │ │ │ ├── DocumentStatusCodeType.php │ │ │ │ │ ├── DocumentType.php │ │ │ │ │ ├── DocumentTypeCode.php │ │ │ │ │ ├── DocumentTypeCodeType.php │ │ │ │ │ ├── DocumentTypeType.php │ │ │ │ │ ├── DurationMeasure.php │ │ │ │ │ ├── DurationMeasureType.php │ │ │ │ │ ├── ElectronicMail.php │ │ │ │ │ ├── ElectronicMailType.php │ │ │ │ │ ├── EmbeddedDocumentBinaryObject.php │ │ │ │ │ ├── EmbeddedDocumentBinaryObjectType.php │ │ │ │ │ ├── EmergencyProceduresCode.php │ │ │ │ │ ├── EmergencyProceduresCodeType.php │ │ │ │ │ ├── EndDate.php │ │ │ │ │ ├── EndDateType.php │ │ │ │ │ ├── EndTime.php │ │ │ │ │ ├── EndTimeType.php │ │ │ │ │ ├── EndpointID.php │ │ │ │ │ ├── EndpointIDType.php │ │ │ │ │ ├── EstimatedDespatchDate.php │ │ │ │ │ ├── EstimatedDespatchDateType.php │ │ │ │ │ ├── EstimatedDespatchTime.php │ │ │ │ │ ├── EstimatedDespatchTimeType.php │ │ │ │ │ ├── EventCode.php │ │ │ │ │ ├── EventCodeType.php │ │ │ │ │ ├── ExchangeMarketID.php │ │ │ │ │ ├── ExchangeMarketIDType.php │ │ │ │ │ ├── ExemptionReason.php │ │ │ │ │ ├── ExemptionReasonCode.php │ │ │ │ │ ├── ExemptionReasonCodeType.php │ │ │ │ │ ├── ExemptionReasonType.php │ │ │ │ │ ├── ExpiryDate.php │ │ │ │ │ ├── ExpiryDateType.php │ │ │ │ │ ├── ExpiryTime.php │ │ │ │ │ ├── ExpiryTimeType.php │ │ │ │ │ ├── ExtendedID.php │ │ │ │ │ ├── ExtendedIDType.php │ │ │ │ │ ├── Extension.php │ │ │ │ │ ├── ExtensionType.php │ │ │ │ │ ├── FactorNumeric.php │ │ │ │ │ ├── FactorNumericType.php │ │ │ │ │ ├── FamilyName.php │ │ │ │ │ ├── FamilyNameType.php │ │ │ │ │ ├── FirstName.php │ │ │ │ │ ├── FirstNameType.php │ │ │ │ │ ├── Floor.php │ │ │ │ │ ├── FloorType.php │ │ │ │ │ ├── FreeOfChargeIndicator.php │ │ │ │ │ ├── FreeOfChargeIndicatorType.php │ │ │ │ │ ├── FreeOnBoardValueAmount.php │ │ │ │ │ ├── FreeOnBoardValueAmountType.php │ │ │ │ │ ├── FreightRateClassCode.php │ │ │ │ │ ├── FreightRateClassCodeType.php │ │ │ │ │ ├── FullnessIndicationCode.php │ │ │ │ │ ├── FullnessIndicationCodeType.php │ │ │ │ │ ├── GoodsItemQuantity.php │ │ │ │ │ ├── GoodsItemQuantityType.php │ │ │ │ │ ├── GrossVolumeMeasure.php │ │ │ │ │ ├── GrossVolumeMeasureType.php │ │ │ │ │ ├── GrossWeightMeasure.php │ │ │ │ │ ├── GrossWeightMeasureType.php │ │ │ │ │ ├── HandlingCode.php │ │ │ │ │ ├── HandlingCodeType.php │ │ │ │ │ ├── HandlingInstructions.php │ │ │ │ │ ├── HandlingInstructionsType.php │ │ │ │ │ ├── HazardClassID.php │ │ │ │ │ ├── HazardClassIDType.php │ │ │ │ │ ├── HazardousCategoryCode.php │ │ │ │ │ ├── HazardousCategoryCodeType.php │ │ │ │ │ ├── HazardousRegulationCode.php │ │ │ │ │ ├── HazardousRegulationCodeType.php │ │ │ │ │ ├── HazardousRiskIndicator.php │ │ │ │ │ ├── HazardousRiskIndicatorType.php │ │ │ │ │ ├── HolderName.php │ │ │ │ │ ├── HolderNameType.php │ │ │ │ │ ├── ID.php │ │ │ │ │ ├── IDType.php │ │ │ │ │ ├── IdentificationCode.php │ │ │ │ │ ├── IdentificationCodeType.php │ │ │ │ │ ├── IdentificationID.php │ │ │ │ │ ├── IdentificationIDType.php │ │ │ │ │ ├── IndicationIndicator.php │ │ │ │ │ ├── IndicationIndicatorType.php │ │ │ │ │ ├── Indicator.php │ │ │ │ │ ├── IndicatorType.php │ │ │ │ │ ├── Information.php │ │ │ │ │ ├── InformationType.php │ │ │ │ │ ├── InhalationToxicityZoneCode.php │ │ │ │ │ ├── InhalationToxicityZoneCodeType.php │ │ │ │ │ ├── InhouseMail.php │ │ │ │ │ ├── InhouseMailType.php │ │ │ │ │ ├── InspectionMethodCode.php │ │ │ │ │ ├── InspectionMethodCodeType.php │ │ │ │ │ ├── Instruction.php │ │ │ │ │ ├── InstructionID.php │ │ │ │ │ ├── InstructionIDType.php │ │ │ │ │ ├── InstructionNote.php │ │ │ │ │ ├── InstructionNoteType.php │ │ │ │ │ ├── InstructionType.php │ │ │ │ │ ├── Instructions.php │ │ │ │ │ ├── InstructionsType.php │ │ │ │ │ ├── InsurancePremiumAmount.php │ │ │ │ │ ├── InsurancePremiumAmountType.php │ │ │ │ │ ├── InsuranceValueAmount.php │ │ │ │ │ ├── InsuranceValueAmountType.php │ │ │ │ │ ├── InvoiceAmount.php │ │ │ │ │ ├── InvoiceAmountType.php │ │ │ │ │ ├── InvoiceTypeCode.php │ │ │ │ │ ├── InvoiceTypeCodeType.php │ │ │ │ │ ├── InvoicedQuantity.php │ │ │ │ │ ├── InvoicedQuantityType.php │ │ │ │ │ ├── InvoicingPartyReference.php │ │ │ │ │ ├── InvoicingPartyReferenceType.php │ │ │ │ │ ├── IssueDate.php │ │ │ │ │ ├── IssueDateType.php │ │ │ │ │ ├── IssueNumberID.php │ │ │ │ │ ├── IssueNumberIDType.php │ │ │ │ │ ├── IssueTime.php │ │ │ │ │ ├── IssueTimeType.php │ │ │ │ │ ├── IssuerID.php │ │ │ │ │ ├── IssuerIDType.php │ │ │ │ │ ├── ItemClassificationCode.php │ │ │ │ │ ├── ItemClassificationCodeType.php │ │ │ │ │ ├── ItemUpdateRequestIndicator.php │ │ │ │ │ ├── ItemUpdateRequestIndicatorType.php │ │ │ │ │ ├── JobID.php │ │ │ │ │ ├── JobIDType.php │ │ │ │ │ ├── JobTitle.php │ │ │ │ │ ├── JobTitleType.php │ │ │ │ │ ├── JourneyID.php │ │ │ │ │ ├── JourneyIDType.php │ │ │ │ │ ├── Keyword.php │ │ │ │ │ ├── KeywordType.php │ │ │ │ │ ├── LanguageID.php │ │ │ │ │ ├── LanguageIDType.php │ │ │ │ │ ├── LastRevisionDate.php │ │ │ │ │ ├── LastRevisionDateType.php │ │ │ │ │ ├── LastRevisionTime.php │ │ │ │ │ ├── LastRevisionTimeType.php │ │ │ │ │ ├── LatestDeliveryDate.php │ │ │ │ │ ├── LatestDeliveryDateType.php │ │ │ │ │ ├── LatestDeliveryTime.php │ │ │ │ │ ├── LatestDeliveryTimeType.php │ │ │ │ │ ├── LatitudeDegreesMeasure.php │ │ │ │ │ ├── LatitudeDegreesMeasureType.php │ │ │ │ │ ├── LatitudeDirectionCode.php │ │ │ │ │ ├── LatitudeDirectionCodeType.php │ │ │ │ │ ├── LatitudeMinutesMeasure.php │ │ │ │ │ ├── LatitudeMinutesMeasureType.php │ │ │ │ │ ├── LeadTimeMeasure.php │ │ │ │ │ ├── LeadTimeMeasureType.php │ │ │ │ │ ├── LegalStatusIndicator.php │ │ │ │ │ ├── LegalStatusIndicatorType.php │ │ │ │ │ ├── LengthMeasure.php │ │ │ │ │ ├── LengthMeasureType.php │ │ │ │ │ ├── LicensePlateID.php │ │ │ │ │ ├── LicensePlateIDType.php │ │ │ │ │ ├── LifeCycleStatusCode.php │ │ │ │ │ ├── LifeCycleStatusCodeType.php │ │ │ │ │ ├── Line.php │ │ │ │ │ ├── LineAmount.php │ │ │ │ │ ├── LineAmountType.php │ │ │ │ │ ├── LineCountNumeric.php │ │ │ │ │ ├── LineCountNumericType.php │ │ │ │ │ ├── LineExtensionAmount.php │ │ │ │ │ ├── LineExtensionAmountType.php │ │ │ │ │ ├── LineID.php │ │ │ │ │ ├── LineIDType.php │ │ │ │ │ ├── LineStatusCode.php │ │ │ │ │ ├── LineStatusCodeType.php │ │ │ │ │ ├── LineType.php │ │ │ │ │ ├── LoadingLengthMeasure.php │ │ │ │ │ ├── LoadingLengthMeasureType.php │ │ │ │ │ ├── LocaleCode.php │ │ │ │ │ ├── LocaleCodeType.php │ │ │ │ │ ├── Location.php │ │ │ │ │ ├── LocationID.php │ │ │ │ │ ├── LocationIDType.php │ │ │ │ │ ├── LocationType.php │ │ │ │ │ ├── LogoReferenceID.php │ │ │ │ │ ├── LogoReferenceIDType.php │ │ │ │ │ ├── LongitudeDegreesMeasure.php │ │ │ │ │ ├── LongitudeDegreesMeasureType.php │ │ │ │ │ ├── LongitudeDirectionCode.php │ │ │ │ │ ├── LongitudeDirectionCodeType.php │ │ │ │ │ ├── LongitudeMinutesMeasure.php │ │ │ │ │ ├── LongitudeMinutesMeasureType.php │ │ │ │ │ ├── LossRisk.php │ │ │ │ │ ├── LossRiskResponsibilityCode.php │ │ │ │ │ ├── LossRiskResponsibilityCodeType.php │ │ │ │ │ ├── LossRiskType.php │ │ │ │ │ ├── LotNumberID.php │ │ │ │ │ ├── LotNumberIDType.php │ │ │ │ │ ├── LowerOrangeHazardPlacardID.php │ │ │ │ │ ├── LowerOrangeHazardPlacardIDType.php │ │ │ │ │ ├── Mail.php │ │ │ │ │ ├── MailType.php │ │ │ │ │ ├── ManufactureDate.php │ │ │ │ │ ├── ManufactureDateType.php │ │ │ │ │ ├── ManufactureTime.php │ │ │ │ │ ├── ManufactureTimeType.php │ │ │ │ │ ├── MarkAttention.php │ │ │ │ │ ├── MarkAttentionIndicator.php │ │ │ │ │ ├── MarkAttentionIndicatorType.php │ │ │ │ │ ├── MarkAttentionType.php │ │ │ │ │ ├── MarkCare.php │ │ │ │ │ ├── MarkCareIndicator.php │ │ │ │ │ ├── MarkCareIndicatorType.php │ │ │ │ │ ├── MarkCareType.php │ │ │ │ │ ├── MarkingID.php │ │ │ │ │ ├── MarkingIDType.php │ │ │ │ │ ├── Marks.php │ │ │ │ │ ├── MarksType.php │ │ │ │ │ ├── MathematicOperatorCode.php │ │ │ │ │ ├── MathematicOperatorCodeType.php │ │ │ │ │ ├── MaximumBackorderQuantity.php │ │ │ │ │ ├── MaximumBackorderQuantityType.php │ │ │ │ │ ├── MaximumCopiesNumeric.php │ │ │ │ │ ├── MaximumCopiesNumericType.php │ │ │ │ │ ├── MaximumMeasure.php │ │ │ │ │ ├── MaximumMeasureType.php │ │ │ │ │ ├── MaximumOrderQuantity.php │ │ │ │ │ ├── MaximumOrderQuantityType.php │ │ │ │ │ ├── MaximumQuantity.php │ │ │ │ │ ├── MaximumQuantityType.php │ │ │ │ │ ├── Measure.php │ │ │ │ │ ├── MeasureType.php │ │ │ │ │ ├── MedicalFirstAidGuideCode.php │ │ │ │ │ ├── MedicalFirstAidGuideCodeType.php │ │ │ │ │ ├── MiddleName.php │ │ │ │ │ ├── MiddleNameType.php │ │ │ │ │ ├── MinimumBackorderQuantity.php │ │ │ │ │ ├── MinimumBackorderQuantityType.php │ │ │ │ │ ├── MinimumMeasure.php │ │ │ │ │ ├── MinimumMeasureType.php │ │ │ │ │ ├── MinimumOrderQuantity.php │ │ │ │ │ ├── MinimumOrderQuantityType.php │ │ │ │ │ ├── MinimumQuantity.php │ │ │ │ │ ├── MinimumQuantityType.php │ │ │ │ │ ├── MinutesMeasure.php │ │ │ │ │ ├── MinutesMeasureType.php │ │ │ │ │ ├── ModelName.php │ │ │ │ │ ├── ModelNameType.php │ │ │ │ │ ├── MultiplierFactorNumeric.php │ │ │ │ │ ├── MultiplierFactorNumericType.php │ │ │ │ │ ├── Name.php │ │ │ │ │ ├── NameSuffix.php │ │ │ │ │ ├── NameSuffixType.php │ │ │ │ │ ├── NameType.php │ │ │ │ │ ├── Nationality.php │ │ │ │ │ ├── NationalityID.php │ │ │ │ │ ├── NationalityIDType.php │ │ │ │ │ ├── NationalityType.php │ │ │ │ │ ├── NatureCode.php │ │ │ │ │ ├── NatureCodeType.php │ │ │ │ │ ├── NetNetWeightMeasure.php │ │ │ │ │ ├── NetNetWeightMeasureType.php │ │ │ │ │ ├── NetVolumeMeasure.php │ │ │ │ │ ├── NetVolumeMeasureType.php │ │ │ │ │ ├── NetWeightMeasure.php │ │ │ │ │ ├── NetWeightMeasureType.php │ │ │ │ │ ├── NetworkID.php │ │ │ │ │ ├── NetworkIDType.php │ │ │ │ │ ├── Note.php │ │ │ │ │ ├── NoteType.php │ │ │ │ │ ├── NumberID.php │ │ │ │ │ ├── NumberIDType.php │ │ │ │ │ ├── OccurrenceDate.php │ │ │ │ │ ├── OccurrenceDateType.php │ │ │ │ │ ├── OccurrenceTime.php │ │ │ │ │ ├── OccurrenceTimeType.php │ │ │ │ │ ├── OnCarriageIndicator.php │ │ │ │ │ ├── OnCarriageIndicatorType.php │ │ │ │ │ ├── OrangeHazardPlacardID.php │ │ │ │ │ ├── OrangeHazardPlacardIDType.php │ │ │ │ │ ├── OrderID.php │ │ │ │ │ ├── OrderIDType.php │ │ │ │ │ ├── OrderQuantity.php │ │ │ │ │ ├── OrderQuantityIncrementNumeric.php │ │ │ │ │ ├── OrderQuantityIncrementNumericType.php │ │ │ │ │ ├── OrderQuantityType.php │ │ │ │ │ ├── OrderableIndicator.php │ │ │ │ │ ├── OrderableIndicatorType.php │ │ │ │ │ ├── OrderableUnit.php │ │ │ │ │ ├── OrderableUnitFactorRate.php │ │ │ │ │ ├── OrderableUnitFactorRateType.php │ │ │ │ │ ├── OrderableUnitType.php │ │ │ │ │ ├── OrganizationDepartment.php │ │ │ │ │ ├── OrganizationDepartmentType.php │ │ │ │ │ ├── OriginalJobID.php │ │ │ │ │ ├── OriginalJobIDType.php │ │ │ │ │ ├── OtherInstruction.php │ │ │ │ │ ├── OtherInstructionType.php │ │ │ │ │ ├── OutstandingQuantity.php │ │ │ │ │ ├── OutstandingQuantityType.php │ │ │ │ │ ├── OutstandingReason.php │ │ │ │ │ ├── OutstandingReasonType.php │ │ │ │ │ ├── OversupplyQuantity.php │ │ │ │ │ ├── OversupplyQuantityType.php │ │ │ │ │ ├── OwnerTypeCode.php │ │ │ │ │ ├── OwnerTypeCodeType.php │ │ │ │ │ ├── PackLevelCode.php │ │ │ │ │ ├── PackLevelCodeType.php │ │ │ │ │ ├── PackQuantity.php │ │ │ │ │ ├── PackQuantityType.php │ │ │ │ │ ├── PackSizeNumeric.php │ │ │ │ │ ├── PackSizeNumericType.php │ │ │ │ │ ├── PackageLevelCode.php │ │ │ │ │ ├── PackageLevelCodeType.php │ │ │ │ │ ├── PackageQuantity.php │ │ │ │ │ ├── PackageQuantityType.php │ │ │ │ │ ├── PackagesQuantity.php │ │ │ │ │ ├── PackagesQuantityType.php │ │ │ │ │ ├── PackagingTypeCode.php │ │ │ │ │ ├── PackagingTypeCodeType.php │ │ │ │ │ ├── PackingCriteriaCode.php │ │ │ │ │ ├── PackingCriteriaCodeType.php │ │ │ │ │ ├── PackingMaterial.php │ │ │ │ │ ├── PackingMaterialType.php │ │ │ │ │ ├── PaidAmount.php │ │ │ │ │ ├── PaidAmountType.php │ │ │ │ │ ├── PaidDate.php │ │ │ │ │ ├── PaidDateType.php │ │ │ │ │ ├── PaidTime.php │ │ │ │ │ ├── PaidTimeType.php │ │ │ │ │ ├── ParentDocumentID.php │ │ │ │ │ ├── ParentDocumentIDType.php │ │ │ │ │ ├── ParentDocumentTypeCode.php │ │ │ │ │ ├── ParentDocumentTypeCodeType.php │ │ │ │ │ ├── PartialDeliveryIndicator.php │ │ │ │ │ ├── PartialDeliveryIndicatorType.php │ │ │ │ │ ├── PayableAmount.php │ │ │ │ │ ├── PayableAmountType.php │ │ │ │ │ ├── PayableRoundingAmount.php │ │ │ │ │ ├── PayableRoundingAmountType.php │ │ │ │ │ ├── PayerReference.php │ │ │ │ │ ├── PayerReferenceType.php │ │ │ │ │ ├── PaymentAlternativeCurrencyCode.php │ │ │ │ │ ├── PaymentAlternativeCurrencyCodeType.php │ │ │ │ │ ├── PaymentAmount.php │ │ │ │ │ ├── PaymentAmountType.php │ │ │ │ │ ├── PaymentChannelCode.php │ │ │ │ │ ├── PaymentChannelCodeType.php │ │ │ │ │ ├── PaymentCurrencyCode.php │ │ │ │ │ ├── PaymentCurrencyCodeType.php │ │ │ │ │ ├── PaymentDueDate.php │ │ │ │ │ ├── PaymentDueDateType.php │ │ │ │ │ ├── PaymentID.php │ │ │ │ │ ├── PaymentIDType.php │ │ │ │ │ ├── PaymentMeansCode.php │ │ │ │ │ ├── PaymentMeansCodeType.php │ │ │ │ │ ├── PaymentMeansID.php │ │ │ │ │ ├── PaymentMeansIDType.php │ │ │ │ │ ├── PaymentNote.php │ │ │ │ │ ├── PaymentNoteType.php │ │ │ │ │ ├── PaymentOrderReference.php │ │ │ │ │ ├── PaymentOrderReferenceType.php │ │ │ │ │ ├── PenaltySurchargePercent.php │ │ │ │ │ ├── PenaltySurchargePercentType.php │ │ │ │ │ ├── PerUnitAmount.php │ │ │ │ │ ├── PerUnitAmountType.php │ │ │ │ │ ├── Percent.php │ │ │ │ │ ├── PercentType.php │ │ │ │ │ ├── PlacardEndorsement.php │ │ │ │ │ ├── PlacardEndorsementType.php │ │ │ │ │ ├── PlacardNotation.php │ │ │ │ │ ├── PlacardNotationType.php │ │ │ │ │ ├── PlotIdentification.php │ │ │ │ │ ├── PlotIdentificationType.php │ │ │ │ │ ├── PositionCode.php │ │ │ │ │ ├── PositionCodeType.php │ │ │ │ │ ├── PostalZone.php │ │ │ │ │ ├── PostalZoneType.php │ │ │ │ │ ├── Postbox.php │ │ │ │ │ ├── PostboxType.php │ │ │ │ │ ├── PreCarriageIndicator.php │ │ │ │ │ ├── PreCarriageIndicatorType.php │ │ │ │ │ ├── PreferenceCriterionCode.php │ │ │ │ │ ├── PreferenceCriterionCodeType.php │ │ │ │ │ ├── PrepaidAmount.php │ │ │ │ │ ├── PrepaidAmountType.php │ │ │ │ │ ├── PrepaidIndicator.php │ │ │ │ │ ├── PrepaidIndicatorType.php │ │ │ │ │ ├── PrepaidPaymentReferenceID.php │ │ │ │ │ ├── PrepaidPaymentReferenceIDType.php │ │ │ │ │ ├── PreviousJobID.php │ │ │ │ │ ├── PreviousJobIDType.php │ │ │ │ │ ├── PreviousVersionID.php │ │ │ │ │ ├── PreviousVersionIDType.php │ │ │ │ │ ├── PriceAmount.php │ │ │ │ │ ├── PriceAmountType.php │ │ │ │ │ ├── PriceChangeReason.php │ │ │ │ │ ├── PriceChangeReasonType.php │ │ │ │ │ ├── PriceType.php │ │ │ │ │ ├── PriceTypeCode.php │ │ │ │ │ ├── PriceTypeCodeType.php │ │ │ │ │ ├── PriceTypeType.php │ │ │ │ │ ├── PricingCurrencyCode.php │ │ │ │ │ ├── PricingCurrencyCodeType.php │ │ │ │ │ ├── PricingUpdateRequestIndicator.php │ │ │ │ │ ├── PricingUpdateRequestIndicatorType.php │ │ │ │ │ ├── PrimaryAccountNumberID.php │ │ │ │ │ ├── PrimaryAccountNumberIDType.php │ │ │ │ │ ├── PrintQualifier.php │ │ │ │ │ ├── PrintQualifierType.php │ │ │ │ │ ├── Priority.php │ │ │ │ │ ├── PriorityType.php │ │ │ │ │ ├── ProductTraceID.php │ │ │ │ │ ├── ProductTraceIDType.php │ │ │ │ │ ├── ProfileID.php │ │ │ │ │ ├── ProfileIDType.php │ │ │ │ │ ├── ProviderTypeCode.php │ │ │ │ │ ├── ProviderTypeCodeType.php │ │ │ │ │ ├── Qualifier.php │ │ │ │ │ ├── QualifierType.php │ │ │ │ │ ├── Quantity.php │ │ │ │ │ ├── QuantityType.php │ │ │ │ │ ├── RailCarID.php │ │ │ │ │ ├── RailCarIDType.php │ │ │ │ │ ├── Reason.php │ │ │ │ │ ├── ReasonType.php │ │ │ │ │ ├── ReceivedDate.php │ │ │ │ │ ├── ReceivedDateType.php │ │ │ │ │ ├── ReceivedQuantity.php │ │ │ │ │ ├── ReceivedQuantityType.php │ │ │ │ │ ├── Reference.php │ │ │ │ │ ├── ReferenceDate.php │ │ │ │ │ ├── ReferenceDateType.php │ │ │ │ │ ├── ReferenceEventCode.php │ │ │ │ │ ├── ReferenceEventCodeType.php │ │ │ │ │ ├── ReferenceID.php │ │ │ │ │ ├── ReferenceIDType.php │ │ │ │ │ ├── ReferenceTime.php │ │ │ │ │ ├── ReferenceTimeType.php │ │ │ │ │ ├── ReferenceType.php │ │ │ │ │ ├── RefrigerationOnIndicator.php │ │ │ │ │ ├── RefrigerationOnIndicatorType.php │ │ │ │ │ ├── Region.php │ │ │ │ │ ├── RegionType.php │ │ │ │ │ ├── RegistrationID.php │ │ │ │ │ ├── RegistrationIDType.php │ │ │ │ │ ├── RegistrationName.php │ │ │ │ │ ├── RegistrationNameType.php │ │ │ │ │ ├── RegistrationNationality.php │ │ │ │ │ ├── RegistrationNationalityID.php │ │ │ │ │ ├── RegistrationNationalityIDType.php │ │ │ │ │ ├── RegistrationNationalityType.php │ │ │ │ │ ├── RejectActionCode.php │ │ │ │ │ ├── RejectActionCodeType.php │ │ │ │ │ ├── RejectReason.php │ │ │ │ │ ├── RejectReasonCode.php │ │ │ │ │ ├── RejectReasonCodeType.php │ │ │ │ │ ├── RejectReasonType.php │ │ │ │ │ ├── RejectedQuantity.php │ │ │ │ │ ├── RejectedQuantityType.php │ │ │ │ │ ├── RejectionNote.php │ │ │ │ │ ├── RejectionNoteType.php │ │ │ │ │ ├── Remarks.php │ │ │ │ │ ├── RemarksType.php │ │ │ │ │ ├── ReminderSequenceNumeric.php │ │ │ │ │ ├── ReminderSequenceNumericType.php │ │ │ │ │ ├── ReminderTypeCode.php │ │ │ │ │ ├── ReminderTypeCodeType.php │ │ │ │ │ ├── RequestedDespatchDate.php │ │ │ │ │ ├── RequestedDespatchDateType.php │ │ │ │ │ ├── RequestedDespatchTime.php │ │ │ │ │ ├── RequestedDespatchTimeType.php │ │ │ │ │ ├── RequestedInvoiceCurrencyCode.php │ │ │ │ │ ├── RequestedInvoiceCurrencyCodeType.php │ │ │ │ │ ├── RequiredCustomsID.php │ │ │ │ │ ├── RequiredCustomsIDType.php │ │ │ │ │ ├── ResponseCode.php │ │ │ │ │ ├── ResponseCodeType.php │ │ │ │ │ ├── ResponseDate.php │ │ │ │ │ ├── ResponseDateType.php │ │ │ │ │ ├── ResponseTime.php │ │ │ │ │ ├── ResponseTimeType.php │ │ │ │ │ ├── ReturnabilityIndicator.php │ │ │ │ │ ├── ReturnabilityIndicatorType.php │ │ │ │ │ ├── ReturnableMaterialIndicator.php │ │ │ │ │ ├── ReturnableMaterialIndicatorType.php │ │ │ │ │ ├── RevisionDate.php │ │ │ │ │ ├── RevisionDateType.php │ │ │ │ │ ├── RevisionTime.php │ │ │ │ │ ├── RevisionTimeType.php │ │ │ │ │ ├── RoleCode.php │ │ │ │ │ ├── RoleCodeType.php │ │ │ │ │ ├── Room.php │ │ │ │ │ ├── RoomType.php │ │ │ │ │ ├── RoundingAmount.php │ │ │ │ │ ├── RoundingAmountType.php │ │ │ │ │ ├── SalesOrderID.php │ │ │ │ │ ├── SalesOrderIDType.php │ │ │ │ │ ├── SalesOrderLineID.php │ │ │ │ │ ├── SalesOrderLineIDType.php │ │ │ │ │ ├── SchemeURI.php │ │ │ │ │ ├── SchemeURIType.php │ │ │ │ │ ├── SealIssuerTypeCode.php │ │ │ │ │ ├── SealIssuerTypeCodeType.php │ │ │ │ │ ├── SealStatusCode.php │ │ │ │ │ ├── SealStatusCodeType.php │ │ │ │ │ ├── SealingPartyType.php │ │ │ │ │ ├── SealingPartyTypeType.php │ │ │ │ │ ├── SequenceID.php │ │ │ │ │ ├── SequenceIDType.php │ │ │ │ │ ├── SequenceNumberID.php │ │ │ │ │ ├── SequenceNumberIDType.php │ │ │ │ │ ├── SequenceNumeric.php │ │ │ │ │ ├── SequenceNumericType.php │ │ │ │ │ ├── SerialID.php │ │ │ │ │ ├── SerialIDType.php │ │ │ │ │ ├── SettlementDiscountPercent.php │ │ │ │ │ ├── SettlementDiscountPercentType.php │ │ │ │ │ ├── ShippingMarks.php │ │ │ │ │ ├── ShippingMarksType.php │ │ │ │ │ ├── ShippingOrderID.php │ │ │ │ │ ├── ShippingOrderIDType.php │ │ │ │ │ ├── ShippingPriorityLevelCode.php │ │ │ │ │ ├── ShippingPriorityLevelCodeType.php │ │ │ │ │ ├── ShortQuantity.php │ │ │ │ │ ├── ShortQuantityType.php │ │ │ │ │ ├── ShortageActionCode.php │ │ │ │ │ ├── ShortageActionCodeType.php │ │ │ │ │ ├── SignatureMethod.php │ │ │ │ │ ├── SignatureMethodType.php │ │ │ │ │ ├── SizeTypeCode.php │ │ │ │ │ ├── SizeTypeCodeType.php │ │ │ │ │ ├── SourceCurrencyBaseRate.php │ │ │ │ │ ├── SourceCurrencyBaseRateType.php │ │ │ │ │ ├── SourceCurrencyCode.php │ │ │ │ │ ├── SourceCurrencyCodeType.php │ │ │ │ │ ├── SpecialInstructions.php │ │ │ │ │ ├── SpecialInstructionsType.php │ │ │ │ │ ├── SpecialTerms.php │ │ │ │ │ ├── SpecialTermsType.php │ │ │ │ │ ├── SplitConsignmentIndicator.php │ │ │ │ │ ├── SplitConsignmentIndicatorType.php │ │ │ │ │ ├── StartDate.php │ │ │ │ │ ├── StartDateType.php │ │ │ │ │ ├── StartTime.php │ │ │ │ │ ├── StartTimeType.php │ │ │ │ │ ├── StatusCode.php │ │ │ │ │ ├── StatusCodeType.php │ │ │ │ │ ├── StatusReason.php │ │ │ │ │ ├── StatusReasonCode.php │ │ │ │ │ ├── StatusReasonCodeType.php │ │ │ │ │ ├── StatusReasonType.php │ │ │ │ │ ├── StreetName.php │ │ │ │ │ ├── StreetNameType.php │ │ │ │ │ ├── SubstitutionStatusCode.php │ │ │ │ │ ├── SubstitutionStatusCodeType.php │ │ │ │ │ ├── SummaryDescription.php │ │ │ │ │ ├── SummaryDescriptionType.php │ │ │ │ │ ├── SupplierAssignedAccountID.php │ │ │ │ │ ├── SupplierAssignedAccountIDType.php │ │ │ │ │ ├── SurchargePercent.php │ │ │ │ │ ├── SurchargePercentType.php │ │ │ │ │ ├── TargetCurrencyBaseRate.php │ │ │ │ │ ├── TargetCurrencyBaseRateType.php │ │ │ │ │ ├── TargetCurrencyCode.php │ │ │ │ │ ├── TargetCurrencyCodeType.php │ │ │ │ │ ├── TariffClassCode.php │ │ │ │ │ ├── TariffClassCodeType.php │ │ │ │ │ ├── TariffCode.php │ │ │ │ │ ├── TariffCodeType.php │ │ │ │ │ ├── TariffDescription.php │ │ │ │ │ ├── TariffDescriptionType.php │ │ │ │ │ ├── TaxAmount.php │ │ │ │ │ ├── TaxAmountType.php │ │ │ │ │ ├── TaxCurrencyCode.php │ │ │ │ │ ├── TaxCurrencyCodeType.php │ │ │ │ │ ├── TaxEvidenceIndicator.php │ │ │ │ │ ├── TaxEvidenceIndicatorType.php │ │ │ │ │ ├── TaxExclusiveAmount.php │ │ │ │ │ ├── TaxExclusiveAmountType.php │ │ │ │ │ ├── TaxExemptionReason.php │ │ │ │ │ ├── TaxExemptionReasonCode.php │ │ │ │ │ ├── TaxExemptionReasonCodeType.php │ │ │ │ │ ├── TaxExemptionReasonType.php │ │ │ │ │ ├── TaxInclusiveAmount.php │ │ │ │ │ ├── TaxInclusiveAmountType.php │ │ │ │ │ ├── TaxLevelCode.php │ │ │ │ │ ├── TaxLevelCodeType.php │ │ │ │ │ ├── TaxPointDate.php │ │ │ │ │ ├── TaxPointDateType.php │ │ │ │ │ ├── TaxTypeCode.php │ │ │ │ │ ├── TaxTypeCodeType.php │ │ │ │ │ ├── TaxableAmount.php │ │ │ │ │ ├── TaxableAmountType.php │ │ │ │ │ ├── TechnicalName.php │ │ │ │ │ ├── TechnicalNameType.php │ │ │ │ │ ├── Telefax.php │ │ │ │ │ ├── TelefaxType.php │ │ │ │ │ ├── Telephone.php │ │ │ │ │ ├── TelephoneType.php │ │ │ │ │ ├── Terms.php │ │ │ │ │ ├── TermsType.php │ │ │ │ │ ├── Text.php │ │ │ │ │ ├── TextType.php │ │ │ │ │ ├── TierRange.php │ │ │ │ │ ├── TierRangeType.php │ │ │ │ │ ├── TierRatePercent.php │ │ │ │ │ ├── TierRatePercentType.php │ │ │ │ │ ├── Time.php │ │ │ │ │ ├── TimeType.php │ │ │ │ │ ├── TimezoneOffset.php │ │ │ │ │ ├── TimezoneOffsetType.php │ │ │ │ │ ├── TimingComplaint.php │ │ │ │ │ ├── TimingComplaintCode.php │ │ │ │ │ ├── TimingComplaintCodeType.php │ │ │ │ │ ├── TimingComplaintType.php │ │ │ │ │ ├── Title.php │ │ │ │ │ ├── TitleType.php │ │ │ │ │ ├── ToOrderIndicator.php │ │ │ │ │ ├── ToOrderIndicatorType.php │ │ │ │ │ ├── TotalBalanceAmount.php │ │ │ │ │ ├── TotalBalanceAmountType.php │ │ │ │ │ ├── TotalCreditAmount.php │ │ │ │ │ ├── TotalCreditAmountType.php │ │ │ │ │ ├── TotalDebitAmount.php │ │ │ │ │ ├── TotalDebitAmountType.php │ │ │ │ │ ├── TotalGoodsItemQuantity.php │ │ │ │ │ ├── TotalGoodsItemQuantityType.php │ │ │ │ │ ├── TotalInvoiceAmount.php │ │ │ │ │ ├── TotalInvoiceAmountType.php │ │ │ │ │ ├── TotalPackageQuantity.php │ │ │ │ │ ├── TotalPackageQuantityType.php │ │ │ │ │ ├── TotalPackagesQuantity.php │ │ │ │ │ ├── TotalPackagesQuantityType.php │ │ │ │ │ ├── TotalPaymentAmount.php │ │ │ │ │ ├── TotalPaymentAmountType.php │ │ │ │ │ ├── TotalTaxAmount.php │ │ │ │ │ ├── TotalTaxAmountType.php │ │ │ │ │ ├── TotalTransportHandlingUnitQuantity.php │ │ │ │ │ ├── TotalTransportHandlingUnitQuantityType.php │ │ │ │ │ ├── TrackingID.php │ │ │ │ │ ├── TrackingIDType.php │ │ │ │ │ ├── TradingRestrictions.php │ │ │ │ │ ├── TradingRestrictionsType.php │ │ │ │ │ ├── TrainID.php │ │ │ │ │ ├── TrainIDType.php │ │ │ │ │ ├── TransactionCurrencyTaxAmount.php │ │ │ │ │ ├── TransactionCurrencyTaxAmountType.php │ │ │ │ │ ├── TransitDirectionCode.php │ │ │ │ │ ├── TransitDirectionCodeType.php │ │ │ │ │ ├── TransportAuthorizationCode.php │ │ │ │ │ ├── TransportAuthorizationCodeType.php │ │ │ │ │ ├── TransportEmergencyCardCode.php │ │ │ │ │ ├── TransportEmergencyCardCodeType.php │ │ │ │ │ ├── TransportEquipmentTypeCode.php │ │ │ │ │ ├── TransportEquipmentTypeCodeType.php │ │ │ │ │ ├── TransportEventTypeCode.php │ │ │ │ │ ├── TransportEventTypeCodeType.php │ │ │ │ │ ├── TransportHandlingUnitQuantity.php │ │ │ │ │ ├── TransportHandlingUnitQuantityType.php │ │ │ │ │ ├── TransportHandlingUnitTypeCode.php │ │ │ │ │ ├── TransportHandlingUnitTypeCodeType.php │ │ │ │ │ ├── TransportMeansTypeCode.php │ │ │ │ │ ├── TransportMeansTypeCodeType.php │ │ │ │ │ ├── TransportModeCode.php │ │ │ │ │ ├── TransportModeCodeType.php │ │ │ │ │ ├── TransportServiceCode.php │ │ │ │ │ ├── TransportServiceCodeType.php │ │ │ │ │ ├── UBLVersionID.php │ │ │ │ │ ├── UBLVersionIDType.php │ │ │ │ │ ├── UNDGCode.php │ │ │ │ │ ├── UNDGCodeType.php │ │ │ │ │ ├── URI.php │ │ │ │ │ ├── URIType.php │ │ │ │ │ ├── UUID.php │ │ │ │ │ ├── UUIDType.php │ │ │ │ │ ├── Unit.php │ │ │ │ │ ├── UnitQuantity.php │ │ │ │ │ ├── UnitQuantityType.php │ │ │ │ │ ├── UnitType.php │ │ │ │ │ ├── UpperOrangeHazardPlacardID.php │ │ │ │ │ ├── UpperOrangeHazardPlacardIDType.php │ │ │ │ │ ├── ValidationDate.php │ │ │ │ │ ├── ValidationDateType.php │ │ │ │ │ ├── ValidationTime.php │ │ │ │ │ ├── ValidationTimeType.php │ │ │ │ │ ├── ValidatorID.php │ │ │ │ │ ├── ValidatorIDType.php │ │ │ │ │ ├── ValidityStartDate.php │ │ │ │ │ ├── ValidityStartDateType.php │ │ │ │ │ ├── Value.php │ │ │ │ │ ├── ValueAmount.php │ │ │ │ │ ├── ValueAmountType.php │ │ │ │ │ ├── ValueType.php │ │ │ │ │ ├── VersionID.php │ │ │ │ │ ├── VersionIDType.php │ │ │ │ │ ├── VesselID.php │ │ │ │ │ ├── VesselIDType.php │ │ │ │ │ ├── VesselName.php │ │ │ │ │ ├── VesselNameType.php │ │ │ │ │ ├── VolumeMeasure.php │ │ │ │ │ ├── VolumeMeasureType.php │ │ │ │ │ ├── WarrantyInformation.php │ │ │ │ │ ├── WarrantyInformationType.php │ │ │ │ │ ├── WebsiteURI.php │ │ │ │ │ ├── WebsiteURIType.php │ │ │ │ │ ├── WeightMeasure.php │ │ │ │ │ ├── WeightMeasureType.php │ │ │ │ │ ├── XPath.php │ │ │ │ │ ├── XPathType.php │ │ │ │ │ ├── Zone.php │ │ │ │ │ └── ZoneType.php │ │ │ │ │ ├── CommonExtensionComponents_2 │ │ │ │ │ ├── ExtensionAgencyID.php │ │ │ │ │ ├── ExtensionAgencyIDType.php │ │ │ │ │ ├── ExtensionAgencyName.php │ │ │ │ │ ├── ExtensionAgencyNameType.php │ │ │ │ │ ├── ExtensionAgencyURI.php │ │ │ │ │ ├── ExtensionAgencyURIType.php │ │ │ │ │ ├── ExtensionContent.php │ │ │ │ │ ├── ExtensionContentType.php │ │ │ │ │ ├── ExtensionReason.php │ │ │ │ │ ├── ExtensionReasonCode.php │ │ │ │ │ ├── ExtensionReasonCodeType.php │ │ │ │ │ ├── ExtensionReasonType.php │ │ │ │ │ ├── ExtensionURI.php │ │ │ │ │ ├── ExtensionURIType.php │ │ │ │ │ ├── ExtensionVersionID.php │ │ │ │ │ ├── ExtensionVersionIDType.php │ │ │ │ │ ├── UBLExtension.php │ │ │ │ │ ├── UBLExtensionType.php │ │ │ │ │ ├── UBLExtensions.php │ │ │ │ │ └── UBLExtensionsType.php │ │ │ │ │ ├── Order_2 │ │ │ │ │ ├── Order.php │ │ │ │ │ └── OrderType.php │ │ │ │ │ └── QualifiedDatatypes_2 │ │ │ │ │ ├── AllowanceChargeReasonCodeType.php │ │ │ │ │ ├── ChannelCodeType.php │ │ │ │ │ ├── ChipCodeType.php │ │ │ │ │ ├── ContainerSizeTypeCodeType.php │ │ │ │ │ ├── CountryIdentificationCodeType.php │ │ │ │ │ ├── CurrencyCodeType.php │ │ │ │ │ ├── DocumentStatusCodeType.php │ │ │ │ │ ├── LatitudeDirectionCodeType.php │ │ │ │ │ ├── LineStatusCodeType.php │ │ │ │ │ ├── LongitudeDirectionCodeType.php │ │ │ │ │ ├── OperatorCodeType.php │ │ │ │ │ ├── PackagingTypeCodeType.php │ │ │ │ │ ├── PaymentMeansCodeType.php │ │ │ │ │ ├── PortCodeType.php │ │ │ │ │ ├── SubstitutionStatusCodeType.php │ │ │ │ │ ├── TransportEquipmentTypeCodeType.php │ │ │ │ │ ├── TransportModeCodeType.php │ │ │ │ │ ├── TransportationStatusCodeType.php │ │ │ │ │ └── UnitOfMeasureCodeType.php │ │ │ │ └── un │ │ │ │ └── unece │ │ │ │ └── uncefact │ │ │ │ ├── codelist │ │ │ │ └── specification │ │ │ │ │ ├── IANAMIMEMediaType │ │ │ │ │ └── _2003 │ │ │ │ │ │ └── BinaryObjectMimeCodeContentType.php │ │ │ │ │ ├── _54217 │ │ │ │ │ └── _2001 │ │ │ │ │ │ └── CurrencyCodeContentType.php │ │ │ │ │ ├── _5639 │ │ │ │ │ └── _1988 │ │ │ │ │ │ └── LanguageCodeContentType.php │ │ │ │ │ └── _66411 │ │ │ │ │ └── _2001 │ │ │ │ │ └── UnitCodeContentType.php │ │ │ │ └── data │ │ │ │ └── specification │ │ │ │ └── UnqualifiedDataTypesSchemaModule │ │ │ │ └── _2 │ │ │ │ ├── AmountType.php │ │ │ │ ├── BinaryObjectType.php │ │ │ │ ├── CodeType.php │ │ │ │ ├── DateTimeType.php │ │ │ │ ├── DateType.php │ │ │ │ ├── GraphicType.php │ │ │ │ ├── IdentifierType.php │ │ │ │ ├── IndicatorType.php │ │ │ │ ├── MeasureType.php │ │ │ │ ├── NameType.php │ │ │ │ ├── NumericType.php │ │ │ │ ├── PercentType.php │ │ │ │ ├── PictureType.php │ │ │ │ ├── QuantityType.php │ │ │ │ ├── RateType.php │ │ │ │ ├── SoundType.php │ │ │ │ ├── TextType.php │ │ │ │ ├── TimeType.php │ │ │ │ ├── ValueType.php │ │ │ │ └── VideoType.php │ │ └── phpunit.xml │ └── website │ │ └── README ├── _Samples │ ├── AccountsFindAll.php │ ├── BatchQueries.php │ ├── CDCExample.php │ ├── CompanyFindById.php │ ├── CreateVendor.php │ ├── CreditCardPaymentCreate.php │ ├── CreditCardPaymentDelete.php │ ├── CreditCardPaymentRead.php │ ├── CreditCardPaymentUpdate.php │ ├── CustomerCreate.php │ ├── CustomerQuery.php │ ├── CustomerSparseUpdate.php │ ├── CustomerUpdate.php │ ├── CustomersFindAll.php │ ├── DeleteAttachment.php │ ├── Disconnect.php │ ├── DownloadPDF.php │ ├── EntitlementResponse.php │ ├── FacadeObjectAssignment.php │ ├── GetUserInfo.php │ ├── InvoiceCreate.php │ ├── ItemCreation.php │ ├── JournalEntryCreate.php │ ├── LineSample.php │ ├── LinkReimburseChargeToInvoice.php │ ├── MigrateOAuth1ToOAuth2.php │ ├── OAuth2TokenGeneration.php │ ├── PaymentVoid.php │ ├── PurchaseDelete.php │ ├── PurchaseFindById.php │ ├── QueryBuilder.php │ ├── RecurringTransactionCreate.php │ ├── RecurringTransactionDelete.php │ ├── RecurringTransactionQuery.php │ ├── RecurringTransactionRead.php │ ├── ReimburseChargeFindById.php │ ├── ReimburseChargeQuery.php │ ├── ReportExample.php │ ├── SalesReceipt.php │ ├── SalesReceiptVoid.php │ ├── TaxAgencyCreation.php │ ├── TaxPaymentRead.php │ ├── TaxRateQuery.php │ ├── TaxServiceExample.php │ ├── TransferExample.php │ ├── UploadAttachment.php │ └── refreshTokenSample.php ├── config.php ├── sdk.config ├── test │ └── DataServiceTest.php └── xsd2php.php ├── test ├── Core │ ├── HttpClients │ │ └── SyncRestHandlerTest.php │ └── OAuth │ │ └── OAuth2 │ │ └── OAuth2LoginHelperTest.php ├── DependencyTest.test.php └── ServiceContextTest.test.php └── views ├── RateSDK.png ├── Thumbdown.png └── Thumbup.png /.gitignore: -------------------------------------------------------------------------------- 1 | /vendor/ 2 | composer.phar 3 | /nbproject 4 | .DS_Store 5 | .idea 6 | 7 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/README.md -------------------------------------------------------------------------------- /ReleaseNotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/ReleaseNotes.txt -------------------------------------------------------------------------------- /bootstrap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/bootstrap.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/composer.lock -------------------------------------------------------------------------------- /docs/.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- 1 | The docs folder for PHP V3 SDK 2 | -------------------------------------------------------------------------------- /docs/_images/example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_images/example.jpg -------------------------------------------------------------------------------- /docs/_images/example2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_images/example2.jpg -------------------------------------------------------------------------------- /docs/_images/example3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_images/example3.jpg -------------------------------------------------------------------------------- /docs/_images/example4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_images/example4.jpg -------------------------------------------------------------------------------- /docs/_images/example5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_images/example5.jpg -------------------------------------------------------------------------------- /docs/_images/example6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_images/example6.jpg -------------------------------------------------------------------------------- /docs/_sources/authorization.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_sources/authorization.rst.txt -------------------------------------------------------------------------------- /docs/_sources/configuration.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_sources/configuration.rst.txt -------------------------------------------------------------------------------- /docs/_sources/handle-error.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_sources/handle-error.rst.txt -------------------------------------------------------------------------------- /docs/_sources/index.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_sources/index.rst.txt -------------------------------------------------------------------------------- /docs/_sources/overview.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_sources/overview.rst.txt -------------------------------------------------------------------------------- /docs/_sources/quickstart.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_sources/quickstart.rst.txt -------------------------------------------------------------------------------- /docs/_static/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/ajax-loader.gif -------------------------------------------------------------------------------- /docs/_static/basic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/basic.css -------------------------------------------------------------------------------- /docs/_static/comment-bright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/comment-bright.png -------------------------------------------------------------------------------- /docs/_static/comment-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/comment-close.png -------------------------------------------------------------------------------- /docs/_static/comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/comment.png -------------------------------------------------------------------------------- /docs/_static/css/badge_only.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/css/badge_only.css -------------------------------------------------------------------------------- /docs/_static/css/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/css/theme.css -------------------------------------------------------------------------------- /docs/_static/doctools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/doctools.js -------------------------------------------------------------------------------- /docs/_static/down-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/down-pressed.png -------------------------------------------------------------------------------- /docs/_static/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/down.png -------------------------------------------------------------------------------- /docs/_static/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/file.png -------------------------------------------------------------------------------- /docs/_static/fonts/Inconsolata-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/fonts/Inconsolata-Bold.ttf -------------------------------------------------------------------------------- /docs/_static/fonts/Inconsolata-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/fonts/Inconsolata-Regular.ttf -------------------------------------------------------------------------------- /docs/_static/fonts/Lato-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/fonts/Lato-Bold.ttf -------------------------------------------------------------------------------- /docs/_static/fonts/Lato-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/fonts/Lato-Regular.ttf -------------------------------------------------------------------------------- /docs/_static/fonts/RobotoSlab-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/fonts/RobotoSlab-Bold.ttf -------------------------------------------------------------------------------- /docs/_static/fonts/RobotoSlab-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/fonts/RobotoSlab-Regular.ttf -------------------------------------------------------------------------------- /docs/_static/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /docs/_static/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /docs/_static/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /docs/_static/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /docs/_static/jquery-3.1.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/jquery-3.1.0.js -------------------------------------------------------------------------------- /docs/_static/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/jquery.js -------------------------------------------------------------------------------- /docs/_static/js/modernizr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/js/modernizr.min.js -------------------------------------------------------------------------------- /docs/_static/js/theme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/js/theme.js -------------------------------------------------------------------------------- /docs/_static/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/minus.png -------------------------------------------------------------------------------- /docs/_static/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/plus.png -------------------------------------------------------------------------------- /docs/_static/pygments.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/pygments.css -------------------------------------------------------------------------------- /docs/_static/searchtools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/searchtools.js -------------------------------------------------------------------------------- /docs/_static/underscore-1.3.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/underscore-1.3.1.js -------------------------------------------------------------------------------- /docs/_static/underscore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/underscore.js -------------------------------------------------------------------------------- /docs/_static/up-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/up-pressed.png -------------------------------------------------------------------------------- /docs/_static/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/up.png -------------------------------------------------------------------------------- /docs/_static/websupport.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/_static/websupport.js -------------------------------------------------------------------------------- /docs/authorization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/authorization.html -------------------------------------------------------------------------------- /docs/configuration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/configuration.html -------------------------------------------------------------------------------- /docs/genindex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/genindex.html -------------------------------------------------------------------------------- /docs/handle-error.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/handle-error.html -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/objects.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/objects.inv -------------------------------------------------------------------------------- /docs/overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/overview.html -------------------------------------------------------------------------------- /docs/quickstart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/quickstart.html -------------------------------------------------------------------------------- /docs/search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/search.html -------------------------------------------------------------------------------- /docs/searchindex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/docs/searchindex.js -------------------------------------------------------------------------------- /phpunit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/phpunit.xml -------------------------------------------------------------------------------- /src/Core/Configuration/BaseUrl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Configuration/BaseUrl.php -------------------------------------------------------------------------------- /src/Core/Configuration/ContentWriterSettings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Configuration/ContentWriterSettings.php -------------------------------------------------------------------------------- /src/Core/Configuration/IppConfiguration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Configuration/IppConfiguration.php -------------------------------------------------------------------------------- /src/Core/Configuration/LocalConfigReader.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Configuration/LocalConfigReader.php -------------------------------------------------------------------------------- /src/Core/Configuration/OperationControlList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Configuration/OperationControlList.php -------------------------------------------------------------------------------- /src/Core/CoreConstants.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/CoreConstants.php -------------------------------------------------------------------------------- /src/Core/CoreHelper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/CoreHelper.php -------------------------------------------------------------------------------- /src/Core/Http/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Http/.DS_Store -------------------------------------------------------------------------------- /src/Core/Http/Compression/CompressionFormat.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Http/Compression/CompressionFormat.php -------------------------------------------------------------------------------- /src/Core/Http/Compression/CompressorBase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Http/Compression/CompressorBase.php -------------------------------------------------------------------------------- /src/Core/Http/Compression/DeflateCompressor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Http/Compression/DeflateCompressor.php -------------------------------------------------------------------------------- /src/Core/Http/Compression/GZipCompressor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Http/Compression/GZipCompressor.php -------------------------------------------------------------------------------- /src/Core/Http/Message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Http/Message.php -------------------------------------------------------------------------------- /src/Core/Http/Request.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Http/Request.php -------------------------------------------------------------------------------- /src/Core/Http/RequestResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Http/RequestResponse.php -------------------------------------------------------------------------------- /src/Core/Http/Response.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Http/Response.php -------------------------------------------------------------------------------- /src/Core/Http/Serialization/AbstractEntity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Http/Serialization/AbstractEntity.php -------------------------------------------------------------------------------- /src/Core/Http/Serialization/IEntitySerializer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Http/Serialization/IEntitySerializer.php -------------------------------------------------------------------------------- /src/Core/Http/Serialization/JsonObjectSerializer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Http/Serialization/JsonObjectSerializer.php -------------------------------------------------------------------------------- /src/Core/Http/Serialization/ObjectEntity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Http/Serialization/ObjectEntity.php -------------------------------------------------------------------------------- /src/Core/Http/Serialization/SerializationFormat.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Http/Serialization/SerializationFormat.php -------------------------------------------------------------------------------- /src/Core/Http/Serialization/SimpleEntity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Http/Serialization/SimpleEntity.php -------------------------------------------------------------------------------- /src/Core/Http/Serialization/UnknownEntity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Http/Serialization/UnknownEntity.php -------------------------------------------------------------------------------- /src/Core/Http/Serialization/XmlObjectSerializer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/Http/Serialization/XmlObjectSerializer.php -------------------------------------------------------------------------------- /src/Core/HttpClients/BaseCurl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/HttpClients/BaseCurl.php -------------------------------------------------------------------------------- /src/Core/HttpClients/ClientFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/HttpClients/ClientFactory.php -------------------------------------------------------------------------------- /src/Core/HttpClients/CurlHttpClient.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/HttpClients/CurlHttpClient.php -------------------------------------------------------------------------------- /src/Core/HttpClients/FaultHandler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/HttpClients/FaultHandler.php -------------------------------------------------------------------------------- /src/Core/HttpClients/GuzzleHttpClient.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/HttpClients/GuzzleHttpClient.php -------------------------------------------------------------------------------- /src/Core/HttpClients/HttpClientInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/HttpClients/HttpClientInterface.php -------------------------------------------------------------------------------- /src/Core/HttpClients/IntuitResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/HttpClients/IntuitResponse.php -------------------------------------------------------------------------------- /src/Core/HttpClients/RequestParameters.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/HttpClients/RequestParameters.php -------------------------------------------------------------------------------- /src/Core/HttpClients/RestHandler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/HttpClients/RestHandler.php -------------------------------------------------------------------------------- /src/Core/HttpClients/SyncRestHandler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/HttpClients/SyncRestHandler.php -------------------------------------------------------------------------------- /src/Core/OAuth/OAuth1/OAuth1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/OAuth/OAuth1/OAuth1.php -------------------------------------------------------------------------------- /src/Core/OAuth/OAuth2/OAuth2AccessToken.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/OAuth/OAuth2/OAuth2AccessToken.php -------------------------------------------------------------------------------- /src/Core/OAuth/OAuth2/OAuth2LoginHelper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/OAuth/OAuth2/OAuth2LoginHelper.php -------------------------------------------------------------------------------- /src/Core/OAuth/OAuth2/certs/IntuitCertificateExpirationDate.txt: -------------------------------------------------------------------------------- 1 | August 24, 2019 2 | -------------------------------------------------------------------------------- /src/Core/OAuth/OAuth2/certs/all.platform.intuit.com.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/OAuth/OAuth2/certs/all.platform.intuit.com.pem -------------------------------------------------------------------------------- /src/Core/OAuth/OAuth2/certs/cacert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/OAuth/OAuth2/certs/cacert.pem -------------------------------------------------------------------------------- /src/Core/ServiceContext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Core/ServiceContext.php -------------------------------------------------------------------------------- /src/Data/IPPAPCreditCardOperationEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPAPCreditCardOperationEnum.php -------------------------------------------------------------------------------- /src/Data/IPPAccount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPAccount.php -------------------------------------------------------------------------------- /src/Data/IPPAccountBasedExpenseLineDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPAccountBasedExpenseLineDetail.php -------------------------------------------------------------------------------- /src/Data/IPPAccountClassificationEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPAccountClassificationEnum.php -------------------------------------------------------------------------------- /src/Data/IPPAccountSubTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPAccountSubTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPAccountTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPAccountTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPAcquiredAsEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPAcquiredAsEnum.php -------------------------------------------------------------------------------- /src/Data/IPPAdvancedInventoryPrefs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPAdvancedInventoryPrefs.php -------------------------------------------------------------------------------- /src/Data/IPPAgencyPaymentMethodEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPAgencyPaymentMethodEnum.php -------------------------------------------------------------------------------- /src/Data/IPPAgencyVerificationStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPAgencyVerificationStatus.php -------------------------------------------------------------------------------- /src/Data/IPPAttachable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPAttachable.php -------------------------------------------------------------------------------- /src/Data/IPPAttachableCategoryEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPAttachableCategoryEnum.php -------------------------------------------------------------------------------- /src/Data/IPPAttachableRef.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPAttachableRef.php -------------------------------------------------------------------------------- /src/Data/IPPAttachableResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPAttachableResponse.php -------------------------------------------------------------------------------- /src/Data/IPPAttribute.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPAttribute.php -------------------------------------------------------------------------------- /src/Data/IPPAttributes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPAttributes.php -------------------------------------------------------------------------------- /src/Data/IPPBatchItemRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPBatchItemRequest.php -------------------------------------------------------------------------------- /src/Data/IPPBatchItemResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPBatchItemResponse.php -------------------------------------------------------------------------------- /src/Data/IPPBill.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPBill.php -------------------------------------------------------------------------------- /src/Data/IPPBillPayment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPBillPayment.php -------------------------------------------------------------------------------- /src/Data/IPPBillPaymentCheck.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPBillPaymentCheck.php -------------------------------------------------------------------------------- /src/Data/IPPBillPaymentCreditCard.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPBillPaymentCreditCard.php -------------------------------------------------------------------------------- /src/Data/IPPBillPaymentTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPBillPaymentTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPBillableStatusEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPBillableStatusEnum.php -------------------------------------------------------------------------------- /src/Data/IPPBooleanTypeCustomFieldDefinition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPBooleanTypeCustomFieldDefinition.php -------------------------------------------------------------------------------- /src/Data/IPPBudget.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPBudget.php -------------------------------------------------------------------------------- /src/Data/IPPBudgetDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPBudgetDetail.php -------------------------------------------------------------------------------- /src/Data/IPPBudgetEntryTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPBudgetEntryTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPBudgetTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPBudgetTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPCCAVSMatchEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCCAVSMatchEnum.php -------------------------------------------------------------------------------- /src/Data/IPPCCPaymentStatusEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCCPaymentStatusEnum.php -------------------------------------------------------------------------------- /src/Data/IPPCCSecurityCodeMatchEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCCSecurityCodeMatchEnum.php -------------------------------------------------------------------------------- /src/Data/IPPCCTxnModeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCCTxnModeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPCCTxnTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCCTxnTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPCDCQuery.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCDCQuery.php -------------------------------------------------------------------------------- /src/Data/IPPCDCResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCDCResponse.php -------------------------------------------------------------------------------- /src/Data/IPPCISRateEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCISRateEnum.php -------------------------------------------------------------------------------- /src/Data/IPPCascade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCascade.php -------------------------------------------------------------------------------- /src/Data/IPPCascadeResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCascadeResponse.php -------------------------------------------------------------------------------- /src/Data/IPPCashBackInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCashBackInfo.php -------------------------------------------------------------------------------- /src/Data/IPPCashPurchase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCashPurchase.php -------------------------------------------------------------------------------- /src/Data/IPPChargeCredit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPChargeCredit.php -------------------------------------------------------------------------------- /src/Data/IPPCheckPayment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCheckPayment.php -------------------------------------------------------------------------------- /src/Data/IPPCheckPurchase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCheckPurchase.php -------------------------------------------------------------------------------- /src/Data/IPPClass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPClass.php -------------------------------------------------------------------------------- /src/Data/IPPColData.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPColData.php -------------------------------------------------------------------------------- /src/Data/IPPColumn.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPColumn.php -------------------------------------------------------------------------------- /src/Data/IPPColumnTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPColumnTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPColumns.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPColumns.php -------------------------------------------------------------------------------- /src/Data/IPPCompany.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCompany.php -------------------------------------------------------------------------------- /src/Data/IPPCompanyAccountingPrefs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCompanyAccountingPrefs.php -------------------------------------------------------------------------------- /src/Data/IPPCompanyCurrency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCompanyCurrency.php -------------------------------------------------------------------------------- /src/Data/IPPCompanyInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCompanyInfo.php -------------------------------------------------------------------------------- /src/Data/IPPContactInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPContactInfo.php -------------------------------------------------------------------------------- /src/Data/IPPContactTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPContactTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPConvenienceFeeDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPConvenienceFeeDetail.php -------------------------------------------------------------------------------- /src/Data/IPPConvenienceFeeTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPConvenienceFeeTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPCreditCardPayment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCreditCardPayment.php -------------------------------------------------------------------------------- /src/Data/IPPCreditCardPaymentTxn.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCreditCardPaymentTxn.php -------------------------------------------------------------------------------- /src/Data/IPPCreditCardPurchase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCreditCardPurchase.php -------------------------------------------------------------------------------- /src/Data/IPPCreditCardTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCreditCardTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPCreditChargeInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCreditChargeInfo.php -------------------------------------------------------------------------------- /src/Data/IPPCreditChargeResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCreditChargeResponse.php -------------------------------------------------------------------------------- /src/Data/IPPCreditMemo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCreditMemo.php -------------------------------------------------------------------------------- /src/Data/IPPCurrency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCurrency.php -------------------------------------------------------------------------------- /src/Data/IPPCurrencyPrefs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCurrencyPrefs.php -------------------------------------------------------------------------------- /src/Data/IPPCustomExtensionAssociatedValues.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCustomExtensionAssociatedValues.php -------------------------------------------------------------------------------- /src/Data/IPPCustomExtensions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCustomExtensions.php -------------------------------------------------------------------------------- /src/Data/IPPCustomField.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCustomField.php -------------------------------------------------------------------------------- /src/Data/IPPCustomFieldDefinition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCustomFieldDefinition.php -------------------------------------------------------------------------------- /src/Data/IPPCustomFieldTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCustomFieldTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPCustomer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCustomer.php -------------------------------------------------------------------------------- /src/Data/IPPCustomerMsg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCustomerMsg.php -------------------------------------------------------------------------------- /src/Data/IPPCustomerType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCustomerType.php -------------------------------------------------------------------------------- /src/Data/IPPCustomerTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPCustomerTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPDateMacro.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPDateMacro.php -------------------------------------------------------------------------------- /src/Data/IPPDateTypeCustomFieldDefinition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPDateTypeCustomFieldDefinition.php -------------------------------------------------------------------------------- /src/Data/IPPDayOfWeekEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPDayOfWeekEnum.php -------------------------------------------------------------------------------- /src/Data/IPPDeliveryErrorTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPDeliveryErrorTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPDeliveryTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPDeliveryTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPDepartment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPDepartment.php -------------------------------------------------------------------------------- /src/Data/IPPDeposit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPDeposit.php -------------------------------------------------------------------------------- /src/Data/IPPDepositLineDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPDepositLineDetail.php -------------------------------------------------------------------------------- /src/Data/IPPDescriptionLineDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPDescriptionLineDetail.php -------------------------------------------------------------------------------- /src/Data/IPPDesktopEntityTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPDesktopEntityTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPDiscountLineDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPDiscountLineDetail.php -------------------------------------------------------------------------------- /src/Data/IPPDiscountOverride.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPDiscountOverride.php -------------------------------------------------------------------------------- /src/Data/IPPDiscountTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPDiscountTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPETransactionEnabledStatusEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPETransactionEnabledStatusEnum.php -------------------------------------------------------------------------------- /src/Data/IPPETransactionStatusEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPETransactionStatusEnum.php -------------------------------------------------------------------------------- /src/Data/IPPEffectiveTaxRate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPEffectiveTaxRate.php -------------------------------------------------------------------------------- /src/Data/IPPEmailAddress.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPEmailAddress.php -------------------------------------------------------------------------------- /src/Data/IPPEmailAddressTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPEmailAddressTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPEmailDeliveryInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPEmailDeliveryInfo.php -------------------------------------------------------------------------------- /src/Data/IPPEmailMessage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPEmailMessage.php -------------------------------------------------------------------------------- /src/Data/IPPEmailMessagesPrefs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPEmailMessagesPrefs.php -------------------------------------------------------------------------------- /src/Data/IPPEmailStatusEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPEmailStatusEnum.php -------------------------------------------------------------------------------- /src/Data/IPPEmployee.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPEmployee.php -------------------------------------------------------------------------------- /src/Data/IPPEmployeeTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPEmployeeTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPEntitlementsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPEntitlementsResponse.php -------------------------------------------------------------------------------- /src/Data/IPPEntityStatusEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPEntityStatusEnum.php -------------------------------------------------------------------------------- /src/Data/IPPEntityTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPEntityTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPEntityTypeRef.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPEntityTypeRef.php -------------------------------------------------------------------------------- /src/Data/IPPError.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPError.php -------------------------------------------------------------------------------- /src/Data/IPPEstimate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPEstimate.php -------------------------------------------------------------------------------- /src/Data/IPPEstimateStatusEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPEstimateStatusEnum.php -------------------------------------------------------------------------------- /src/Data/IPPExchangeRate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPExchangeRate.php -------------------------------------------------------------------------------- /src/Data/IPPExternalKey.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPExternalKey.php -------------------------------------------------------------------------------- /src/Data/IPPFault.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPFault.php -------------------------------------------------------------------------------- /src/Data/IPPFaultTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPFaultTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPFifoCalculationStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPFifoCalculationStatus.php -------------------------------------------------------------------------------- /src/Data/IPPFinanceChargePrefs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPFinanceChargePrefs.php -------------------------------------------------------------------------------- /src/Data/IPPFinancingProductTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPFinancingProductTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPFixedAsset.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPFixedAsset.php -------------------------------------------------------------------------------- /src/Data/IPPGTMConfigTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPGTMConfigTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPGenericContactType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPGenericContactType.php -------------------------------------------------------------------------------- /src/Data/IPPGlobalTaxCalculationEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPGlobalTaxCalculationEnum.php -------------------------------------------------------------------------------- /src/Data/IPPGroupLineDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPGroupLineDetail.php -------------------------------------------------------------------------------- /src/Data/IPPHeader.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPHeader.php -------------------------------------------------------------------------------- /src/Data/IPPIdType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPIdType.php -------------------------------------------------------------------------------- /src/Data/IPPIntuitAnyType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPIntuitAnyType.php -------------------------------------------------------------------------------- /src/Data/IPPIntuitBatchRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPIntuitBatchRequest.php -------------------------------------------------------------------------------- /src/Data/IPPIntuitEntity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPIntuitEntity.php -------------------------------------------------------------------------------- /src/Data/IPPIntuitObject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPIntuitObject.php -------------------------------------------------------------------------------- /src/Data/IPPIntuitResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPIntuitResponse.php -------------------------------------------------------------------------------- /src/Data/IPPInventoryAdjustment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPInventoryAdjustment.php -------------------------------------------------------------------------------- /src/Data/IPPInventorySite.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPInventorySite.php -------------------------------------------------------------------------------- /src/Data/IPPInvoice.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPInvoice.php -------------------------------------------------------------------------------- /src/Data/IPPItem.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPItem.php -------------------------------------------------------------------------------- /src/Data/IPPItemAdjustmentLineDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPItemAdjustmentLineDetail.php -------------------------------------------------------------------------------- /src/Data/IPPItemAssemblyDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPItemAssemblyDetail.php -------------------------------------------------------------------------------- /src/Data/IPPItemBasedExpenseLineDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPItemBasedExpenseLineDetail.php -------------------------------------------------------------------------------- /src/Data/IPPItemCategoryTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPItemCategoryTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPItemComponentLine.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPItemComponentLine.php -------------------------------------------------------------------------------- /src/Data/IPPItemGroupDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPItemGroupDetail.php -------------------------------------------------------------------------------- /src/Data/IPPItemLineDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPItemLineDetail.php -------------------------------------------------------------------------------- /src/Data/IPPItemReceiptLineDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPItemReceiptLineDetail.php -------------------------------------------------------------------------------- /src/Data/IPPItemTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPItemTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPJobInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPJobInfo.php -------------------------------------------------------------------------------- /src/Data/IPPJobStatusEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPJobStatusEnum.php -------------------------------------------------------------------------------- /src/Data/IPPJobType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPJobType.php -------------------------------------------------------------------------------- /src/Data/IPPJournalCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPJournalCode.php -------------------------------------------------------------------------------- /src/Data/IPPJournalCodeTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPJournalCodeTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPJournalEntry.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPJournalEntry.php -------------------------------------------------------------------------------- /src/Data/IPPJournalEntryLineDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPJournalEntryLineDetail.php -------------------------------------------------------------------------------- /src/Data/IPPLine.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPLine.php -------------------------------------------------------------------------------- /src/Data/IPPLineDetailTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPLineDetailTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPLinkedTxn.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPLinkedTxn.php -------------------------------------------------------------------------------- /src/Data/IPPMXGlobalInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPMXGlobalInfo.php -------------------------------------------------------------------------------- /src/Data/IPPMarkupInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPMarkupInfo.php -------------------------------------------------------------------------------- /src/Data/IPPMasterAccount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPMasterAccount.php -------------------------------------------------------------------------------- /src/Data/IPPMemoRef.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPMemoRef.php -------------------------------------------------------------------------------- /src/Data/IPPModificationMetaData.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPModificationMetaData.php -------------------------------------------------------------------------------- /src/Data/IPPMoney.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPMoney.php -------------------------------------------------------------------------------- /src/Data/IPPMonthEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPMonthEnum.php -------------------------------------------------------------------------------- /src/Data/IPPNameBase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPNameBase.php -------------------------------------------------------------------------------- /src/Data/IPPNameValue.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPNameValue.php -------------------------------------------------------------------------------- /src/Data/IPPNumberTypeCustomFieldDefinition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPNumberTypeCustomFieldDefinition.php -------------------------------------------------------------------------------- /src/Data/IPPOLBAccount.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPOLBAccount.php -------------------------------------------------------------------------------- /src/Data/IPPOLBStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPOLBStatus.php -------------------------------------------------------------------------------- /src/Data/IPPOLBTransaction.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPOLBTransaction.php -------------------------------------------------------------------------------- /src/Data/IPPOLBTxn.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPOLBTxn.php -------------------------------------------------------------------------------- /src/Data/IPPOLBTxnDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPOLBTxnDetail.php -------------------------------------------------------------------------------- /src/Data/IPPOLBTxnStatusEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPOLBTxnStatusEnum.php -------------------------------------------------------------------------------- /src/Data/IPPOperationEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPOperationEnum.php -------------------------------------------------------------------------------- /src/Data/IPPOtherName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPOtherName.php -------------------------------------------------------------------------------- /src/Data/IPPOtherPrefs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPOtherPrefs.php -------------------------------------------------------------------------------- /src/Data/IPPPaySalesTaxEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPaySalesTaxEnum.php -------------------------------------------------------------------------------- /src/Data/IPPPayment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPayment.php -------------------------------------------------------------------------------- /src/Data/IPPPaymentExtendedTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPaymentExtendedTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPPaymentLineDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPaymentLineDetail.php -------------------------------------------------------------------------------- /src/Data/IPPPaymentMethod.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPaymentMethod.php -------------------------------------------------------------------------------- /src/Data/IPPPaymentMethodEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPaymentMethodEnum.php -------------------------------------------------------------------------------- /src/Data/IPPPaymentStatusEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPaymentStatusEnum.php -------------------------------------------------------------------------------- /src/Data/IPPPaymentTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPaymentTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPPerItemAdjustEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPerItemAdjustEnum.php -------------------------------------------------------------------------------- /src/Data/IPPPhysicalAddress.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPhysicalAddress.php -------------------------------------------------------------------------------- /src/Data/IPPPhysicalAddressTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPhysicalAddressTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPPostingTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPostingTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPPreferences.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPreferences.php -------------------------------------------------------------------------------- /src/Data/IPPPriceLevel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPriceLevel.php -------------------------------------------------------------------------------- /src/Data/IPPPriceLevelPerItem.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPriceLevelPerItem.php -------------------------------------------------------------------------------- /src/Data/IPPPriceLevelTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPriceLevelTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPPrintDocumentPrefs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPrintDocumentPrefs.php -------------------------------------------------------------------------------- /src/Data/IPPPrintStatusEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPrintStatusEnum.php -------------------------------------------------------------------------------- /src/Data/IPPProductAndServicesPrefs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPProductAndServicesPrefs.php -------------------------------------------------------------------------------- /src/Data/IPPPurchase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPurchase.php -------------------------------------------------------------------------------- /src/Data/IPPPurchaseByVendor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPurchaseByVendor.php -------------------------------------------------------------------------------- /src/Data/IPPPurchaseOrder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPurchaseOrder.php -------------------------------------------------------------------------------- /src/Data/IPPPurchaseOrderItemLineDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPurchaseOrderItemLineDetail.php -------------------------------------------------------------------------------- /src/Data/IPPPurchaseOrderStatusEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPPurchaseOrderStatusEnum.php -------------------------------------------------------------------------------- /src/Data/IPPQbdtEntityIdMapping.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPQbdtEntityIdMapping.php -------------------------------------------------------------------------------- /src/Data/IPPQboEntityTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPQboEntityTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPQboEstimateStatusEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPQboEstimateStatusEnum.php -------------------------------------------------------------------------------- /src/Data/IPPQueryResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPQueryResponse.php -------------------------------------------------------------------------------- /src/Data/IPPRecurringInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPRecurringInfo.php -------------------------------------------------------------------------------- /src/Data/IPPRecurringScheduleInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPRecurringScheduleInfo.php -------------------------------------------------------------------------------- /src/Data/IPPRecurringTransaction.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPRecurringTransaction.php -------------------------------------------------------------------------------- /src/Data/IPPReferenceType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPReferenceType.php -------------------------------------------------------------------------------- /src/Data/IPPRefundReceipt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPRefundReceipt.php -------------------------------------------------------------------------------- /src/Data/IPPReimbursableTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPReimbursableTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPReimburseCharge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPReimburseCharge.php -------------------------------------------------------------------------------- /src/Data/IPPReimburseLineDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPReimburseLineDetail.php -------------------------------------------------------------------------------- /src/Data/IPPReport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPReport.php -------------------------------------------------------------------------------- /src/Data/IPPReportBasisEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPReportBasisEnum.php -------------------------------------------------------------------------------- /src/Data/IPPReportHeader.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPReportHeader.php -------------------------------------------------------------------------------- /src/Data/IPPReportPrefs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPReportPrefs.php -------------------------------------------------------------------------------- /src/Data/IPPRoundingMethodEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPRoundingMethodEnum.php -------------------------------------------------------------------------------- /src/Data/IPPRow.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPRow.php -------------------------------------------------------------------------------- /src/Data/IPPRowTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPRowTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPRows.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPRows.php -------------------------------------------------------------------------------- /src/Data/IPPSalesFormsPrefs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSalesFormsPrefs.php -------------------------------------------------------------------------------- /src/Data/IPPSalesItemLineDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSalesItemLineDetail.php -------------------------------------------------------------------------------- /src/Data/IPPSalesOrder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSalesOrder.php -------------------------------------------------------------------------------- /src/Data/IPPSalesOrderItemLineDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSalesOrderItemLineDetail.php -------------------------------------------------------------------------------- /src/Data/IPPSalesReceipt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSalesReceipt.php -------------------------------------------------------------------------------- /src/Data/IPPSalesRep.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSalesRep.php -------------------------------------------------------------------------------- /src/Data/IPPSalesRepTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSalesRepTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPSalesTermTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSalesTermTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPSalesTransaction.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSalesTransaction.php -------------------------------------------------------------------------------- /src/Data/IPPServiceTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPServiceTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPShipMethod.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPShipMethod.php -------------------------------------------------------------------------------- /src/Data/IPPSourceTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSourceTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPSpecialItemTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSpecialItemTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPSpecialTaxTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSpecialTaxTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPStatementCharge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPStatementCharge.php -------------------------------------------------------------------------------- /src/Data/IPPStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPStatus.php -------------------------------------------------------------------------------- /src/Data/IPPStatusInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPStatusInfo.php -------------------------------------------------------------------------------- /src/Data/IPPStringTypeCustomFieldDefinition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPStringTypeCustomFieldDefinition.php -------------------------------------------------------------------------------- /src/Data/IPPSubTotalLineDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSubTotalLineDetail.php -------------------------------------------------------------------------------- /src/Data/IPPSubcontractorTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSubcontractorTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPSubscriptionPaymentsSettingEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSubscriptionPaymentsSettingEnum.php -------------------------------------------------------------------------------- /src/Data/IPPSummarizeColumnsByEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSummarizeColumnsByEnum.php -------------------------------------------------------------------------------- /src/Data/IPPSummary.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSummary.php -------------------------------------------------------------------------------- /src/Data/IPPSymbolPositionEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSymbolPositionEnum.php -------------------------------------------------------------------------------- /src/Data/IPPSyncActivity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSyncActivity.php -------------------------------------------------------------------------------- /src/Data/IPPSyncError.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSyncError.php -------------------------------------------------------------------------------- /src/Data/IPPSyncErrorResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSyncErrorResponse.php -------------------------------------------------------------------------------- /src/Data/IPPSyncErrorType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSyncErrorType.php -------------------------------------------------------------------------------- /src/Data/IPPSyncObject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSyncObject.php -------------------------------------------------------------------------------- /src/Data/IPPSyncType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPSyncType.php -------------------------------------------------------------------------------- /src/Data/IPPTDSLineDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTDSLineDetail.php -------------------------------------------------------------------------------- /src/Data/IPPTDSMetadata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTDSMetadata.php -------------------------------------------------------------------------------- /src/Data/IPPTag.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTag.php -------------------------------------------------------------------------------- /src/Data/IPPTask.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTask.php -------------------------------------------------------------------------------- /src/Data/IPPTaxAgency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTaxAgency.php -------------------------------------------------------------------------------- /src/Data/IPPTaxApplicableOnEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTaxApplicableOnEnum.php -------------------------------------------------------------------------------- /src/Data/IPPTaxClassification.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTaxClassification.php -------------------------------------------------------------------------------- /src/Data/IPPTaxCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTaxCode.php -------------------------------------------------------------------------------- /src/Data/IPPTaxFormTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTaxFormTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPTaxLineDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTaxLineDetail.php -------------------------------------------------------------------------------- /src/Data/IPPTaxPayment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTaxPayment.php -------------------------------------------------------------------------------- /src/Data/IPPTaxPrefs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTaxPrefs.php -------------------------------------------------------------------------------- /src/Data/IPPTaxRate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTaxRate.php -------------------------------------------------------------------------------- /src/Data/IPPTaxRateApplicableOnEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTaxRateApplicableOnEnum.php -------------------------------------------------------------------------------- /src/Data/IPPTaxRateDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTaxRateDetail.php -------------------------------------------------------------------------------- /src/Data/IPPTaxRateDetails.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTaxRateDetails.php -------------------------------------------------------------------------------- /src/Data/IPPTaxRateDisplayTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTaxRateDisplayTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPTaxRateList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTaxRateList.php -------------------------------------------------------------------------------- /src/Data/IPPTaxReportBasisTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTaxReportBasisTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPTaxReturn.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTaxReturn.php -------------------------------------------------------------------------------- /src/Data/IPPTaxReturnStatusEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTaxReturnStatusEnum.php -------------------------------------------------------------------------------- /src/Data/IPPTaxReviewStatusEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTaxReviewStatusEnum.php -------------------------------------------------------------------------------- /src/Data/IPPTaxService.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTaxService.php -------------------------------------------------------------------------------- /src/Data/IPPTaxTypeApplicablityEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTaxTypeApplicablityEnum.php -------------------------------------------------------------------------------- /src/Data/IPPTelephoneDeviceTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTelephoneDeviceTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPTelephoneNumber.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTelephoneNumber.php -------------------------------------------------------------------------------- /src/Data/IPPTelephoneNumberTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTelephoneNumberTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPTemplateName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTemplateName.php -------------------------------------------------------------------------------- /src/Data/IPPTemplateTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTemplateTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPTerm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTerm.php -------------------------------------------------------------------------------- /src/Data/IPPThresholds.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPThresholds.php -------------------------------------------------------------------------------- /src/Data/IPPTimeActivity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTimeActivity.php -------------------------------------------------------------------------------- /src/Data/IPPTimeActivityTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTimeActivityTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPTimeEntryUsedForPaychecksEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTimeEntryUsedForPaychecksEnum.php -------------------------------------------------------------------------------- /src/Data/IPPTimeTrackingPrefs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTimeTrackingPrefs.php -------------------------------------------------------------------------------- /src/Data/IPPTransaction.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTransaction.php -------------------------------------------------------------------------------- /src/Data/IPPTransactionDeliveryInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTransactionDeliveryInfo.php -------------------------------------------------------------------------------- /src/Data/IPPTransactionLocationTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTransactionLocationTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPTransfer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTransfer.php -------------------------------------------------------------------------------- /src/Data/IPPTxnApprovalInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTxnApprovalInfo.php -------------------------------------------------------------------------------- /src/Data/IPPTxnSourceEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTxnSourceEnum.php -------------------------------------------------------------------------------- /src/Data/IPPTxnTaxDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTxnTaxDetail.php -------------------------------------------------------------------------------- /src/Data/IPPTxnTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPTxnTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPUOM.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPUOM.php -------------------------------------------------------------------------------- /src/Data/IPPUOMBaseTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPUOMBaseTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPUOMConvUnit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPUOMConvUnit.php -------------------------------------------------------------------------------- /src/Data/IPPUOMFeatureTypeEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPUOMFeatureTypeEnum.php -------------------------------------------------------------------------------- /src/Data/IPPUOMRef.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPUOMRef.php -------------------------------------------------------------------------------- /src/Data/IPPUser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPUser.php -------------------------------------------------------------------------------- /src/Data/IPPUserAlert.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPUserAlert.php -------------------------------------------------------------------------------- /src/Data/IPPVendor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPVendor.php -------------------------------------------------------------------------------- /src/Data/IPPVendorAndPurchasesPrefs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPVendorAndPurchasesPrefs.php -------------------------------------------------------------------------------- /src/Data/IPPVendorBankAccountDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPVendorBankAccountDetail.php -------------------------------------------------------------------------------- /src/Data/IPPVendorCredit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPVendorCredit.php -------------------------------------------------------------------------------- /src/Data/IPPVendorType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPVendorType.php -------------------------------------------------------------------------------- /src/Data/IPPWarning.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPWarning.php -------------------------------------------------------------------------------- /src/Data/IPPWarnings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPWarnings.php -------------------------------------------------------------------------------- /src/Data/IPPWebSiteAddress.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPWebSiteAddress.php -------------------------------------------------------------------------------- /src/Data/IPPWeekEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPWeekEnum.php -------------------------------------------------------------------------------- /src/Data/IPPWrapper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPWrapper.php -------------------------------------------------------------------------------- /src/Data/IPPcurrencyCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPcurrencyCode.php -------------------------------------------------------------------------------- /src/Data/IPPgender.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPgender.php -------------------------------------------------------------------------------- /src/Data/IPPid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPid.php -------------------------------------------------------------------------------- /src/Data/IPPidDomainEnum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPidDomainEnum.php -------------------------------------------------------------------------------- /src/Data/IPPobjectNameEnumType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPobjectNameEnumType.php -------------------------------------------------------------------------------- /src/Data/IPPquantity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPquantity.php -------------------------------------------------------------------------------- /src/Data/IPPratio.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPratio.php -------------------------------------------------------------------------------- /src/Data/IPPsyncToken.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Data/IPPsyncToken.php -------------------------------------------------------------------------------- /src/DataService/Batch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/DataService/Batch.php -------------------------------------------------------------------------------- /src/DataService/DataService.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/DataService/DataService.php -------------------------------------------------------------------------------- /src/DataService/IntuitBatchResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/DataService/IntuitBatchResponse.php -------------------------------------------------------------------------------- /src/DataService/IntuitCDCResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/DataService/IntuitCDCResponse.php -------------------------------------------------------------------------------- /src/DataService/IntuitRecurringTransactionResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/DataService/IntuitRecurringTransactionResponse.php -------------------------------------------------------------------------------- /src/DataService/IntuitResponseStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/DataService/IntuitResponseStatus.php -------------------------------------------------------------------------------- /src/DataService/RecurringTransactionAdapter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/DataService/RecurringTransactionAdapter.php -------------------------------------------------------------------------------- /src/Diagnostics/ContentWriter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Diagnostics/ContentWriter.php -------------------------------------------------------------------------------- /src/Diagnostics/LogRequestsToDisk.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Diagnostics/LogRequestsToDisk.php -------------------------------------------------------------------------------- /src/Diagnostics/Logger.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Diagnostics/Logger.php -------------------------------------------------------------------------------- /src/Diagnostics/LoggerBase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Diagnostics/LoggerBase.php -------------------------------------------------------------------------------- /src/Diagnostics/TraceLevel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Diagnostics/TraceLevel.php -------------------------------------------------------------------------------- /src/Diagnostics/TraceLogger.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Diagnostics/TraceLogger.php -------------------------------------------------------------------------------- /src/Exception/IdsError.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Exception/IdsError.php -------------------------------------------------------------------------------- /src/Exception/IdsException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Exception/IdsException.php -------------------------------------------------------------------------------- /src/Exception/IdsExceptionManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Exception/IdsExceptionManager.php -------------------------------------------------------------------------------- /src/Exception/SdkException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Exception/SdkException.php -------------------------------------------------------------------------------- /src/Exception/SdkExceptions/BatchItemsExceededException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Exception/SdkExceptions/BatchItemsExceededException.php -------------------------------------------------------------------------------- /src/Exception/SdkExceptions/InvalidParameterException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Exception/SdkExceptions/InvalidParameterException.php -------------------------------------------------------------------------------- /src/Exception/SdkExceptions/InvalidRealmException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Exception/SdkExceptions/InvalidRealmException.php -------------------------------------------------------------------------------- /src/Exception/SdkExceptions/InvalidServiceRequestException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Exception/SdkExceptions/InvalidServiceRequestException.php -------------------------------------------------------------------------------- /src/Exception/SdkExceptions/InvalidTokenException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Exception/SdkExceptions/InvalidTokenException.php -------------------------------------------------------------------------------- /src/Exception/SdkExceptions/RetryExceededException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Exception/SdkExceptions/RetryExceededException.php -------------------------------------------------------------------------------- /src/Exception/SdkExceptions/SerializationException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Exception/SdkExceptions/SerializationException.php -------------------------------------------------------------------------------- /src/Exception/SdkExceptions/ServiceReturnedNoInformationException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Exception/SdkExceptions/ServiceReturnedNoInformationException.php -------------------------------------------------------------------------------- /src/Exception/SecurityException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Exception/SecurityException.php -------------------------------------------------------------------------------- /src/Exception/ServiceException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Exception/ServiceException.php -------------------------------------------------------------------------------- /src/Exception/ValidationException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Exception/ValidationException.php -------------------------------------------------------------------------------- /src/Facades/Account.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/Account.php -------------------------------------------------------------------------------- /src/Facades/Bill.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/Bill.php -------------------------------------------------------------------------------- /src/Facades/BillPayment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/BillPayment.php -------------------------------------------------------------------------------- /src/Facades/CompanyCurrency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/CompanyCurrency.php -------------------------------------------------------------------------------- /src/Facades/CreditMemo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/CreditMemo.php -------------------------------------------------------------------------------- /src/Facades/Customer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/Customer.php -------------------------------------------------------------------------------- /src/Facades/Department.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/Department.php -------------------------------------------------------------------------------- /src/Facades/Deposit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/Deposit.php -------------------------------------------------------------------------------- /src/Facades/Employee.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/Employee.php -------------------------------------------------------------------------------- /src/Facades/Estimate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/Estimate.php -------------------------------------------------------------------------------- /src/Facades/FacadeClassMapper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/FacadeClassMapper.php -------------------------------------------------------------------------------- /src/Facades/FacadeConstants.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/FacadeConstants.php -------------------------------------------------------------------------------- /src/Facades/FacadeHelper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/FacadeHelper.php -------------------------------------------------------------------------------- /src/Facades/Invoice.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/Invoice.php -------------------------------------------------------------------------------- /src/Facades/Item.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/Item.php -------------------------------------------------------------------------------- /src/Facades/JournalEntry.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/JournalEntry.php -------------------------------------------------------------------------------- /src/Facades/Line.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/Line.php -------------------------------------------------------------------------------- /src/Facades/Payment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/Payment.php -------------------------------------------------------------------------------- /src/Facades/Purchase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/Purchase.php -------------------------------------------------------------------------------- /src/Facades/PurchaseOrder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/PurchaseOrder.php -------------------------------------------------------------------------------- /src/Facades/QuickBookClass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/QuickBookClass.php -------------------------------------------------------------------------------- /src/Facades/RefundReceipt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/RefundReceipt.php -------------------------------------------------------------------------------- /src/Facades/SalesReceipt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/SalesReceipt.php -------------------------------------------------------------------------------- /src/Facades/TaxAgency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/TaxAgency.php -------------------------------------------------------------------------------- /src/Facades/TaxRate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/TaxRate.php -------------------------------------------------------------------------------- /src/Facades/TaxService.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/TaxService.php -------------------------------------------------------------------------------- /src/Facades/Term.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/Term.php -------------------------------------------------------------------------------- /src/Facades/TimeActivity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/TimeActivity.php -------------------------------------------------------------------------------- /src/Facades/Transfer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/Transfer.php -------------------------------------------------------------------------------- /src/Facades/Vendor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/Vendor.php -------------------------------------------------------------------------------- /src/Facades/VendorCredit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Facades/VendorCredit.php -------------------------------------------------------------------------------- /src/Interceptors/ConsoleLoggerInterceptor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Interceptors/ConsoleLoggerInterceptor.php -------------------------------------------------------------------------------- /src/PlatformService/PlatformService.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/PlatformService/PlatformService.php -------------------------------------------------------------------------------- /src/QueryFilter/QueryMessage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/QueryFilter/QueryMessage.php -------------------------------------------------------------------------------- /src/QueryFilter/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/QueryFilter/README.txt -------------------------------------------------------------------------------- /src/ReportService/ReportName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/ReportService/ReportName.php -------------------------------------------------------------------------------- /src/ReportService/ReportService.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/ReportService/ReportService.php -------------------------------------------------------------------------------- /src/Retry/IntuitRetryPolicy.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Retry/IntuitRetryPolicy.php -------------------------------------------------------------------------------- /src/Security/OAuthRequestValidator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Security/OAuthRequestValidator.php -------------------------------------------------------------------------------- /src/Security/RequestValidator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Security/RequestValidator.php -------------------------------------------------------------------------------- /src/Utility.Test/AllTests.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Utility.Test/AllTests.php -------------------------------------------------------------------------------- /src/Utility.Test/JsonObjectSerializerTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Utility.Test/JsonObjectSerializerTest.php -------------------------------------------------------------------------------- /src/Utility.Test/XmlObjectSerializerTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Utility.Test/XmlObjectSerializerTest.php -------------------------------------------------------------------------------- /src/Utility/ArrayUtil.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Utility/ArrayUtil.php -------------------------------------------------------------------------------- /src/Utility/ClassNamingUtil.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Utility/ClassNamingUtil.php -------------------------------------------------------------------------------- /src/Utility/Configuration/ConfigurationManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Utility/Configuration/ConfigurationManager.php -------------------------------------------------------------------------------- /src/Utility/DomainEntityBuilder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Utility/DomainEntityBuilder.php -------------------------------------------------------------------------------- /src/Utility/IntuitErrorHandler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Utility/IntuitErrorHandler.php -------------------------------------------------------------------------------- /src/Utility/JsonValidator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Utility/JsonValidator.php -------------------------------------------------------------------------------- /src/Utility/MetadataExtractor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Utility/MetadataExtractor.php -------------------------------------------------------------------------------- /src/Utility/ReflectionUtil.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Utility/ReflectionUtil.php -------------------------------------------------------------------------------- /src/Utility/UtilityConstants.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/Utility/UtilityConstants.php -------------------------------------------------------------------------------- /src/WebhooksService/DataChangeEvent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/WebhooksService/DataChangeEvent.php -------------------------------------------------------------------------------- /src/WebhooksService/Entity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/WebhooksService/Entity.php -------------------------------------------------------------------------------- /src/WebhooksService/EventNotification.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/WebhooksService/EventNotification.php -------------------------------------------------------------------------------- /src/WebhooksService/Readme.txt: -------------------------------------------------------------------------------- 1 | Provide Webhooks Support 2 | -------------------------------------------------------------------------------- /src/WebhooksService/TokenVerifier.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/WebhooksService/TokenVerifier.php -------------------------------------------------------------------------------- /src/WebhooksService/WebhooksCloudEvent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/WebhooksService/WebhooksCloudEvent.php -------------------------------------------------------------------------------- /src/WebhooksService/WebhooksEvent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/WebhooksService/WebhooksEvent.php -------------------------------------------------------------------------------- /src/WebhooksService/WebhooksService.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/WebhooksService/WebhooksService.php -------------------------------------------------------------------------------- /src/XSD/EntitlementResponse.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD/EntitlementResponse.xsd -------------------------------------------------------------------------------- /src/XSD/Finance.xjb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD/Finance.xjb -------------------------------------------------------------------------------- /src/XSD/Finance.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD/Finance.xsd -------------------------------------------------------------------------------- /src/XSD/IntuitBaseTypes.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD/IntuitBaseTypes.xsd -------------------------------------------------------------------------------- /src/XSD/IntuitNamesTypes.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD/IntuitNamesTypes.xsd -------------------------------------------------------------------------------- /src/XSD/IntuitRestServiceDef.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD/IntuitRestServiceDef.xsd -------------------------------------------------------------------------------- /src/XSD/Report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD/Report.xsd -------------------------------------------------------------------------------- /src/XSD/SalesTax.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD/SalesTax.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/LICENSE -------------------------------------------------------------------------------- /src/XSD2PHP/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/README -------------------------------------------------------------------------------- /src/XSD2PHP/buildDocs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/buildDocs.sh -------------------------------------------------------------------------------- /src/XSD2PHP/docs/blank.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/blank.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/classtrees_default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/classtrees_default.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/AbstractWsdl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/AbstractWsdl.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/AbstractWsdlFactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/AbstractWsdlFactory.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/Bind.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/Bind.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/Common.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/Common.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/IWsdl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/IWsdl.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/LegkoTool.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/LegkoTool.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/LegkoXML.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/LegkoXML.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/NullLogger.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/NullLogger.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/PHPClass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/PHPClass.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/Php2Xml.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/Php2Xml.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/SoapServer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/SoapServer.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/Wsdl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/Wsdl.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/WsdlFactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/WsdlFactory.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/Wsdl_1_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/Wsdl_1_1.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/Wsdl_2_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/Wsdl_2_0.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/Xsd2Php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/Xsd2Php.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/_legko.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/_legko.php.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/_mikebevz---xsd2php---Bind.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/_mikebevz---xsd2php---Bind.php.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/_mikebevz---xsd2php---Common.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/_mikebevz---xsd2php---Common.php.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/_mikebevz---xsd2php---LegkoXML.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/_mikebevz---xsd2php---LegkoXML.php.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/_mikebevz---xsd2php---NullLogger.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/_mikebevz---xsd2php---NullLogger.php.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/_mikebevz---xsd2php---PHPClass.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/_mikebevz---xsd2php---PHPClass.php.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/_mikebevz---xsd2php---Php2Xml.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/_mikebevz---xsd2php---Php2Xml.php.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/_mikebevz---xsd2php---SoapServer.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/_mikebevz---xsd2php---SoapServer.php.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/_mikebevz---xsd2php---Wsdl.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/_mikebevz---xsd2php---Wsdl.php.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/_mikebevz---xsd2php---Xsd2Php.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/_mikebevz---xsd2php---Xsd2Php.php.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---AbstractWsdl.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---AbstractWsdl.php.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---AbstractWsdlFactory.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---AbstractWsdlFactory.php.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---IWsdl.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---IWsdl.php.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---WsdlFactory.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---WsdlFactory.php.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---Wsdl_1_1.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---Wsdl_1_1.php.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---Wsdl_2_0.php.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/default/_mikebevz---xsd2php---wsdl---Wsdl_2_0.php.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/elementindex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/elementindex.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/elementindex_default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/elementindex_default.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/errors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/errors.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/index.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/li_default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/li_default.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/media/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/media/background.png -------------------------------------------------------------------------------- /src/XSD2PHP/docs/media/banner.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/media/banner.css -------------------------------------------------------------------------------- /src/XSD2PHP/docs/media/bg_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/media/bg_left.png -------------------------------------------------------------------------------- /src/XSD2PHP/docs/media/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/media/empty.png -------------------------------------------------------------------------------- /src/XSD2PHP/docs/media/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/media/style.css -------------------------------------------------------------------------------- /src/XSD2PHP/docs/media/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/media/stylesheet.css -------------------------------------------------------------------------------- /src/XSD2PHP/docs/packages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/packages.html -------------------------------------------------------------------------------- /src/XSD2PHP/docs/todolist.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/docs/todolist.html -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Console/Getopt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Console/Getopt.php -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Console/Getopt/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Console/Getopt/Exception.php -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Exception.php -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/AutoDiscover.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/AutoDiscover.php -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/AutoDiscover/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/AutoDiscover/Exception.php -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client.php -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/Common.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/Common.php -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/DotNet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/DotNet.php -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/Exception.php -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/Local.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Client/Local.php -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Server.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Server.php -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Server/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Server/Exception.php -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl.php -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Exception.php -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Abstract.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Abstract.php -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/AnyType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/AnyType.php -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/ArrayOfTypeComplex.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/ArrayOfTypeComplex.php -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/ArrayOfTypeSequence.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/ArrayOfTypeSequence.php -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Composite.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Composite.php -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/DefaultComplexType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/DefaultComplexType.php -------------------------------------------------------------------------------- /src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Interface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/lib/ZF/1.10.7/Zend/Soap/Wsdl/Strategy/Interface.php -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ContactCompany/ContactCompany.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ContactCompany/ContactCompany.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ContactPerson1/ContactPerson.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ContactPerson1/ContactPerson.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ContactWsdl/ContactCompany.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ContactWsdl/ContactCompany.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ContactWsdl/ContactPerson.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ContactWsdl/ContactPerson.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/MultiLevelImport/ContactPerson.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/MultiLevelImport/ContactPerson.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/MultiLevelImport/common/CAC.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/MultiLevelImport/common/CAC.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/MultiLevelImport/common/CAC_include1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/MultiLevelImport/common/CAC_include1.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/MultiLevelImport/common/CAC_include2.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/MultiLevelImport/common/CAC_include2.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/MultiLevelImport/common/CommonSchema1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/MultiLevelImport/common/CommonSchema1.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/MultiLevelImport/common/UDT.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/MultiLevelImport/common/UDT.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/maven/maven-v4_0_0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/maven/maven-v4_0_0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/mets/mets.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/mets/mets.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/rss20/rss-2_0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/rss20/rss-2_0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/simple1/simple.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/simple1/simple.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/common/CCTS_CCT_SchemaModule-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/common/CCTS_CCT_SchemaModule-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/common/CodeList_CurrencyCode_ISO_7_04.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/common/CodeList_CurrencyCode_ISO_7_04.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/common/CodeList_LanguageCode_ISO_7_04.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/common/CodeList_LanguageCode_ISO_7_04.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/common/CodeList_MIMEMediaTypeCode_IANA_7_04.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/common/CodeList_MIMEMediaTypeCode_IANA_7_04.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/common/CodeList_UnitCode_UNECE_7_04.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/common/CodeList_UnitCode_UNECE_7_04.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/common/UBL-CommonAggregateComponents-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/common/UBL-CommonAggregateComponents-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/common/UBL-CommonBasicComponents-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/common/UBL-CommonBasicComponents-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/common/UBL-CommonExtensionComponents-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/common/UBL-CommonExtensionComponents-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/common/UBL-CoreComponentParameters-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/common/UBL-CoreComponentParameters-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/common/UBL-ExtensionContentDatatype-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/common/UBL-ExtensionContentDatatype-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/common/UBL-QualifiedDatatypes-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/common/UBL-QualifiedDatatypes-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/common/UnqualifiedDataTypeSchemaModule-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/common/UnqualifiedDataTypeSchemaModule-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-ApplicationResponse-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-ApplicationResponse-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-AttachedDocument-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-AttachedDocument-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-BillOfLading-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-BillOfLading-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Catalogue-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Catalogue-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CatalogueDeletion-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CatalogueDeletion-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CatalogueItemSpecificationUpdate-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CatalogueItemSpecificationUpdate-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CataloguePricingUpdate-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CataloguePricingUpdate-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CatalogueRequest-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CatalogueRequest-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CertificateOfOrigin-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CertificateOfOrigin-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CreditNote-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-CreditNote-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-DebitNote-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-DebitNote-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-DespatchAdvice-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-DespatchAdvice-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-ForwardingInstructions-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-ForwardingInstructions-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-FreightInvoice-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-FreightInvoice-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Invoice-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Invoice-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Order-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Order-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderCancellation-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderCancellation-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderChange-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderChange-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderResponse-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderResponse-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderResponseSimple-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-OrderResponseSimple-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-PackingList-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-PackingList-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Quotation-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Quotation-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-ReceiptAdvice-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-ReceiptAdvice-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Reminder-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Reminder-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-RemittanceAdvice-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-RemittanceAdvice-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-RequestForQuotation-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-RequestForQuotation-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-SelfBilledCreditNote-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-SelfBilledCreditNote-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-SelfBilledInvoice-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-SelfBilledInvoice-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Statement-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Statement-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-TransportationStatus-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-TransportationStatus-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Waybill-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/resources/ubl2.0/maindoc/UBL-Waybill-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/src/com/mikebevz/xsd2php/Bind.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/src/com/mikebevz/xsd2php/Bind.php -------------------------------------------------------------------------------- /src/XSD2PHP/src/com/mikebevz/xsd2php/Common.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/src/com/mikebevz/xsd2php/Common.php -------------------------------------------------------------------------------- /src/XSD2PHP/src/com/mikebevz/xsd2php/LegkoXML.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/src/com/mikebevz/xsd2php/LegkoXML.php -------------------------------------------------------------------------------- /src/XSD2PHP/src/com/mikebevz/xsd2php/NullLogger.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/src/com/mikebevz/xsd2php/NullLogger.php -------------------------------------------------------------------------------- /src/XSD2PHP/src/com/mikebevz/xsd2php/PHPClass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/src/com/mikebevz/xsd2php/PHPClass.php -------------------------------------------------------------------------------- /src/XSD2PHP/src/com/mikebevz/xsd2php/Php2Xml.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/src/com/mikebevz/xsd2php/Php2Xml.php -------------------------------------------------------------------------------- /src/XSD2PHP/src/com/mikebevz/xsd2php/SoapServer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/src/com/mikebevz/xsd2php/SoapServer.php -------------------------------------------------------------------------------- /src/XSD2PHP/src/com/mikebevz/xsd2php/Wsdl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/src/com/mikebevz/xsd2php/Wsdl.php -------------------------------------------------------------------------------- /src/XSD2PHP/src/com/mikebevz/xsd2php/Xsd2Php.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/src/com/mikebevz/xsd2php/Xsd2Php.php -------------------------------------------------------------------------------- /src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/AbstractWsdl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/AbstractWsdl.php -------------------------------------------------------------------------------- /src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/AbstractWsdlFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/AbstractWsdlFactory.php -------------------------------------------------------------------------------- /src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/IWsdl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/IWsdl.php -------------------------------------------------------------------------------- /src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/WsdlFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/WsdlFactory.php -------------------------------------------------------------------------------- /src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/Wsdl_1_1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/Wsdl_1_1.php -------------------------------------------------------------------------------- /src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/Wsdl_2_0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/src/com/mikebevz/xsd2php/wsdl/Wsdl_2_0.php -------------------------------------------------------------------------------- /src/XSD2PHP/src/com/mikebevz/xsd2php/xsd2php2.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/src/com/mikebevz/xsd2php/xsd2php2.xsl -------------------------------------------------------------------------------- /src/XSD2PHP/src/tools/legko.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/src/tools/legko.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/BindTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/BindTest.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/Bootstrap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/Bootstrap.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/LegkoXMLTestCase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/LegkoXMLTestCase.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/Php2XmlTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/Php2XmlTest.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/SoapServerTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/SoapServerTest.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/WsdlTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/WsdlTest.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/Xsd2Php/MavenXsdTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/Xsd2Php/MavenXsdTest.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/Xsd2PhpTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/Xsd2PhpTest.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ContactCompany/BindTest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ContactCompany/BindTest.xml -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ContactCompany/ContactCompany.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ContactCompany/ContactCompany.xml -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ContactCompany/dk/nordsign/schema/ContactCompany/AddressType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ContactCompany/dk/nordsign/schema/ContactCompany/AddressType.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ContactCompany/dk/nordsign/schema/ContactCompany/ContactCompany.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ContactCompany/dk/nordsign/schema/ContactCompany/ContactCompany.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ContactCompany/dk/nordsign/schema/ContactPerson/ContactPerson.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ContactCompany/dk/nordsign/schema/ContactPerson/ContactPerson.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ContactCompany/dk/nordsign/schema/ContactPerson/ContactPersonType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ContactCompany/dk/nordsign/schema/ContactPerson/ContactPersonType.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ContactCompany/generated.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ContactCompany/generated.xml -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ContactPerson1/dk/nordsign/schema/ContactPerson/ContactPerson.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ContactPerson1/dk/nordsign/schema/ContactPerson/ContactPerson.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ContactPerson1/dk/nordsign/schema/ContactPerson/ContactPersonType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ContactPerson1/dk/nordsign/schema/ContactPerson/ContactPersonType.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ContactPerson1/generated.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ContactPerson1/generated.xml -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ContactPersonWsdl/NavService.wsdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ContactPersonWsdl/NavService.wsdl -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_CurrencyCode_ISO_7_04.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_CurrencyCode_ISO_7_04.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_LanguageCode_ISO_7_04.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_LanguageCode_ISO_7_04.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_UnitCode_UNECE_7_04.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/CodeList_UnitCode_UNECE_7_04.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/ContactCompany.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/ContactCompany.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/ContactPerson.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/ContactPerson.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UBL-CommonAggregateComponents-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UBL-CommonAggregateComponents-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UBL-CommonBasicComponents-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UBL-CommonBasicComponents-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UBL-QualifiedDatatypes-2.0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ContactPersonWsdl/public/schemas/UBL-QualifiedDatatypes-2.0.xsd -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ContactPersonWsdl/services/NavService.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ContactPersonWsdl/services/NavService.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/MultiLevelImport/generated.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/MultiLevelImport/generated.xml -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/SoapServer/NavService.wsdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/SoapServer/NavService.wsdl -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/SoapServer/services/NavService.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/SoapServer/services/NavService.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/ParsedSchema.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/ParsedSchema.xml -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Activation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Activation.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Build.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Build.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/BuildBase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/BuildBase.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Contributor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Contributor.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Dependency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Dependency.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Developer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Developer.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Exclusion.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Exclusion.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Extension.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Extension.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/License.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/License.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/MailingList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/MailingList.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Model.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Model.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Notifier.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Notifier.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Parent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Parent.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Plugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Plugin.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Profile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Profile.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Relocation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Relocation.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ReportSet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/ReportSet.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Reporting.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Reporting.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Repository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Repository.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Resource.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Resource.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Scm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Scm.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Site.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/Site.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/project.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/Xsd2Php/MavenTests/bindings/org/apache/maven/POM/_4_0_0/project.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/simple1/bindings/address.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/simple1/bindings/address.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/simple1/bindings/city.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/simple1/bindings/city.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/simple1/bindings/country.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/simple1/bindings/country.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/simple1/bindings/item.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/simple1/bindings/item.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/simple1/bindings/name.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/simple1/bindings/name.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/simple1/bindings/note.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/simple1/bindings/note.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/simple1/bindings/orderperson.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/simple1/bindings/orderperson.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/simple1/bindings/price.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/simple1/bindings/price.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/simple1/bindings/quantity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/simple1/bindings/quantity.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/simple1/bindings/shiporder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/simple1/bindings/shiporder.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/simple1/bindings/shipto.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/simple1/bindings/shipto.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/simple1/bindings/title.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/simple1/bindings/title.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/simple1/generated.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/simple1/generated.xml -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/simple1/shiporder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/simple1/shiporder.xml -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ubl2.0/Order.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ubl2.0/Order.xml -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ubl2.0/XSDConvertertoXML.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ubl2.0/XSDConvertertoXML.xml -------------------------------------------------------------------------------- /src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/Order_2/Order.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/data/expected/ubl2.0/oasis/names/specification/ubl/schema/xsd/Order_2/Order.php -------------------------------------------------------------------------------- /src/XSD2PHP/test/phpunit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/XSD2PHP/test/phpunit.xml -------------------------------------------------------------------------------- /src/XSD2PHP/website/README: -------------------------------------------------------------------------------- 1 | LegkoXML website 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/_Samples/AccountsFindAll.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/AccountsFindAll.php -------------------------------------------------------------------------------- /src/_Samples/BatchQueries.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/BatchQueries.php -------------------------------------------------------------------------------- /src/_Samples/CDCExample.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/CDCExample.php -------------------------------------------------------------------------------- /src/_Samples/CompanyFindById.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/CompanyFindById.php -------------------------------------------------------------------------------- /src/_Samples/CreateVendor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/CreateVendor.php -------------------------------------------------------------------------------- /src/_Samples/CreditCardPaymentCreate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/CreditCardPaymentCreate.php -------------------------------------------------------------------------------- /src/_Samples/CreditCardPaymentDelete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/CreditCardPaymentDelete.php -------------------------------------------------------------------------------- /src/_Samples/CreditCardPaymentRead.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/CreditCardPaymentRead.php -------------------------------------------------------------------------------- /src/_Samples/CreditCardPaymentUpdate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/CreditCardPaymentUpdate.php -------------------------------------------------------------------------------- /src/_Samples/CustomerCreate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/CustomerCreate.php -------------------------------------------------------------------------------- /src/_Samples/CustomerQuery.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/CustomerQuery.php -------------------------------------------------------------------------------- /src/_Samples/CustomerSparseUpdate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/CustomerSparseUpdate.php -------------------------------------------------------------------------------- /src/_Samples/CustomerUpdate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/CustomerUpdate.php -------------------------------------------------------------------------------- /src/_Samples/CustomersFindAll.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/CustomersFindAll.php -------------------------------------------------------------------------------- /src/_Samples/DeleteAttachment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/DeleteAttachment.php -------------------------------------------------------------------------------- /src/_Samples/Disconnect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/Disconnect.php -------------------------------------------------------------------------------- /src/_Samples/DownloadPDF.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/DownloadPDF.php -------------------------------------------------------------------------------- /src/_Samples/EntitlementResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/EntitlementResponse.php -------------------------------------------------------------------------------- /src/_Samples/FacadeObjectAssignment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/FacadeObjectAssignment.php -------------------------------------------------------------------------------- /src/_Samples/GetUserInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/GetUserInfo.php -------------------------------------------------------------------------------- /src/_Samples/InvoiceCreate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/InvoiceCreate.php -------------------------------------------------------------------------------- /src/_Samples/ItemCreation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/ItemCreation.php -------------------------------------------------------------------------------- /src/_Samples/JournalEntryCreate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/JournalEntryCreate.php -------------------------------------------------------------------------------- /src/_Samples/LineSample.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/LineSample.php -------------------------------------------------------------------------------- /src/_Samples/LinkReimburseChargeToInvoice.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/LinkReimburseChargeToInvoice.php -------------------------------------------------------------------------------- /src/_Samples/MigrateOAuth1ToOAuth2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/MigrateOAuth1ToOAuth2.php -------------------------------------------------------------------------------- /src/_Samples/OAuth2TokenGeneration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/OAuth2TokenGeneration.php -------------------------------------------------------------------------------- /src/_Samples/PaymentVoid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/PaymentVoid.php -------------------------------------------------------------------------------- /src/_Samples/PurchaseDelete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/PurchaseDelete.php -------------------------------------------------------------------------------- /src/_Samples/PurchaseFindById.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/PurchaseFindById.php -------------------------------------------------------------------------------- /src/_Samples/QueryBuilder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/QueryBuilder.php -------------------------------------------------------------------------------- /src/_Samples/RecurringTransactionCreate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/RecurringTransactionCreate.php -------------------------------------------------------------------------------- /src/_Samples/RecurringTransactionDelete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/RecurringTransactionDelete.php -------------------------------------------------------------------------------- /src/_Samples/RecurringTransactionQuery.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/RecurringTransactionQuery.php -------------------------------------------------------------------------------- /src/_Samples/RecurringTransactionRead.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/RecurringTransactionRead.php -------------------------------------------------------------------------------- /src/_Samples/ReimburseChargeFindById.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/ReimburseChargeFindById.php -------------------------------------------------------------------------------- /src/_Samples/ReimburseChargeQuery.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/ReimburseChargeQuery.php -------------------------------------------------------------------------------- /src/_Samples/ReportExample.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/ReportExample.php -------------------------------------------------------------------------------- /src/_Samples/SalesReceipt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/SalesReceipt.php -------------------------------------------------------------------------------- /src/_Samples/SalesReceiptVoid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/SalesReceiptVoid.php -------------------------------------------------------------------------------- /src/_Samples/TaxAgencyCreation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/TaxAgencyCreation.php -------------------------------------------------------------------------------- /src/_Samples/TaxPaymentRead.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/TaxPaymentRead.php -------------------------------------------------------------------------------- /src/_Samples/TaxRateQuery.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/TaxRateQuery.php -------------------------------------------------------------------------------- /src/_Samples/TaxServiceExample.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/TaxServiceExample.php -------------------------------------------------------------------------------- /src/_Samples/TransferExample.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/TransferExample.php -------------------------------------------------------------------------------- /src/_Samples/UploadAttachment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/UploadAttachment.php -------------------------------------------------------------------------------- /src/_Samples/refreshTokenSample.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/_Samples/refreshTokenSample.php -------------------------------------------------------------------------------- /src/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/config.php -------------------------------------------------------------------------------- /src/sdk.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/sdk.config -------------------------------------------------------------------------------- /src/test/DataServiceTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/test/DataServiceTest.php -------------------------------------------------------------------------------- /src/xsd2php.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/src/xsd2php.php -------------------------------------------------------------------------------- /test/Core/HttpClients/SyncRestHandlerTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/test/Core/HttpClients/SyncRestHandlerTest.php -------------------------------------------------------------------------------- /test/Core/OAuth/OAuth2/OAuth2LoginHelperTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/test/Core/OAuth/OAuth2/OAuth2LoginHelperTest.php -------------------------------------------------------------------------------- /test/DependencyTest.test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/test/DependencyTest.test.php -------------------------------------------------------------------------------- /test/ServiceContextTest.test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/test/ServiceContextTest.test.php -------------------------------------------------------------------------------- /views/RateSDK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/views/RateSDK.png -------------------------------------------------------------------------------- /views/Thumbdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/views/Thumbdown.png -------------------------------------------------------------------------------- /views/Thumbup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intuit/QuickBooks-V3-PHP-SDK/HEAD/views/Thumbup.png --------------------------------------------------------------------------------