<?php
/**
 * Class which returns the class map definition
 * @package
 */
class ClassMap
{
    /**
     * Returns the mapping between the WSDL Structs and generated Structs' classes
     * This array is sent to the \SoapClient when calling the WS
     * @return string[]
     */
    final public static function get()
    {
        return array(
            'AddFixedPriceItemRequestType' => '\\StructType\\AddFixedPriceItemRequestType',
            'AddFixedPriceItemResponseType' => '\\StructType\\AddFixedPriceItemResponseType',
            'AddItemRequestType' => '\\StructType\\AddItemRequestType',
            'AddItemResponseType' => '\\StructType\\AddItemResponseType',
            'AddItemsRequestType' => '\\StructType\\AddItemsRequestType',
            'AddItemsResponseType' => '\\StructType\\AddItemsResponseType',
            'AddMemberMessageAAQToPartnerRequestType' => '\\StructType\\AddMemberMessageAAQToPartnerRequestType',
            'AddMemberMessageAAQToPartnerResponseType' => '\\StructType\\AddMemberMessageAAQToPartnerResponseType',
            'AddMemberMessageRTQRequestType' => '\\StructType\\AddMemberMessageRTQRequestType',
            'AddMemberMessageRTQResponseType' => '\\StructType\\AddMemberMessageRTQResponseType',
            'AddMemberMessagesAAQToBidderRequestType' => '\\StructType\\AddMemberMessagesAAQToBidderRequestType',
            'AddMemberMessagesAAQToBidderResponseType' => '\\StructType\\AddMemberMessagesAAQToBidderResponseType',
            'AddOrderRequestType' => '\\StructType\\AddOrderRequestType',
            'AddOrderResponseType' => '\\StructType\\AddOrderResponseType',
            'AddSecondChanceItemRequestType' => '\\StructType\\AddSecondChanceItemRequestType',
            'AddSecondChanceItemResponseType' => '\\StructType\\AddSecondChanceItemResponseType',
            'AddToItemDescriptionRequestType' => '\\StructType\\AddToItemDescriptionRequestType',
            'AddToItemDescriptionResponseType' => '\\StructType\\AddToItemDescriptionResponseType',
            'AddToWatchListRequestType' => '\\StructType\\AddToWatchListRequestType',
            'AddToWatchListResponseType' => '\\StructType\\AddToWatchListResponseType',
            'CompleteSaleRequestType' => '\\StructType\\CompleteSaleRequestType',
            'CompleteSaleResponseType' => '\\StructType\\CompleteSaleResponseType',
            'ConfirmIdentityRequestType' => '\\StructType\\ConfirmIdentityRequestType',
            'ConfirmIdentityResponseType' => '\\StructType\\ConfirmIdentityResponseType',
            'DeleteMyMessagesRequestType' => '\\StructType\\DeleteMyMessagesRequestType',
            'DeleteMyMessagesResponseType' => '\\StructType\\DeleteMyMessagesResponseType',
            'EndFixedPriceItemRequestType' => '\\StructType\\EndFixedPriceItemRequestType',
            'EndFixedPriceItemResponseType' => '\\StructType\\EndFixedPriceItemResponseType',
            'EndItemRequestType' => '\\StructType\\EndItemRequestType',
            'EndItemResponseType' => '\\StructType\\EndItemResponseType',
            'EndItemsRequestType' => '\\StructType\\EndItemsRequestType',
            'EndItemsResponseType' => '\\StructType\\EndItemsResponseType',
            'ExtendSiteHostedPicturesRequestType' => '\\StructType\\ExtendSiteHostedPicturesRequestType',
            'ExtendSiteHostedPicturesResponseType' => '\\StructType\\ExtendSiteHostedPicturesResponseType',
            'FetchTokenRequestType' => '\\StructType\\FetchTokenRequestType',
            'FetchTokenResponseType' => '\\StructType\\FetchTokenResponseType',
            'GetAccountRequestType' => '\\StructType\\GetAccountRequestType',
            'GetAccountResponseType' => '\\StructType\\GetAccountResponseType',
            'GetAdFormatLeadsRequestType' => '\\StructType\\GetAdFormatLeadsRequestType',
            'GetAdFormatLeadsResponseType' => '\\StructType\\GetAdFormatLeadsResponseType',
            'GetAllBiddersRequestType' => '\\StructType\\GetAllBiddersRequestType',
            'GetAllBiddersResponseType' => '\\StructType\\GetAllBiddersResponseType',
            'GetBestOffersRequestType' => '\\StructType\\GetBestOffersRequestType',
            'GetBestOffersResponseType' => '\\StructType\\GetBestOffersResponseType',
            'GetBidderListRequestType' => '\\StructType\\GetBidderListRequestType',
            'GetBidderListResponseType' => '\\StructType\\GetBidderListResponseType',
            'GetCategoriesRequestType' => '\\StructType\\GetCategoriesRequestType',
            'GetCategoriesResponseType' => '\\StructType\\GetCategoriesResponseType',
            'GetCategoryFeaturesRequestType' => '\\StructType\\GetCategoryFeaturesRequestType',
            'GetCategoryFeaturesResponseType' => '\\StructType\\GetCategoryFeaturesResponseType',
            'GetCategoryMappingsRequestType' => '\\StructType\\GetCategoryMappingsRequestType',
            'GetCategoryMappingsResponseType' => '\\StructType\\GetCategoryMappingsResponseType',
            'GetDescriptionTemplatesRequestType' => '\\StructType\\GetDescriptionTemplatesRequestType',
            'GetDescriptionTemplatesResponseType' => '\\StructType\\GetDescriptionTemplatesResponseType',
            'GetFeedbackRequestType' => '\\StructType\\GetFeedbackRequestType',
            'GetFeedbackResponseType' => '\\StructType\\GetFeedbackResponseType',
            'GetItemRequestType' => '\\StructType\\GetItemRequestType',
            'GetItemResponseType' => '\\StructType\\GetItemResponseType',
            'GetItemShippingRequestType' => '\\StructType\\GetItemShippingRequestType',
            'GetItemShippingResponseType' => '\\StructType\\GetItemShippingResponseType',
            'GetItemTransactionsRequestType' => '\\StructType\\GetItemTransactionsRequestType',
            'GetItemTransactionsResponseType' => '\\StructType\\GetItemTransactionsResponseType',
            'GetItemsAwaitingFeedbackRequestType' => '\\StructType\\GetItemsAwaitingFeedbackRequestType',
            'GetItemsAwaitingFeedbackResponseType' => '\\StructType\\GetItemsAwaitingFeedbackResponseType',
            'GetMemberMessagesRequestType' => '\\StructType\\GetMemberMessagesRequestType',
            'GetMemberMessagesResponseType' => '\\StructType\\GetMemberMessagesResponseType',
            'GetMessagePreferencesRequestType' => '\\StructType\\GetMessagePreferencesRequestType',
            'GetMessagePreferencesResponseType' => '\\StructType\\GetMessagePreferencesResponseType',
            'GetMyMessagesRequestType' => '\\StructType\\GetMyMessagesRequestType',
            'GetMyMessagesResponseType' => '\\StructType\\GetMyMessagesResponseType',
            'GetMyeBayBuyingRequestType' => '\\StructType\\GetMyeBayBuyingRequestType',
            'GetMyeBayBuyingResponseType' => '\\StructType\\GetMyeBayBuyingResponseType',
            'GetMyeBaySellingRequestType' => '\\StructType\\GetMyeBaySellingRequestType',
            'GetMyeBaySellingResponseType' => '\\StructType\\GetMyeBaySellingResponseType',
            'GetNotificationPreferencesRequestType' => '\\StructType\\GetNotificationPreferencesRequestType',
            'GetNotificationPreferencesResponseType' => '\\StructType\\GetNotificationPreferencesResponseType',
            'GetNotificationsUsageRequestType' => '\\StructType\\GetNotificationsUsageRequestType',
            'GetNotificationsUsageResponseType' => '\\StructType\\GetNotificationsUsageResponseType',
            'GetOrdersRequestType' => '\\StructType\\GetOrdersRequestType',
            'GetOrdersResponseType' => '\\StructType\\GetOrdersResponseType',
            'GetSellerEventsRequestType' => '\\StructType\\GetSellerEventsRequestType',
            'GetSellerEventsResponseType' => '\\StructType\\GetSellerEventsResponseType',
            'GetSellerListRequestType' => '\\StructType\\GetSellerListRequestType',
            'GetSellerListResponseType' => '\\StructType\\GetSellerListResponseType',
            'GetSellerTransactionsRequestType' => '\\StructType\\GetSellerTransactionsRequestType',
            'GetSellerTransactionsResponseType' => '\\StructType\\GetSellerTransactionsResponseType',
            'GetSessionIDRequestType' => '\\StructType\\GetSessionIDRequestType',
            'GetSessionIDResponseType' => '\\StructType\\GetSessionIDResponseType',
            'GetShippingDiscountProfilesRequestType' => '\\StructType\\GetShippingDiscountProfilesRequestType',
            'GetShippingDiscountProfilesResponseType' => '\\StructType\\GetShippingDiscountProfilesResponseType',
            'GetStoreRequestType' => '\\StructType\\GetStoreRequestType',
            'GetStoreResponseType' => '\\StructType\\GetStoreResponseType',
            'GetStoreCategoryUpdateStatusRequestType' => '\\StructType\\GetStoreCategoryUpdateStatusRequestType',
            'GetStoreCategoryUpdateStatusResponseType' => '\\StructType\\GetStoreCategoryUpdateStatusResponseType',
            'GetTaxTableRequestType' => '\\StructType\\GetTaxTableRequestType',
            'GetTaxTableResponseType' => '\\StructType\\GetTaxTableResponseType',
            'GetTokenStatusRequestType' => '\\StructType\\GetTokenStatusRequestType',
            'GetTokenStatusResponseType' => '\\StructType\\GetTokenStatusResponseType',
            'GetUserRequestType' => '\\StructType\\GetUserRequestType',
            'GetUserResponseType' => '\\StructType\\GetUserResponseType',
            'GetUserContactDetailsRequestType' => '\\StructType\\GetUserContactDetailsRequestType',
            'GetUserContactDetailsResponseType' => '\\StructType\\GetUserContactDetailsResponseType',
            'GetUserPreferencesRequestType' => '\\StructType\\GetUserPreferencesRequestType',
            'GetUserPreferencesResponseType' => '\\StructType\\GetUserPreferencesResponseType',
            'GetVeROReasonCodeDetailsRequestType' => '\\StructType\\GetVeROReasonCodeDetailsRequestType',
            'GetVeROReasonCodeDetailsResponseType' => '\\StructType\\GetVeROReasonCodeDetailsResponseType',
            'GetVeROReportStatusRequestType' => '\\StructType\\GetVeROReportStatusRequestType',
            'GetVeROReportStatusResponseType' => '\\StructType\\GetVeROReportStatusResponseType',
            'GeteBayDetailsRequestType' => '\\StructType\\GeteBayDetailsRequestType',
            'GeteBayDetailsResponseType' => '\\StructType\\GeteBayDetailsResponseType',
            'LeaveFeedbackRequestType' => '\\StructType\\LeaveFeedbackRequestType',
            'LeaveFeedbackResponseType' => '\\StructType\\LeaveFeedbackResponseType',
            'PlaceOfferRequestType' => '\\StructType\\PlaceOfferRequestType',
            'PlaceOfferResponseType' => '\\StructType\\PlaceOfferResponseType',
            'RelistFixedPriceItemRequestType' => '\\StructType\\RelistFixedPriceItemRequestType',
            'RelistFixedPriceItemResponseType' => '\\StructType\\RelistFixedPriceItemResponseType',
            'RelistItemRequestType' => '\\StructType\\RelistItemRequestType',
            'RelistItemResponseType' => '\\StructType\\RelistItemResponseType',
            'RemoveFromWatchListRequestType' => '\\StructType\\RemoveFromWatchListRequestType',
            'RemoveFromWatchListResponseType' => '\\StructType\\RemoveFromWatchListResponseType',
            'RespondToBestOfferRequestType' => '\\StructType\\RespondToBestOfferRequestType',
            'RespondToBestOfferResponseType' => '\\StructType\\RespondToBestOfferResponseType',
            'RespondToFeedbackRequestType' => '\\StructType\\RespondToFeedbackRequestType',
            'RespondToFeedbackResponseType' => '\\StructType\\RespondToFeedbackResponseType',
            'ReviseFixedPriceItemRequestType' => '\\StructType\\ReviseFixedPriceItemRequestType',
            'ReviseFixedPriceItemResponseType' => '\\StructType\\ReviseFixedPriceItemResponseType',
            'ReviseInventoryStatusRequestType' => '\\StructType\\ReviseInventoryStatusRequestType',
            'ReviseInventoryStatusResponseType' => '\\StructType\\ReviseInventoryStatusResponseType',
            'ReviseItemRequestType' => '\\StructType\\ReviseItemRequestType',
            'ReviseItemResponseType' => '\\StructType\\ReviseItemResponseType',
            'ReviseMyMessagesRequestType' => '\\StructType\\ReviseMyMessagesRequestType',
            'ReviseMyMessagesResponseType' => '\\StructType\\ReviseMyMessagesResponseType',
            'ReviseMyMessagesFoldersRequestType' => '\\StructType\\ReviseMyMessagesFoldersRequestType',
            'ReviseMyMessagesFoldersResponseType' => '\\StructType\\ReviseMyMessagesFoldersResponseType',
            'RevokeTokenRequestType' => '\\StructType\\RevokeTokenRequestType',
            'RevokeTokenResponseType' => '\\StructType\\RevokeTokenResponseType',
            'SendInvoiceRequestType' => '\\StructType\\SendInvoiceRequestType',
            'SendInvoiceResponseType' => '\\StructType\\SendInvoiceResponseType',
            'SetMessagePreferencesRequestType' => '\\StructType\\SetMessagePreferencesRequestType',
            'SetMessagePreferencesResponseType' => '\\StructType\\SetMessagePreferencesResponseType',
            'SetNotificationPreferencesRequestType' => '\\StructType\\SetNotificationPreferencesRequestType',
            'SetNotificationPreferencesResponseType' => '\\StructType\\SetNotificationPreferencesResponseType',
            'SetShippingDiscountProfilesRequestType' => '\\StructType\\SetShippingDiscountProfilesRequestType',
            'SetShippingDiscountProfilesResponseType' => '\\StructType\\SetShippingDiscountProfilesResponseType',
            'SetStoreCategoriesRequestType' => '\\StructType\\SetStoreCategoriesRequestType',
            'SetStoreCategoriesResponseType' => '\\StructType\\SetStoreCategoriesResponseType',
            'SetTaxTableRequestType' => '\\StructType\\SetTaxTableRequestType',
            'SetTaxTableResponseType' => '\\StructType\\SetTaxTableResponseType',
            'SetUserNotesRequestType' => '\\StructType\\SetUserNotesRequestType',
            'SetUserNotesResponseType' => '\\StructType\\SetUserNotesResponseType',
            'SetUserPreferencesRequestType' => '\\StructType\\SetUserPreferencesRequestType',
            'SetUserPreferencesResponseType' => '\\StructType\\SetUserPreferencesResponseType',
            'UploadSiteHostedPicturesRequestType' => '\\StructType\\UploadSiteHostedPicturesRequestType',
            'UploadSiteHostedPicturesResponseType' => '\\StructType\\UploadSiteHostedPicturesResponseType',
            'VeROReportItemsRequestType' => '\\StructType\\VeROReportItemsRequestType',
            'VeROReportItemsResponseType' => '\\StructType\\VeROReportItemsResponseType',
            'VerifyAddFixedPriceItemRequestType' => '\\StructType\\VerifyAddFixedPriceItemRequestType',
            'VerifyAddFixedPriceItemResponseType' => '\\StructType\\VerifyAddFixedPriceItemResponseType',
            'VerifyAddItemRequestType' => '\\StructType\\VerifyAddItemRequestType',
            'VerifyAddItemResponseType' => '\\StructType\\VerifyAddItemResponseType',
            'VerifyAddSecondChanceItemRequestType' => '\\StructType\\VerifyAddSecondChanceItemRequestType',
            'VerifyAddSecondChanceItemResponseType' => '\\StructType\\VerifyAddSecondChanceItemResponseType',
            'VerifyRelistItemRequestType' => '\\StructType\\VerifyRelistItemRequestType',
            'VerifyRelistItemResponseType' => '\\StructType\\VerifyRelistItemResponseType',
            'AbstractRequestType' => '\\StructType\\AbstractRequestType',
            'AbstractResponseType' => '\\StructType\\AbstractResponseType',
            'BotBlockRequestType' => '\\StructType\\BotBlockRequestType',
            'BotBlockResponseType' => '\\StructType\\BotBlockResponseType',
            'CustomSecurityHeaderType' => '\\StructType\\CustomSecurityHeaderType',
            'DuplicateInvocationDetailsType' => '\\StructType\\DuplicateInvocationDetailsType',
            'ErrorParameterType' => '\\StructType\\ErrorParameterType',
            'ErrorType' => '\\StructType\\ErrorType',
            'MeasureType' => '\\StructType\\MeasureType',
            'PaginationType' => '\\StructType\\PaginationType',
            'UserIdPasswordType' => '\\StructType\\UserIdPasswordType',
            'XMLRequesterCredentialsType' => '\\StructType\\XMLRequesterCredentialsType',
            'ASQPreferencesType' => '\\StructType\\ASQPreferencesType',
            'AccountEntriesType' => '\\StructType\\AccountEntriesType',
            'AccountEntryType' => '\\StructType\\AccountEntryType',
            'AccountSummaryType' => '\\StructType\\AccountSummaryType',
            'AdFormatEnabledDefinitionType' => '\\StructType\\AdFormatEnabledDefinitionType',
            'AdFormatLeadType' => '\\StructType\\AdFormatLeadType',
            'AddItemRequestContainerType' => '\\StructType\\AddItemRequestContainerType',
            'AddItemResponseContainerType' => '\\StructType\\AddItemResponseContainerType',
            'AddMemberMessagesAAQToBidderRequestContainerType' => '\\StructType\\AddMemberMessagesAAQToBidderRequestContainerType',
            'AddMemberMessagesAAQToBidderResponseContainerType' => '\\StructType\\AddMemberMessagesAAQToBidderResponseContainerType',
            'AdditionalAccountType' => '\\StructType\\AdditionalAccountType',
            'AdditionalCompatibilityEnabledDefinitionType' => '\\StructType\\AdditionalCompatibilityEnabledDefinitionType',
            'AddressAttributeType' => '\\StructType\\AddressAttributeType',
            'AddressType' => '\\StructType\\AddressType',
            'AffiliateTrackingDetailsType' => '\\StructType\\AffiliateTrackingDetailsType',
            'AmountType' => '\\StructType\\AmountType',
            'AnnouncementMessageType' => '\\StructType\\AnnouncementMessageType',
            'ApplicationDeliveryPreferencesType' => '\\StructType\\ApplicationDeliveryPreferencesType',
            'AttributeConversionEnabledFeatureDefinitionType' => '\\StructType\\AttributeConversionEnabledFeatureDefinitionType',
            'AuthenticityVerificationType' => '\\StructType\\AuthenticityVerificationType',
            'AverageRatingDetailsType' => '\\StructType\\AverageRatingDetailsType',
            'AverageRatingSummaryType' => '\\StructType\\AverageRatingSummaryType',
            'Base64BinaryType' => '\\StructType\\Base64BinaryType',
            'BasicUpgradePackEnabledDefinitionType' => '\\StructType\\BasicUpgradePackEnabledDefinitionType',
            'BestOfferArrayType' => '\\ArrayType\\BestOfferArrayType',
            'BestOfferAutoAcceptEnabledDefinitionType' => '\\StructType\\BestOfferAutoAcceptEnabledDefinitionType',
            'BestOfferAutoDeclineEnabledDefinitionType' => '\\StructType\\BestOfferAutoDeclineEnabledDefinitionType',
            'BestOfferCounterEnabledDefinitionType' => '\\StructType\\BestOfferCounterEnabledDefinitionType',
            'BestOfferDetailsType' => '\\StructType\\BestOfferDetailsType',
            'BestOfferEnabledDefinitionType' => '\\StructType\\BestOfferEnabledDefinitionType',
            'BestOfferType' => '\\StructType\\BestOfferType',
            'BidderNoticePreferencesType' => '\\StructType\\BidderNoticePreferencesType',
            'BiddingDetailsType' => '\\StructType\\BiddingDetailsType',
            'BiddingSummaryType' => '\\StructType\\BiddingSummaryType',
            'BrandMPNIdentifierEnabledDefinitionType' => '\\StructType\\BrandMPNIdentifierEnabledDefinitionType',
            'BrandMPNType' => '\\StructType\\BrandMPNType',
            'BusinessSellerDetailsType' => '\\StructType\\BusinessSellerDetailsType',
            'BuyerGuaranteeEnabledDefinitionType' => '\\StructType\\BuyerGuaranteeEnabledDefinitionType',
            'BuyerPackageEnclosureType' => '\\StructType\\BuyerPackageEnclosureType',
            'BuyerPackageEnclosuresType' => '\\StructType\\BuyerPackageEnclosuresType',
            'BuyerProtectionDetailsType' => '\\StructType\\BuyerProtectionDetailsType',
            'BuyerRequirementDetailsType' => '\\StructType\\BuyerRequirementDetailsType',
            'BuyerRoleMetricsType' => '\\StructType\\BuyerRoleMetricsType',
            'BuyerType' => '\\StructType\\BuyerType',
            'BuyingSummaryType' => '\\StructType\\BuyingSummaryType',
            'CalculatedHandlingDiscountType' => '\\StructType\\CalculatedHandlingDiscountType',
            'CalculatedShippingDiscountType' => '\\StructType\\CalculatedShippingDiscountType',
            'CalculatedShippingRateType' => '\\StructType\\CalculatedShippingRateType',
            'CategoryArrayType' => '\\ArrayType\\CategoryArrayType',
            'CategoryFeatureType' => '\\StructType\\CategoryFeatureType',
            'CategoryGroupType' => '\\StructType\\CategoryGroupType',
            'CategoryMappingType' => '\\StructType\\CategoryMappingType',
            'CategoryType' => '\\StructType\\CategoryType',
            'CharityAffiliationDetailType' => '\\StructType\\CharityAffiliationDetailType',
            'CharityAffiliationDetailsType' => '\\StructType\\CharityAffiliationDetailsType',
            'CharityType' => '\\StructType\\CharityType',
            'CheckoutStatusType' => '\\StructType\\CheckoutStatusType',
            'ClassifiedAdAutoAcceptEnabledDefinitionType' => '\\StructType\\ClassifiedAdAutoAcceptEnabledDefinitionType',
            'ClassifiedAdAutoDeclineEnabledDefinitionType' => '\\StructType\\ClassifiedAdAutoDeclineEnabledDefinitionType',
            'ClassifiedAdBestOfferEnabledDefinitionType' => '\\StructType\\ClassifiedAdBestOfferEnabledDefinitionType',
            'ClassifiedAdCompanyNameEnabledDefinitionType' => '\\StructType\\ClassifiedAdCompanyNameEnabledDefinitionType',
            'ClassifiedAdContactByAddressEnabledDefinitionType' => '\\StructType\\ClassifiedAdContactByAddressEnabledDefinitionType',
            'ClassifiedAdContactByEmailEnabledDefintionType' => '\\StructType\\ClassifiedAdContactByEmailEnabledDefintionType',
            'ClassifiedAdContactByPhoneEnabledDefinitionType' => '\\StructType\\ClassifiedAdContactByPhoneEnabledDefinitionType',
            'ClassifiedAdCounterOfferEnabledDefinitionType' => '\\StructType\\ClassifiedAdCounterOfferEnabledDefinitionType',
            'ClassifiedAdPayPerLeadEnabledDefinitionType' => '\\StructType\\ClassifiedAdPayPerLeadEnabledDefinitionType',
            'ClassifiedAdPaymentMethodEnabledDefinitionType' => '\\StructType\\ClassifiedAdPaymentMethodEnabledDefinitionType',
            'ClassifiedAdPhoneCountDefinitionType' => '\\StructType\\ClassifiedAdPhoneCountDefinitionType',
            'ClassifiedAdShippingMethodEnabledDefinitionType' => '\\StructType\\ClassifiedAdShippingMethodEnabledDefinitionType',
            'ClassifiedAdStreetCountDefinitionType' => '\\StructType\\ClassifiedAdStreetCountDefinitionType',
            'CombinedFixedPriceTreatmentEnabledDefinitionType' => '\\StructType\\CombinedFixedPriceTreatmentEnabledDefinitionType',
            'CombinedPaymentPreferencesType' => '\\StructType\\CombinedPaymentPreferencesType',
            'CompatibleVehicleTypeDefinitionType' => '\\StructType\\CompatibleVehicleTypeDefinitionType',
            'ConditionDescriptorType' => '\\StructType\\ConditionDescriptorType',
            'ConditionDescriptorsType' => '\\StructType\\ConditionDescriptorsType',
            'ConditionEnabledDefinitionType' => '\\StructType\\ConditionEnabledDefinitionType',
            'ConditionType' => '\\StructType\\ConditionType',
            'ConditionValuesDefinitionType' => '\\StructType\\ConditionValuesDefinitionType',
            'ConditionValuesType' => '\\StructType\\ConditionValuesType',
            'ContactHoursDetailsType' => '\\StructType\\ContactHoursDetailsType',
            'CountryDetailsType' => '\\StructType\\CountryDetailsType',
            'CountryPoliciesArrayType' => '\\ArrayType\\CountryPoliciesArrayType',
            'CountryPoliciesType' => '\\StructType\\CountryPoliciesType',
            'CrossBorderTradeAustraliaEnabledDefinitionType' => '\\StructType\\CrossBorderTradeAustraliaEnabledDefinitionType',
            'CrossBorderTradeGBEnabledDefinitionType' => '\\StructType\\CrossBorderTradeGBEnabledDefinitionType',
            'CrossBorderTradeNorthAmericaEnabledDefinitionType' => '\\StructType\\CrossBorderTradeNorthAmericaEnabledDefinitionType',
            'CurrencyDetailsType' => '\\StructType\\CurrencyDetailsType',
            'CustomPoliciesType' => '\\StructType\\CustomPoliciesType',
            'DeliveryDetailsType' => '\\StructType\\DeliveryDetailsType',
            'DeliveryStatusType' => '\\StructType\\DeliveryStatusType',
            'DeliveryURLDetailType' => '\\StructType\\DeliveryURLDetailType',
            'DepositSupportedDefinitionType' => '\\StructType\\DepositSupportedDefinitionType',
            'DescriptionTemplateType' => '\\StructType\\DescriptionTemplateType',
            'DigitalDeliverySelectedType' => '\\StructType\\DigitalDeliverySelectedType',
            'DigitalDeliveryUserType' => '\\StructType\\DigitalDeliveryUserType',
            'DigitalGoodDeliveryEnabledDefinitionType' => '\\StructType\\DigitalGoodDeliveryEnabledDefinitionType',
            'DigitalGoodInfoType' => '\\StructType\\DigitalGoodInfoType',
            'DiscountDetailType' => '\\StructType\\DiscountDetailType',
            'DiscountPriceInfoType' => '\\StructType\\DiscountPriceInfoType',
            'DiscountProfileType' => '\\StructType\\DiscountProfileType',
            'DiscountType' => '\\StructType\\DiscountType',
            'DispatchCutoffTimePreferencesType' => '\\StructType\\DispatchCutoffTimePreferencesType',
            'DispatchTimeMaxDetailsType' => '\\StructType\\DispatchTimeMaxDetailsType',
            'DocumentType' => '\\StructType\\DocumentType',
            'DocumentsType' => '\\StructType\\DocumentsType',
            'DomesticRefundMethodCodeType' => '\\StructType\\DomesticRefundMethodCodeType',
            'DomesticRefundMethodDefinitionType' => '\\StructType\\DomesticRefundMethodDefinitionType',
            'DomesticReturnsAcceptedCodeType' => '\\StructType\\DomesticReturnsAcceptedCodeType',
            'DomesticReturnsAcceptedDefinitionType' => '\\StructType\\DomesticReturnsAcceptedDefinitionType',
            'DomesticReturnsDurationCodeType' => '\\StructType\\DomesticReturnsDurationCodeType',
            'DomesticReturnsDurationDefinitionType' => '\\StructType\\DomesticReturnsDurationDefinitionType',
            'DomesticReturnsShipmentPayeeCodeType' => '\\StructType\\DomesticReturnsShipmentPayeeCodeType',
            'DomesticReturnsShipmentPayeeDefinitionType' => '\\StructType\\DomesticReturnsShipmentPayeeDefinitionType',
            'DutchBINEnabledDefinitionType' => '\\StructType\\DutchBINEnabledDefinitionType',
            'EANEnabledDefinitionType' => '\\StructType\\EANEnabledDefinitionType',
            'EndItemRequestContainerType' => '\\StructType\\EndItemRequestContainerType',
            'EndItemResponseContainerType' => '\\StructType\\EndItemResponseContainerType',
            'EndOfAuctionEmailPreferencesType' => '\\StructType\\EndOfAuctionEmailPreferencesType',
            'EnergyEfficiencyType' => '\\StructType\\EnergyEfficiencyType',
            'EpidSupportedDefinitionType' => '\\StructType\\EpidSupportedDefinitionType',
            'ExcludeShippingLocationDetailsType' => '\\StructType\\ExcludeShippingLocationDetailsType',
            'ExpressConditionRequiredDefinitionType' => '\\StructType\\ExpressConditionRequiredDefinitionType',
            'ExpressEnabledDefinitionType' => '\\StructType\\ExpressEnabledDefinitionType',
            'ExpressPicturesRequiredDefinitionType' => '\\StructType\\ExpressPicturesRequiredDefinitionType',
            'ExtendedContactDetailsType' => '\\StructType\\ExtendedContactDetailsType',
            'ExtendedPictureDetailsType' => '\\StructType\\ExtendedPictureDetailsType',
            'ExtendedProducerResponsibilityType' => '\\StructType\\ExtendedProducerResponsibilityType',
            'FeatureDefinitionsType' => '\\StructType\\FeatureDefinitionsType',
            'FeatureEligibilityType' => '\\StructType\\FeatureEligibilityType',
            'FeeType' => '\\StructType\\FeeType',
            'FeedbackDetailArrayType' => '\\ArrayType\\FeedbackDetailArrayType',
            'FeedbackDetailType' => '\\StructType\\FeedbackDetailType',
            'FeedbackInfoType' => '\\StructType\\FeedbackInfoType',
            'FeedbackPeriodArrayType' => '\\ArrayType\\FeedbackPeriodArrayType',
            'FeedbackPeriodType' => '\\StructType\\FeedbackPeriodType',
            'FeedbackSummaryType' => '\\StructType\\FeedbackSummaryType',
            'FeesType' => '\\StructType\\FeesType',
            'FlatShippingDiscountType' => '\\StructType\\FlatShippingDiscountType',
            'FreeGalleryPlusEnabledDefinitionType' => '\\StructType\\FreeGalleryPlusEnabledDefinitionType',
            'FreePicturePackEnabledDefinitionType' => '\\StructType\\FreePicturePackEnabledDefinitionType',
            'FulfillmentType' => '\\StructType\\FulfillmentType',
            'GiftSummaryType' => '\\StructType\\GiftSummaryType',
            'GlobalShippingEnabledDefinitionType' => '\\StructType\\GlobalShippingEnabledDefinitionType',
            'Group1MaxFlatShippingCostDefinitionType' => '\\StructType\\Group1MaxFlatShippingCostDefinitionType',
            'Group2MaxFlatShippingCostDefinitionType' => '\\StructType\\Group2MaxFlatShippingCostDefinitionType',
            'Group3MaxFlatShippingCostDefinitionType' => '\\StructType\\Group3MaxFlatShippingCostDefinitionType',
            'HandlingTimeEnabledDefinitionType' => '\\StructType\\HandlingTimeEnabledDefinitionType',
            'HazmatType' => '\\StructType\\HazmatType',
            'HomePageFeaturedEnabledDefinitionType' => '\\StructType\\HomePageFeaturedEnabledDefinitionType',
            'INEscrowWorkflowTimelineDefinitionType' => '\\StructType\\INEscrowWorkflowTimelineDefinitionType',
            'ISBNEnabledDefinitionType' => '\\StructType\\ISBNEnabledDefinitionType',
            'IntegratedMerchantCreditCardInfoType' => '\\StructType\\IntegratedMerchantCreditCardInfoType',
            'InternationalRefundMethodCodeType' => '\\StructType\\InternationalRefundMethodCodeType',
            'InternationalRefundMethodDefinitionType' => '\\StructType\\InternationalRefundMethodDefinitionType',
            'InternationalReturnsAcceptedCodeType' => '\\StructType\\InternationalReturnsAcceptedCodeType',
            'InternationalReturnsAcceptedDefinitionType' => '\\StructType\\InternationalReturnsAcceptedDefinitionType',
            'InternationalReturnsDurationCodeType' => '\\StructType\\InternationalReturnsDurationCodeType',
            'InternationalReturnsDurationDefinitionType' => '\\StructType\\InternationalReturnsDurationDefinitionType',
            'InternationalReturnsShipmentPayeeCodeType' => '\\StructType\\InternationalReturnsShipmentPayeeCodeType',
            'InternationalReturnsShipmentPayeeDefinitionType' => '\\StructType\\InternationalReturnsShipmentPayeeDefinitionType',
            'InternationalShippingServiceOptionsType' => '\\StructType\\InternationalShippingServiceOptionsType',
            'InventoryFeesType' => '\\StructType\\InventoryFeesType',
            'InventoryStatusType' => '\\StructType\\InventoryStatusType',
            'ItemArrayType' => '\\ArrayType\\ItemArrayType',
            'ItemBestOffersArrayType' => '\\StructType\\ItemBestOffersArrayType',
            'ItemBestOffersType' => '\\StructType\\ItemBestOffersType',
            'ItemBidDetailsType' => '\\StructType\\ItemBidDetailsType',
            'ItemCompatibilityEnabledDefinitionType' => '\\StructType\\ItemCompatibilityEnabledDefinitionType',
            'ItemCompatibilityListType' => '\\StructType\\ItemCompatibilityListType',
            'ItemCompatibilityType' => '\\StructType\\ItemCompatibilityType',
            'ItemListCustomizationType' => '\\StructType\\ItemListCustomizationType',
            'ItemPolicyViolationType' => '\\StructType\\ItemPolicyViolationType',
            'ItemRatingDetailArrayType' => '\\ArrayType\\ItemRatingDetailArrayType',
            'ItemRatingDetailsType' => '\\StructType\\ItemRatingDetailsType',
            'ItemSpecificDetailsType' => '\\StructType\\ItemSpecificDetailsType',
            'ItemSpecificsEnabledDefinitionType' => '\\StructType\\ItemSpecificsEnabledDefinitionType',
            'ItemType' => '\\StructType\\ItemType',
            'KTypeSupportedDefinitionType' => '\\StructType\\KTypeSupportedDefinitionType',
            'LineItemType' => '\\StructType\\LineItemType',
            'LinkedLineItemArrayType' => '\\ArrayType\\LinkedLineItemArrayType',
            'LinkedLineItemType' => '\\StructType\\LinkedLineItemType',
            'ListingDetailsType' => '\\StructType\\ListingDetailsType',
            'ListingDurationDefinitionType' => '\\StructType\\ListingDurationDefinitionType',
            'ListingDurationDefinitionsType' => '\\StructType\\ListingDurationDefinitionsType',
            'ListingDurationReferenceType' => '\\StructType\\ListingDurationReferenceType',
            'ListingEnhancementDurationDefinitionType' => '\\StructType\\ListingEnhancementDurationDefinitionType',
            'ListingEnhancementDurationReferenceType' => '\\StructType\\ListingEnhancementDurationReferenceType',
            'ListingFeatureDetailsType' => '\\StructType\\ListingFeatureDetailsType',
            'ListingStartPriceDetailsType' => '\\StructType\\ListingStartPriceDetailsType',
            'LocalListingDistancesNonSubscriptionDefinitionType' => '\\StructType\\LocalListingDistancesNonSubscriptionDefinitionType',
            'LocalListingDistancesRegularDefinitionType' => '\\StructType\\LocalListingDistancesRegularDefinitionType',
            'LocalListingDistancesSpecialtyDefinitionType' => '\\StructType\\LocalListingDistancesSpecialtyDefinitionType',
            'LocalMarketAdFormatEnabledDefinitionType' => '\\StructType\\LocalMarketAdFormatEnabledDefinitionType',
            'LocalMarketAutoAcceptEnabledDefinitionType' => '\\StructType\\LocalMarketAutoAcceptEnabledDefinitionType',
            'LocalMarketAutoDeclineEnabledDefinitionType' => '\\StructType\\LocalMarketAutoDeclineEnabledDefinitionType',
            'LocalMarketBestOfferEnabledDefinitionType' => '\\StructType\\LocalMarketBestOfferEnabledDefinitionType',
            'LocalMarketCompanyNameEnabledDefinitionType' => '\\StructType\\LocalMarketCompanyNameEnabledDefinitionType',
            'LocalMarketContactByAddressEnabledDefinitionType' => '\\StructType\\LocalMarketContactByAddressEnabledDefinitionType',
            'LocalMarketContactByEmailEnabledDefinitionType' => '\\StructType\\LocalMarketContactByEmailEnabledDefinitionType',
            'LocalMarketContactByPhoneEnabledDefinitionType' => '\\StructType\\LocalMarketContactByPhoneEnabledDefinitionType',
            'LocalMarketCounterOfferEnabledDefinitionType' => '\\StructType\\LocalMarketCounterOfferEnabledDefinitionType',
            'LocalMarketNonSubscriptionDefinitionType' => '\\StructType\\LocalMarketNonSubscriptionDefinitionType',
            'LocalMarketPaymentMethodCheckOutEnabledDefinitionType' => '\\StructType\\LocalMarketPaymentMethodCheckOutEnabledDefinitionType',
            'LocalMarketPhoneCountDefinitionType' => '\\StructType\\LocalMarketPhoneCountDefinitionType',
            'LocalMarketPremiumSubscriptionDefinitionType' => '\\StructType\\LocalMarketPremiumSubscriptionDefinitionType',
            'LocalMarketRegularSubscriptionDefinitionType' => '\\StructType\\LocalMarketRegularSubscriptionDefinitionType',
            'LocalMarketSellerContactDetailsEnabledDefinitionType' => '\\StructType\\LocalMarketSellerContactDetailsEnabledDefinitionType',
            'LocalMarketShippingMethodEnabledDefinitionType' => '\\StructType\\LocalMarketShippingMethodEnabledDefinitionType',
            'LocalMarketSpecialitySubscriptionDefinitionType' => '\\StructType\\LocalMarketSpecialitySubscriptionDefinitionType',
            'LocalMarketStreetCountDefinitionType' => '\\StructType\\LocalMarketStreetCountDefinitionType',
            'ManufacturerType' => '\\StructType\\ManufacturerType',
            'MarkUpMarkDownEventType' => '\\StructType\\MarkUpMarkDownEventType',
            'MarkUpMarkDownHistoryType' => '\\StructType\\MarkUpMarkDownHistoryType',
            'MaxFlatShippingCostCBTExemptDefinitionType' => '\\StructType\\MaxFlatShippingCostCBTExemptDefinitionType',
            'MaxFlatShippingCostDefinitionType' => '\\StructType\\MaxFlatShippingCostDefinitionType',
            'MaxGranularFitmentCountDefinitionType' => '\\StructType\\MaxGranularFitmentCountDefinitionType',
            'MaxItemCompatibilityDefinitionType' => '\\StructType\\MaxItemCompatibilityDefinitionType',
            'MaximumBuyerPolicyViolationsDetailsType' => '\\StructType\\MaximumBuyerPolicyViolationsDetailsType',
            'MaximumBuyerPolicyViolationsType' => '\\StructType\\MaximumBuyerPolicyViolationsType',
            'MaximumItemRequirementsDetailsType' => '\\StructType\\MaximumItemRequirementsDetailsType',
            'MaximumItemRequirementsType' => '\\StructType\\MaximumItemRequirementsType',
            'MaximumUnpaidItemStrikesCountDetailsType' => '\\StructType\\MaximumUnpaidItemStrikesCountDetailsType',
            'MaximumUnpaidItemStrikesDurationDetailsType' => '\\StructType\\MaximumUnpaidItemStrikesDurationDetailsType',
            'MaximumUnpaidItemStrikesInfoDetailsType' => '\\StructType\\MaximumUnpaidItemStrikesInfoDetailsType',
            'MaximumUnpaidItemStrikesInfoType' => '\\StructType\\MaximumUnpaidItemStrikesInfoType',
            'MemberMessageExchangeArrayType' => '\\ArrayType\\MemberMessageExchangeArrayType',
            'MemberMessageExchangeType' => '\\StructType\\MemberMessageExchangeType',
            'MemberMessageType' => '\\StructType\\MemberMessageType',
            'MembershipDetailType' => '\\StructType\\MembershipDetailType',
            'MembershipDetailsType' => '\\StructType\\MembershipDetailsType',
            'MessageMediaType' => '\\StructType\\MessageMediaType',
            'MinItemCompatibilityDefinitionType' => '\\StructType\\MinItemCompatibilityDefinitionType',
            'MinimumFeedbackScoreDetailsType' => '\\StructType\\MinimumFeedbackScoreDetailsType',
            'MinimumReservePriceDefinitionType' => '\\StructType\\MinimumReservePriceDefinitionType',
            'ModifyNameArrayType' => '\\ArrayType\\ModifyNameArrayType',
            'ModifyNameType' => '\\StructType\\ModifyNameType',
            'MultiLegShipmentType' => '\\StructType\\MultiLegShipmentType',
            'MultiLegShippingDetailsType' => '\\StructType\\MultiLegShippingDetailsType',
            'MultiLegShippingServiceType' => '\\StructType\\MultiLegShippingServiceType',
            'MyMessagesExternalMessageIDArrayType' => '\\ArrayType\\MyMessagesExternalMessageIDArrayType',
            'MyMessagesFolderSummaryType' => '\\StructType\\MyMessagesFolderSummaryType',
            'MyMessagesFolderType' => '\\StructType\\MyMessagesFolderType',
            'MyMessagesMessageArrayType' => '\\ArrayType\\MyMessagesMessageArrayType',
            'MyMessagesMessageIDArrayType' => '\\ArrayType\\MyMessagesMessageIDArrayType',
            'MyMessagesMessageType' => '\\StructType\\MyMessagesMessageType',
            'MyMessagesResponseDetailsType' => '\\StructType\\MyMessagesResponseDetailsType',
            'MyMessagesSummaryType' => '\\StructType\\MyMessagesSummaryType',
            'MyeBayFavoriteSearchListType' => '\\StructType\\MyeBayFavoriteSearchListType',
            'MyeBayFavoriteSearchType' => '\\StructType\\MyeBayFavoriteSearchType',
            'MyeBayFavoriteSellerListType' => '\\StructType\\MyeBayFavoriteSellerListType',
            'MyeBayFavoriteSellerType' => '\\StructType\\MyeBayFavoriteSellerType',
            'MyeBaySelectionType' => '\\StructType\\MyeBaySelectionType',
            'MyeBaySellingSummaryType' => '\\StructType\\MyeBaySellingSummaryType',
            'NameValueListArrayType' => '\\ArrayType\\NameValueListArrayType',
            'NameValueListType' => '\\StructType\\NameValueListType',
            'NettedTransactionSummaryType' => '\\StructType\\NettedTransactionSummaryType',
            'NonSubscriptionDefinitionType' => '\\StructType\\NonSubscriptionDefinitionType',
            'NotificationDetailsArrayType' => '\\ArrayType\\NotificationDetailsArrayType',
            'NotificationDetailsType' => '\\StructType\\NotificationDetailsType',
            'NotificationEnableArrayType' => '\\ArrayType\\NotificationEnableArrayType',
            'NotificationEnableType' => '\\StructType\\NotificationEnableType',
            'NotificationEventPropertyType' => '\\StructType\\NotificationEventPropertyType',
            'NotificationMessageType' => '\\StructType\\NotificationMessageType',
            'NotificationStatisticsType' => '\\StructType\\NotificationStatisticsType',
            'NotificationUserDataType' => '\\StructType\\NotificationUserDataType',
            'NumberOfPolicyViolationsDetailsType' => '\\StructType\\NumberOfPolicyViolationsDetailsType',
            'OfferArrayType' => '\\ArrayType\\OfferArrayType',
            'OfferType' => '\\StructType\\OfferType',
            'OrderArrayType' => '\\StructType\\OrderArrayType',
            'OrderIDArrayType' => '\\ArrayType\\OrderIDArrayType',
            'OrderTransactionArrayType' => '\\ArrayType\\OrderTransactionArrayType',
            'OrderTransactionType' => '\\StructType\\OrderTransactionType',
            'OrderType' => '\\StructType\\OrderType',
            'PaginatedItemArrayType' => '\\StructType\\PaginatedItemArrayType',
            'PaginatedOrderTransactionArrayType' => '\\StructType\\PaginatedOrderTransactionArrayType',
            'PaginatedTransactionArrayType' => '\\StructType\\PaginatedTransactionArrayType',
            'PaginationResultType' => '\\StructType\\PaginationResultType',
            'PaisaPayFullEscrowEnabledDefinitionType' => '\\StructType\\PaisaPayFullEscrowEnabledDefinitionType',
            'PayPalRequiredDefinitionType' => '\\StructType\\PayPalRequiredDefinitionType',
            'PayPalRequiredForStoreOwnerDefinitionType' => '\\StructType\\PayPalRequiredForStoreOwnerDefinitionType',
            'PaymentDetailsType' => '\\StructType\\PaymentDetailsType',
            'PaymentInformationType' => '\\StructType\\PaymentInformationType',
            'PaymentMethodDefinitionType' => '\\StructType\\PaymentMethodDefinitionType',
            'PaymentOptionDetailsType' => '\\StructType\\PaymentOptionDetailsType',
            'PaymentTransactionType' => '\\StructType\\PaymentTransactionType',
            'PaymentsInformationType' => '\\StructType\\PaymentsInformationType',
            'PickupDetailsType' => '\\StructType\\PickupDetailsType',
            'PickupDropOffEnabledDefinitionType' => '\\StructType\\PickupDropOffEnabledDefinitionType',
            'PickupInStoreDetailsType' => '\\StructType\\PickupInStoreDetailsType',
            'PickupMethodSelectedType' => '\\StructType\\PickupMethodSelectedType',
            'PickupOptionsType' => '\\StructType\\PickupOptionsType',
            'PictogramsType' => '\\StructType\\PictogramsType',
            'PictureDetailsType' => '\\StructType\\PictureDetailsType',
            'PictureSetMemberType' => '\\StructType\\PictureSetMemberType',
            'PictureURLsType' => '\\StructType\\PictureURLsType',
            'PicturesType' => '\\StructType\\PicturesType',
            'PolicyViolationDurationDetailsType' => '\\StructType\\PolicyViolationDurationDetailsType',
            'PremiumSubscriptionDefinitionType' => '\\StructType\\PremiumSubscriptionDefinitionType',
            'ProPackEnabledDefinitionType' => '\\StructType\\ProPackEnabledDefinitionType',
            'ProPackPlusEnabledDefinitionType' => '\\StructType\\ProPackPlusEnabledDefinitionType',
            'ProductCreationEnabledDefinitionType' => '\\StructType\\ProductCreationEnabledDefinitionType',
            'ProductDetailsType' => '\\StructType\\ProductDetailsType',
            'ProductListingDetailsType' => '\\StructType\\ProductListingDetailsType',
            'ProductRequiredEnabledDefinitionType' => '\\StructType\\ProductRequiredEnabledDefinitionType',
            'ProductSafetyType' => '\\StructType\\ProductSafetyType',
            'ProductSuggestionType' => '\\StructType\\ProductSuggestionType',
            'ProductSuggestionsType' => '\\StructType\\ProductSuggestionsType',
            'ProfileCategoryGroupDefinitionType' => '\\StructType\\ProfileCategoryGroupDefinitionType',
            'PromotionalSaleDetailsType' => '\\StructType\\PromotionalSaleDetailsType',
            'PromotionalShippingDiscountDetailsType' => '\\StructType\\PromotionalShippingDiscountDetailsType',
            'PurchaseReminderEmailPreferencesType' => '\\StructType\\PurchaseReminderEmailPreferencesType',
            'QuantityRestrictionPerBuyerInfoType' => '\\StructType\\QuantityRestrictionPerBuyerInfoType',
            'RateTableDetailsType' => '\\StructType\\RateTableDetailsType',
            'ReasonCodeDetailType' => '\\StructType\\ReasonCodeDetailType',
            'RecoupmentPolicyConsentType' => '\\StructType\\RecoupmentPolicyConsentType',
            'RefundDetailsType' => '\\StructType\\RefundDetailsType',
            'RefundInformationType' => '\\StructType\\RefundInformationType',
            'RefundTransactionInfoType' => '\\StructType\\RefundTransactionInfoType',
            'RegionDetailsType' => '\\StructType\\RegionDetailsType',
            'RegionOfOriginDetailsType' => '\\StructType\\RegionOfOriginDetailsType',
            'RegularSubscriptionDefinitionType' => '\\StructType\\RegularSubscriptionDefinitionType',
            'RegulatoryType' => '\\StructType\\RegulatoryType',
            'ResponsiblePersonCodeTypes' => '\\StructType\\ResponsiblePersonCodeTypes',
            'ResponsiblePersonType' => '\\StructType\\ResponsiblePersonType',
            'ResponsiblePersonsType' => '\\StructType\\ResponsiblePersonsType',
            'RestockingFeeValueDetailsType' => '\\StructType\\RestockingFeeValueDetailsType',
            'ReturnPolicyDescriptionEnabledDefinitionType' => '\\StructType\\ReturnPolicyDescriptionEnabledDefinitionType',
            'ReturnPolicyDetailsType' => '\\StructType\\ReturnPolicyDetailsType',
            'ReturnPolicyEnabledDefinitionType' => '\\StructType\\ReturnPolicyEnabledDefinitionType',
            'ReturnPolicyType' => '\\StructType\\ReturnPolicyType',
            'ReturnsAcceptedDetailsType' => '\\StructType\\ReturnsAcceptedDetailsType',
            'ReturnsWithinDetailsType' => '\\StructType\\ReturnsWithinDetailsType',
            'RevisePriceAllowedDefinitionType' => '\\StructType\\RevisePriceAllowedDefinitionType',
            'ReviseQuantityAllowedDefinitionType' => '\\StructType\\ReviseQuantityAllowedDefinitionType',
            'ReviseStatusType' => '\\StructType\\ReviseStatusType',
            'SKUArrayType' => '\\ArrayType\\SKUArrayType',
            'SafePaymentRequiredDefinitionType' => '\\StructType\\SafePaymentRequiredDefinitionType',
            'SalesTaxType' => '\\StructType\\SalesTaxType',
            'SchedulingInfoType' => '\\StructType\\SchedulingInfoType',
            'SellerContactDetailsEnabledDefinitionType' => '\\StructType\\SellerContactDetailsEnabledDefinitionType',
            'SellerDiscountsType' => '\\StructType\\SellerDiscountsType',
            'SellerDiscountType' => '\\StructType\\SellerDiscountType',
            'SellerExcludeShipToLocationPreferencesType' => '\\StructType\\SellerExcludeShipToLocationPreferencesType',
            'SellerFavoriteItemPreferencesType' => '\\StructType\\SellerFavoriteItemPreferencesType',
            'SellerPaymentPreferencesType' => '\\StructType\\SellerPaymentPreferencesType',
            'SellerPaymentProfileType' => '\\StructType\\SellerPaymentProfileType',
            'SellerProfilePreferencesType' => '\\StructType\\SellerProfilePreferencesType',
            'SellerProfilesType' => '\\StructType\\SellerProfilesType',
            'SellerProvidedTitleSupportedDefinitionType' => '\\StructType\\SellerProvidedTitleSupportedDefinitionType',
            'SellerRatingSummaryArrayType' => '\\ArrayType\\SellerRatingSummaryArrayType',
            'RecoupmentPolicyDetailsType' => '\\StructType\\RecoupmentPolicyDetailsType',
            'SellerReturnPreferencesType' => '\\StructType\\SellerReturnPreferencesType',
            'SellerReturnProfileType' => '\\StructType\\SellerReturnProfileType',
            'SellerRoleMetricsType' => '\\StructType\\SellerRoleMetricsType',
            'SellerShippingProfileType' => '\\StructType\\SellerShippingProfileType',
            'SellerType' => '\\StructType\\SellerType',
            'SellingStatusType' => '\\StructType\\SellingStatusType',
            'SellingSummaryType' => '\\StructType\\SellingSummaryType',
            'ServiceCostType' => '\\StructType\\ServiceCostType',
            'ShipPackageDetailsType' => '\\StructType\\ShipPackageDetailsType',
            'ShipmentLineItemType' => '\\StructType\\ShipmentLineItemType',
            'ShipmentTrackingDetailsType' => '\\StructType\\ShipmentTrackingDetailsType',
            'ShipmentType' => '\\StructType\\ShipmentType',
            'ShippingCarrierDetailsType' => '\\StructType\\ShippingCarrierDetailsType',
            'ShippingCategoryDetailsType' => '\\StructType\\ShippingCategoryDetailsType',
            'ShippingCostPaidByDetailsType' => '\\StructType\\ShippingCostPaidByDetailsType',
            'ShippingDetailsType' => '\\StructType\\ShippingDetailsType',
            'ShippingLocationDetailsType' => '\\StructType\\ShippingLocationDetailsType',
            'ShippingPackageDetailsType' => '\\StructType\\ShippingPackageDetailsType',
            'ShippingPackageInfoType' => '\\StructType\\ShippingPackageInfoType',
            'ShippingServiceCostOverrideListType' => '\\StructType\\ShippingServiceCostOverrideListType',
            'ShippingServiceCostOverrideType' => '\\StructType\\ShippingServiceCostOverrideType',
            'ShippingServiceDetailsType' => '\\StructType\\ShippingServiceDetailsType',
            'ShippingServiceOptionsType' => '\\StructType\\ShippingServiceOptionsType',
            'ShippingServicePackageDetailsType' => '\\StructType\\ShippingServicePackageDetailsType',
            'ShippingTermRequiredDefinitionType' => '\\StructType\\ShippingTermRequiredDefinitionType',
            'SiteBuyerRequirementDetailsType' => '\\StructType\\SiteBuyerRequirementDetailsType',
            'SiteDefaultsType' => '\\StructType\\SiteDefaultsType',
            'SiteDetailsType' => '\\StructType\\SiteDetailsType',
            'SiteHostedPictureDetailsType' => '\\StructType\\SiteHostedPictureDetailsType',
            'SkypeMeNonTransactionalEnabledDefinitionType' => '\\StructType\\SkypeMeNonTransactionalEnabledDefinitionType',
            'SkypeMeTransactionalEnabledDefinitionType' => '\\StructType\\SkypeMeTransactionalEnabledDefinitionType',
            'SpecialitySubscriptionDefinitionType' => '\\StructType\\SpecialitySubscriptionDefinitionType',
            'StatementsType' => '\\StructType\\StatementsType',
            'StoreCustomCategoryArrayType' => '\\ArrayType\\StoreCustomCategoryArrayType',
            'StoreCustomCategoryType' => '\\StructType\\StoreCustomCategoryType',
            'StoreInventoryEnabledDefinitionType' => '\\StructType\\StoreInventoryEnabledDefinitionType',
            'StoreLogoType' => '\\StructType\\StoreLogoType',
            'StoreOwnerExtendedListingDurationsDefinitionType' => '\\StructType\\StoreOwnerExtendedListingDurationsDefinitionType',
            'StoreOwnerExtendedListingDurationsEnabledDefinitionType' => '\\StructType\\StoreOwnerExtendedListingDurationsEnabledDefinitionType',
            'StoreOwnerExtendedListingDurationsType' => '\\StructType\\StoreOwnerExtendedListingDurationsType',
            'StoreType' => '\\StructType\\StoreType',
            'StorefrontType' => '\\StructType\\StorefrontType',
            'SuggestedBidValueType' => '\\StructType\\SuggestedBidValueType',
            'SupportedSellerProfileType' => '\\StructType\\SupportedSellerProfileType',
            'SupportedSellerProfilesType' => '\\StructType\\SupportedSellerProfilesType',
            'TCREnabledDefinitionType' => '\\StructType\\TCREnabledDefinitionType',
            'TaxDetailsType' => '\\StructType\\TaxDetailsType',
            'TaxIdentifierAttributeType' => '\\StructType\\TaxIdentifierAttributeType',
            'TaxIdentifierType' => '\\StructType\\TaxIdentifierType',
            'TaxJurisdictionType' => '\\StructType\\TaxJurisdictionType',
            'TaxTableType' => '\\StructType\\TaxTableType',
            'TaxesType' => '\\StructType\\TaxesType',
            'ThemeGroupType' => '\\StructType\\ThemeGroupType',
            'TimeZoneDetailsType' => '\\StructType\\TimeZoneDetailsType',
            'TokenStatusType' => '\\StructType\\TokenStatusType',
            'TopRatedSellerDetailsType' => '\\StructType\\TopRatedSellerDetailsType',
            'TransactionArrayType' => '\\ArrayType\\TransactionArrayType',
            'TransactionProgramType' => '\\StructType\\TransactionProgramType',
            'TransactionReferenceType' => '\\StructType\\TransactionReferenceType',
            'TransactionStatusType' => '\\StructType\\TransactionStatusType',
            'TransactionType' => '\\StructType\\TransactionType',
            'UPCEnabledDefinitionType' => '\\StructType\\UPCEnabledDefinitionType',
            'URLDetailsType' => '\\StructType\\URLDetailsType',
            'UnitInfoType' => '\\StructType\\UnitInfoType',
            'UnpaidItemAssistancePreferencesType' => '\\StructType\\UnpaidItemAssistancePreferencesType',
            'UserConsentRequiredDefinitionType' => '\\StructType\\UserConsentRequiredDefinitionType',
            'UserDefinedListType' => '\\StructType\\UserDefinedListType',
            'UserIDArrayType' => '\\StructType\\UserIDArrayType',
            'UserIdentityType' => '\\StructType\\UserIdentityType',
            'UserType' => '\\StructType\\UserType',
            'VATDetailsType' => '\\StructType\\VATDetailsType',
            'VINSupportedDefinitionType' => '\\StructType\\VINSupportedDefinitionType',
            'VRMSupportedDefinitionType' => '\\StructType\\VRMSupportedDefinitionType',
            'ValueCategoryDefinitionType' => '\\StructType\\ValueCategoryDefinitionType',
            'ValuePackEnabledDefinitionType' => '\\StructType\\ValuePackEnabledDefinitionType',
            'VariationDetailsType' => '\\StructType\\VariationDetailsType',
            'VariationExtendedProducerResponsibilityType' => '\\StructType\\VariationExtendedProducerResponsibilityType',
            'VariationKeyType' => '\\StructType\\VariationKeyType',
            'VariationProductListingDetailsType' => '\\StructType\\VariationProductListingDetailsType',
            'VariationSpecificPictureSetType' => '\\StructType\\VariationSpecificPictureSetType',
            'VariationType' => '\\StructType\\VariationType',
            'VariationsEnabledDefinitionType' => '\\StructType\\VariationsEnabledDefinitionType',
            'VariationsType' => '\\StructType\\VariationsType',
            'VeROReasonCodeDetailsType' => '\\StructType\\VeROReasonCodeDetailsType',
            'VeROReportItemType' => '\\StructType\\VeROReportItemType',
            'VeROReportItemsType' => '\\StructType\\VeROReportItemsType',
            'VeROReportedItemDetailsType' => '\\StructType\\VeROReportedItemDetailsType',
            'VeROReportedItemType' => '\\StructType\\VeROReportedItemType',
            'VeROSiteDetailType' => '\\StructType\\VeROSiteDetailType',
            'VideoDetailsType' => '\\StructType\\VideoDetailsType',
            'eBayMotorsProAdFormatEnabledDefinitionType' => '\\StructType\\EBayMotorsProAdFormatEnabledDefinitionType',
            'eBayMotorsProAutoAcceptEnabledDefinitionType' => '\\StructType\\EBayMotorsProAutoAcceptEnabledDefinitionType',
            'eBayMotorsProAutoDeclineEnabledDefinitionType' => '\\StructType\\EBayMotorsProAutoDeclineEnabledDefinitionType',
            'eBayMotorsProBestOfferEnabledDefinitionType' => '\\StructType\\EBayMotorsProBestOfferEnabledDefinitionType',
            'eBayMotorsProCompanyNameEnabledDefinitionType' => '\\StructType\\EBayMotorsProCompanyNameEnabledDefinitionType',
            'eBayMotorsProContactByAddressEnabledDefinitionType' => '\\StructType\\EBayMotorsProContactByAddressEnabledDefinitionType',
            'eBayMotorsProContactByEmailEnabledDefinitionType' => '\\StructType\\EBayMotorsProContactByEmailEnabledDefinitionType',
            'eBayMotorsProContactByPhoneEnabledDefinitionType' => '\\StructType\\EBayMotorsProContactByPhoneEnabledDefinitionType',
            'eBayMotorsProCounterOfferEnabledDefinitionType' => '\\StructType\\EBayMotorsProCounterOfferEnabledDefinitionType',
            'eBayMotorsProPaymentMethodCheckOutEnabledDefinitionType' => '\\StructType\\EBayMotorsProPaymentMethodCheckOutEnabledDefinitionType',
            'eBayMotorsProPhoneCountDefinitionType' => '\\StructType\\EBayMotorsProPhoneCountDefinitionType',
            'eBayMotorsProSellerContactDetailsEnabledDefinitionType' => '\\StructType\\EBayMotorsProSellerContactDetailsEnabledDefinitionType',
            'eBayMotorsProShippingMethodEnabledDefinitionType' => '\\StructType\\EBayMotorsProShippingMethodEnabledDefinitionType',
            'eBayMotorsProStreetCountDefinitionType' => '\\StructType\\EBayMotorsProStreetCountDefinitionType',
            'EBayPLUSPreferenceType' => '\\StructType\\EBayPLUSPreferenceType',
            'eBayTaxReferenceValue' => '\\StructType\\EBayTaxReferenceValue',
        );
    }
}
