<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;?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(
            'AddDisputeRequestType' =&gt; '\\StructType\\AddDisputeRequestType',
            'AddDisputeResponseType' =&gt; '\\StructType\\AddDisputeResponseType',
            'AddDisputeResponseRequestType' =&gt; '\\StructType\\AddDisputeResponseRequestType',
            'AddDisputeResponseResponseType' =&gt; '\\StructType\\AddDisputeResponseResponseType',
            'AddFixedPriceItemRequestType' =&gt; '\\StructType\\AddFixedPriceItemRequestType',
            'AddFixedPriceItemResponseType' =&gt; '\\StructType\\AddFixedPriceItemResponseType',
            'AddItemRequestType' =&gt; '\\StructType\\AddItemRequestType',
            'AddItemResponseType' =&gt; '\\StructType\\AddItemResponseType',
            'AddItemFromSellingManagerTemplateRequestType' =&gt; '\\StructType\\AddItemFromSellingManagerTemplateRequestType',
            'AddItemFromSellingManagerTemplateResponseType' =&gt; '\\StructType\\AddItemFromSellingManagerTemplateResponseType',
            'AddItemsRequestType' =&gt; '\\StructType\\AddItemsRequestType',
            'AddItemsResponseType' =&gt; '\\StructType\\AddItemsResponseType',
            'AddMemberMessageAAQToPartnerRequestType' =&gt; '\\StructType\\AddMemberMessageAAQToPartnerRequestType',
            'AddMemberMessageAAQToPartnerResponseType' =&gt; '\\StructType\\AddMemberMessageAAQToPartnerResponseType',
            'AddMemberMessageRTQRequestType' =&gt; '\\StructType\\AddMemberMessageRTQRequestType',
            'AddMemberMessageRTQResponseType' =&gt; '\\StructType\\AddMemberMessageRTQResponseType',
            'AddMemberMessagesAAQToBidderRequestType' =&gt; '\\StructType\\AddMemberMessagesAAQToBidderRequestType',
            'AddMemberMessagesAAQToBidderResponseType' =&gt; '\\StructType\\AddMemberMessagesAAQToBidderResponseType',
            'AddOrderRequestType' =&gt; '\\StructType\\AddOrderRequestType',
            'AddOrderResponseType' =&gt; '\\StructType\\AddOrderResponseType',
            'AddSecondChanceItemRequestType' =&gt; '\\StructType\\AddSecondChanceItemRequestType',
            'AddSecondChanceItemResponseType' =&gt; '\\StructType\\AddSecondChanceItemResponseType',
            'AddSellingManagerInventoryFolderRequestType' =&gt; '\\StructType\\AddSellingManagerInventoryFolderRequestType',
            'AddSellingManagerInventoryFolderResponseType' =&gt; '\\StructType\\AddSellingManagerInventoryFolderResponseType',
            'AddSellingManagerProductRequestType' =&gt; '\\StructType\\AddSellingManagerProductRequestType',
            'AddSellingManagerProductResponseType' =&gt; '\\StructType\\AddSellingManagerProductResponseType',
            'AddSellingManagerTemplateRequestType' =&gt; '\\StructType\\AddSellingManagerTemplateRequestType',
            'AddSellingManagerTemplateResponseType' =&gt; '\\StructType\\AddSellingManagerTemplateResponseType',
            'AddToItemDescriptionRequestType' =&gt; '\\StructType\\AddToItemDescriptionRequestType',
            'AddToItemDescriptionResponseType' =&gt; '\\StructType\\AddToItemDescriptionResponseType',
            'AddToWatchListRequestType' =&gt; '\\StructType\\AddToWatchListRequestType',
            'AddToWatchListResponseType' =&gt; '\\StructType\\AddToWatchListResponseType',
            'AddTransactionConfirmationItemRequestType' =&gt; '\\StructType\\AddTransactionConfirmationItemRequestType',
            'AddTransactionConfirmationItemResponseType' =&gt; '\\StructType\\AddTransactionConfirmationItemResponseType',
            'CompleteSaleRequestType' =&gt; '\\StructType\\CompleteSaleRequestType',
            'CompleteSaleResponseType' =&gt; '\\StructType\\CompleteSaleResponseType',
            'ConfirmIdentityRequestType' =&gt; '\\StructType\\ConfirmIdentityRequestType',
            'ConfirmIdentityResponseType' =&gt; '\\StructType\\ConfirmIdentityResponseType',
            'DeleteMyMessagesRequestType' =&gt; '\\StructType\\DeleteMyMessagesRequestType',
            'DeleteMyMessagesResponseType' =&gt; '\\StructType\\DeleteMyMessagesResponseType',
            'DeleteSellingManagerInventoryFolderRequestType' =&gt; '\\StructType\\DeleteSellingManagerInventoryFolderRequestType',
            'DeleteSellingManagerInventoryFolderResponseType' =&gt; '\\StructType\\DeleteSellingManagerInventoryFolderResponseType',
            'DeleteSellingManagerItemAutomationRuleRequestType' =&gt; '\\StructType\\DeleteSellingManagerItemAutomationRuleRequestType',
            'DeleteSellingManagerItemAutomationRuleResponseType' =&gt; '\\StructType\\DeleteSellingManagerItemAutomationRuleResponseType',
            'DeleteSellingManagerProductRequestType' =&gt; '\\StructType\\DeleteSellingManagerProductRequestType',
            'DeleteSellingManagerProductResponseType' =&gt; '\\StructType\\DeleteSellingManagerProductResponseType',
            'DeleteSellingManagerTemplateRequestType' =&gt; '\\StructType\\DeleteSellingManagerTemplateRequestType',
            'DeleteSellingManagerTemplateResponseType' =&gt; '\\StructType\\DeleteSellingManagerTemplateResponseType',
            'DeleteSellingManagerTemplateAutomationRuleRequestType' =&gt; '\\StructType\\DeleteSellingManagerTemplateAutomationRuleRequestType',
            'DeleteSellingManagerTemplateAutomationRuleResponseType' =&gt; '\\StructType\\DeleteSellingManagerTemplateAutomationRuleResponseType',
            'DisableUnpaidItemAssistanceRequestType' =&gt; '\\StructType\\DisableUnpaidItemAssistanceRequestType',
            'DisableUnpaidItemAssistanceResponseType' =&gt; '\\StructType\\DisableUnpaidItemAssistanceResponseType',
            'EndFixedPriceItemRequestType' =&gt; '\\StructType\\EndFixedPriceItemRequestType',
            'EndFixedPriceItemResponseType' =&gt; '\\StructType\\EndFixedPriceItemResponseType',
            'EndItemRequestType' =&gt; '\\StructType\\EndItemRequestType',
            'EndItemResponseType' =&gt; '\\StructType\\EndItemResponseType',
            'EndItemsRequestType' =&gt; '\\StructType\\EndItemsRequestType',
            'EndItemsResponseType' =&gt; '\\StructType\\EndItemsResponseType',
            'ExtendSiteHostedPicturesRequestType' =&gt; '\\StructType\\ExtendSiteHostedPicturesRequestType',
            'ExtendSiteHostedPicturesResponseType' =&gt; '\\StructType\\ExtendSiteHostedPicturesResponseType',
            'FetchTokenRequestType' =&gt; '\\StructType\\FetchTokenRequestType',
            'FetchTokenResponseType' =&gt; '\\StructType\\FetchTokenResponseType',
            'GetAccountRequestType' =&gt; '\\StructType\\GetAccountRequestType',
            'GetAccountResponseType' =&gt; '\\StructType\\GetAccountResponseType',
            'GetAdFormatLeadsRequestType' =&gt; '\\StructType\\GetAdFormatLeadsRequestType',
            'GetAdFormatLeadsResponseType' =&gt; '\\StructType\\GetAdFormatLeadsResponseType',
            'GetAllBiddersRequestType' =&gt; '\\StructType\\GetAllBiddersRequestType',
            'GetAllBiddersResponseType' =&gt; '\\StructType\\GetAllBiddersResponseType',
            'GetApiAccessRulesRequestType' =&gt; '\\StructType\\GetApiAccessRulesRequestType',
            'GetApiAccessRulesResponseType' =&gt; '\\StructType\\GetApiAccessRulesResponseType',
            'GetBestOffersRequestType' =&gt; '\\StructType\\GetBestOffersRequestType',
            'GetBestOffersResponseType' =&gt; '\\StructType\\GetBestOffersResponseType',
            'GetBidderListRequestType' =&gt; '\\StructType\\GetBidderListRequestType',
            'GetBidderListResponseType' =&gt; '\\StructType\\GetBidderListResponseType',
            'GetCategoriesRequestType' =&gt; '\\StructType\\GetCategoriesRequestType',
            'GetCategoriesResponseType' =&gt; '\\StructType\\GetCategoriesResponseType',
            'GetCategoryFeaturesRequestType' =&gt; '\\StructType\\GetCategoryFeaturesRequestType',
            'GetCategoryFeaturesResponseType' =&gt; '\\StructType\\GetCategoryFeaturesResponseType',
            'GetCategoryMappingsRequestType' =&gt; '\\StructType\\GetCategoryMappingsRequestType',
            'GetCategoryMappingsResponseType' =&gt; '\\StructType\\GetCategoryMappingsResponseType',
            'GetCategorySpecificsRequestType' =&gt; '\\StructType\\GetCategorySpecificsRequestType',
            'GetCategorySpecificsResponseType' =&gt; '\\StructType\\GetCategorySpecificsResponseType',
            'GetChallengeTokenRequestType' =&gt; '\\StructType\\GetChallengeTokenRequestType',
            'GetChallengeTokenResponseType' =&gt; '\\StructType\\GetChallengeTokenResponseType',
            'GetCharitiesRequestType' =&gt; '\\StructType\\GetCharitiesRequestType',
            'GetCharitiesResponseType' =&gt; '\\StructType\\GetCharitiesResponseType',
            'GetClientAlertsAuthTokenRequestType' =&gt; '\\StructType\\GetClientAlertsAuthTokenRequestType',
            'GetClientAlertsAuthTokenResponseType' =&gt; '\\StructType\\GetClientAlertsAuthTokenResponseType',
            'GetContextualKeywordsRequestType' =&gt; '\\StructType\\GetContextualKeywordsRequestType',
            'GetContextualKeywordsResponseType' =&gt; '\\StructType\\GetContextualKeywordsResponseType',
            'GetDescriptionTemplatesRequestType' =&gt; '\\StructType\\GetDescriptionTemplatesRequestType',
            'GetDescriptionTemplatesResponseType' =&gt; '\\StructType\\GetDescriptionTemplatesResponseType',
            'GetDisputeRequestType' =&gt; '\\StructType\\GetDisputeRequestType',
            'GetDisputeResponseType' =&gt; '\\StructType\\GetDisputeResponseType',
            'GetFeedbackRequestType' =&gt; '\\StructType\\GetFeedbackRequestType',
            'GetFeedbackResponseType' =&gt; '\\StructType\\GetFeedbackResponseType',
            'GetItemRequestType' =&gt; '\\StructType\\GetItemRequestType',
            'GetItemResponseType' =&gt; '\\StructType\\GetItemResponseType',
            'GetItemShippingRequestType' =&gt; '\\StructType\\GetItemShippingRequestType',
            'GetItemShippingResponseType' =&gt; '\\StructType\\GetItemShippingResponseType',
            'GetItemTransactionsRequestType' =&gt; '\\StructType\\GetItemTransactionsRequestType',
            'GetItemTransactionsResponseType' =&gt; '\\StructType\\GetItemTransactionsResponseType',
            'GetItemsAwaitingFeedbackRequestType' =&gt; '\\StructType\\GetItemsAwaitingFeedbackRequestType',
            'GetItemsAwaitingFeedbackResponseType' =&gt; '\\StructType\\GetItemsAwaitingFeedbackResponseType',
            'GetMemberMessagesRequestType' =&gt; '\\StructType\\GetMemberMessagesRequestType',
            'GetMemberMessagesResponseType' =&gt; '\\StructType\\GetMemberMessagesResponseType',
            'GetMessagePreferencesRequestType' =&gt; '\\StructType\\GetMessagePreferencesRequestType',
            'GetMessagePreferencesResponseType' =&gt; '\\StructType\\GetMessagePreferencesResponseType',
            'GetMyMessagesRequestType' =&gt; '\\StructType\\GetMyMessagesRequestType',
            'GetMyMessagesResponseType' =&gt; '\\StructType\\GetMyMessagesResponseType',
            'GetMyeBayBuyingRequestType' =&gt; '\\StructType\\GetMyeBayBuyingRequestType',
            'GetMyeBayBuyingResponseType' =&gt; '\\StructType\\GetMyeBayBuyingResponseType',
            'GetMyeBayRemindersRequestType' =&gt; '\\StructType\\GetMyeBayRemindersRequestType',
            'GetMyeBayRemindersResponseType' =&gt; '\\StructType\\GetMyeBayRemindersResponseType',
            'GetMyeBaySellingRequestType' =&gt; '\\StructType\\GetMyeBaySellingRequestType',
            'GetMyeBaySellingResponseType' =&gt; '\\StructType\\GetMyeBaySellingResponseType',
            'GetNotificationPreferencesRequestType' =&gt; '\\StructType\\GetNotificationPreferencesRequestType',
            'GetNotificationPreferencesResponseType' =&gt; '\\StructType\\GetNotificationPreferencesResponseType',
            'GetNotificationsUsageRequestType' =&gt; '\\StructType\\GetNotificationsUsageRequestType',
            'GetNotificationsUsageResponseType' =&gt; '\\StructType\\GetNotificationsUsageResponseType',
            'GetOrderTransactionsRequestType' =&gt; '\\StructType\\GetOrderTransactionsRequestType',
            'GetOrderTransactionsResponseType' =&gt; '\\StructType\\GetOrderTransactionsResponseType',
            'GetOrdersRequestType' =&gt; '\\StructType\\GetOrdersRequestType',
            'GetOrdersResponseType' =&gt; '\\StructType\\GetOrdersResponseType',
            'GetPromotionalSaleDetailsRequestType' =&gt; '\\StructType\\GetPromotionalSaleDetailsRequestType',
            'GetPromotionalSaleDetailsResponseType' =&gt; '\\StructType\\GetPromotionalSaleDetailsResponseType',
            'GetSellerDashboardRequestType' =&gt; '\\StructType\\GetSellerDashboardRequestType',
            'GetSellerDashboardResponseType' =&gt; '\\StructType\\GetSellerDashboardResponseType',
            'GetSellerEventsRequestType' =&gt; '\\StructType\\GetSellerEventsRequestType',
            'GetSellerEventsResponseType' =&gt; '\\StructType\\GetSellerEventsResponseType',
            'GetSellerListRequestType' =&gt; '\\StructType\\GetSellerListRequestType',
            'GetSellerListResponseType' =&gt; '\\StructType\\GetSellerListResponseType',
            'GetSellerPaymentsRequestType' =&gt; '\\StructType\\GetSellerPaymentsRequestType',
            'GetSellerPaymentsResponseType' =&gt; '\\StructType\\GetSellerPaymentsResponseType',
            'GetSellerTransactionsRequestType' =&gt; '\\StructType\\GetSellerTransactionsRequestType',
            'GetSellerTransactionsResponseType' =&gt; '\\StructType\\GetSellerTransactionsResponseType',
            'GetSellingManagerAlertsRequestType' =&gt; '\\StructType\\GetSellingManagerAlertsRequestType',
            'GetSellingManagerAlertsResponseType' =&gt; '\\StructType\\GetSellingManagerAlertsResponseType',
            'GetSellingManagerEmailLogRequestType' =&gt; '\\StructType\\GetSellingManagerEmailLogRequestType',
            'GetSellingManagerEmailLogResponseType' =&gt; '\\StructType\\GetSellingManagerEmailLogResponseType',
            'GetSellingManagerInventoryRequestType' =&gt; '\\StructType\\GetSellingManagerInventoryRequestType',
            'GetSellingManagerInventoryResponseType' =&gt; '\\StructType\\GetSellingManagerInventoryResponseType',
            'GetSellingManagerInventoryFolderRequestType' =&gt; '\\StructType\\GetSellingManagerInventoryFolderRequestType',
            'GetSellingManagerInventoryFolderResponseType' =&gt; '\\StructType\\GetSellingManagerInventoryFolderResponseType',
            'GetSellingManagerItemAutomationRuleRequestType' =&gt; '\\StructType\\GetSellingManagerItemAutomationRuleRequestType',
            'GetSellingManagerItemAutomationRuleResponseType' =&gt; '\\StructType\\GetSellingManagerItemAutomationRuleResponseType',
            'GetSellingManagerSaleRecordRequestType' =&gt; '\\StructType\\GetSellingManagerSaleRecordRequestType',
            'GetSellingManagerSaleRecordResponseType' =&gt; '\\StructType\\GetSellingManagerSaleRecordResponseType',
            'GetSellingManagerSoldListingsRequestType' =&gt; '\\StructType\\GetSellingManagerSoldListingsRequestType',
            'GetSellingManagerSoldListingsResponseType' =&gt; '\\StructType\\GetSellingManagerSoldListingsResponseType',
            'GetSellingManagerTemplateAutomationRuleRequestType' =&gt; '\\StructType\\GetSellingManagerTemplateAutomationRuleRequestType',
            'GetSellingManagerTemplateAutomationRuleResponseType' =&gt; '\\StructType\\GetSellingManagerTemplateAutomationRuleResponseType',
            'GetSellingManagerTemplatesRequestType' =&gt; '\\StructType\\GetSellingManagerTemplatesRequestType',
            'GetSellingManagerTemplatesResponseType' =&gt; '\\StructType\\GetSellingManagerTemplatesResponseType',
            'GetSessionIDRequestType' =&gt; '\\StructType\\GetSessionIDRequestType',
            'GetSessionIDResponseType' =&gt; '\\StructType\\GetSessionIDResponseType',
            'GetShippingDiscountProfilesRequestType' =&gt; '\\StructType\\GetShippingDiscountProfilesRequestType',
            'GetShippingDiscountProfilesResponseType' =&gt; '\\StructType\\GetShippingDiscountProfilesResponseType',
            'GetStoreRequestType' =&gt; '\\StructType\\GetStoreRequestType',
            'GetStoreResponseType' =&gt; '\\StructType\\GetStoreResponseType',
            'GetStoreCategoryUpdateStatusRequestType' =&gt; '\\StructType\\GetStoreCategoryUpdateStatusRequestType',
            'GetStoreCategoryUpdateStatusResponseType' =&gt; '\\StructType\\GetStoreCategoryUpdateStatusResponseType',
            'GetStoreCustomPageRequestType' =&gt; '\\StructType\\GetStoreCustomPageRequestType',
            'GetStoreCustomPageResponseType' =&gt; '\\StructType\\GetStoreCustomPageResponseType',
            'GetStoreOptionsRequestType' =&gt; '\\StructType\\GetStoreOptionsRequestType',
            'GetStoreOptionsResponseType' =&gt; '\\StructType\\GetStoreOptionsResponseType',
            'GetStorePreferencesRequestType' =&gt; '\\StructType\\GetStorePreferencesRequestType',
            'GetStorePreferencesResponseType' =&gt; '\\StructType\\GetStorePreferencesResponseType',
            'GetSuggestedCategoriesRequestType' =&gt; '\\StructType\\GetSuggestedCategoriesRequestType',
            'GetSuggestedCategoriesResponseType' =&gt; '\\StructType\\GetSuggestedCategoriesResponseType',
            'GetTaxTableRequestType' =&gt; '\\StructType\\GetTaxTableRequestType',
            'GetTaxTableResponseType' =&gt; '\\StructType\\GetTaxTableResponseType',
            'GetTokenStatusRequestType' =&gt; '\\StructType\\GetTokenStatusRequestType',
            'GetTokenStatusResponseType' =&gt; '\\StructType\\GetTokenStatusResponseType',
            'GetUserRequestType' =&gt; '\\StructType\\GetUserRequestType',
            'GetUserResponseType' =&gt; '\\StructType\\GetUserResponseType',
            'GetUserContactDetailsRequestType' =&gt; '\\StructType\\GetUserContactDetailsRequestType',
            'GetUserContactDetailsResponseType' =&gt; '\\StructType\\GetUserContactDetailsResponseType',
            'GetUserDisputesRequestType' =&gt; '\\StructType\\GetUserDisputesRequestType',
            'GetUserDisputesResponseType' =&gt; '\\StructType\\GetUserDisputesResponseType',
            'GetUserPreferencesRequestType' =&gt; '\\StructType\\GetUserPreferencesRequestType',
            'GetUserPreferencesResponseType' =&gt; '\\StructType\\GetUserPreferencesResponseType',
            'GetVeROReasonCodeDetailsRequestType' =&gt; '\\StructType\\GetVeROReasonCodeDetailsRequestType',
            'GetVeROReasonCodeDetailsResponseType' =&gt; '\\StructType\\GetVeROReasonCodeDetailsResponseType',
            'GetVeROReportStatusRequestType' =&gt; '\\StructType\\GetVeROReportStatusRequestType',
            'GetVeROReportStatusResponseType' =&gt; '\\StructType\\GetVeROReportStatusResponseType',
            'GeteBayDetailsRequestType' =&gt; '\\StructType\\GeteBayDetailsRequestType',
            'GeteBayDetailsResponseType' =&gt; '\\StructType\\GeteBayDetailsResponseType',
            'GeteBayOfficialTimeRequestType' =&gt; '\\StructType\\GeteBayOfficialTimeRequestType',
            'GeteBayOfficialTimeResponseType' =&gt; '\\StructType\\GeteBayOfficialTimeResponseType',
            'IssueRefundRequestType' =&gt; '\\StructType\\IssueRefundRequestType',
            'IssueRefundResponseType' =&gt; '\\StructType\\IssueRefundResponseType',
            'LeaveFeedbackRequestType' =&gt; '\\StructType\\LeaveFeedbackRequestType',
            'LeaveFeedbackResponseType' =&gt; '\\StructType\\LeaveFeedbackResponseType',
            'MoveSellingManagerInventoryFolderRequestType' =&gt; '\\StructType\\MoveSellingManagerInventoryFolderRequestType',
            'MoveSellingManagerInventoryFolderResponseType' =&gt; '\\StructType\\MoveSellingManagerInventoryFolderResponseType',
            'PlaceOfferRequestType' =&gt; '\\StructType\\PlaceOfferRequestType',
            'PlaceOfferResponseType' =&gt; '\\StructType\\PlaceOfferResponseType',
            'RelistFixedPriceItemRequestType' =&gt; '\\StructType\\RelistFixedPriceItemRequestType',
            'RelistFixedPriceItemResponseType' =&gt; '\\StructType\\RelistFixedPriceItemResponseType',
            'RelistItemRequestType' =&gt; '\\StructType\\RelistItemRequestType',
            'RelistItemResponseType' =&gt; '\\StructType\\RelistItemResponseType',
            'RemoveFromWatchListRequestType' =&gt; '\\StructType\\RemoveFromWatchListRequestType',
            'RemoveFromWatchListResponseType' =&gt; '\\StructType\\RemoveFromWatchListResponseType',
            'RespondToBestOfferRequestType' =&gt; '\\StructType\\RespondToBestOfferRequestType',
            'RespondToBestOfferResponseType' =&gt; '\\StructType\\RespondToBestOfferResponseType',
            'RespondToFeedbackRequestType' =&gt; '\\StructType\\RespondToFeedbackRequestType',
            'RespondToFeedbackResponseType' =&gt; '\\StructType\\RespondToFeedbackResponseType',
            'ReviseCheckoutStatusRequestType' =&gt; '\\StructType\\ReviseCheckoutStatusRequestType',
            'ReviseCheckoutStatusResponseType' =&gt; '\\StructType\\ReviseCheckoutStatusResponseType',
            'ReviseFixedPriceItemRequestType' =&gt; '\\StructType\\ReviseFixedPriceItemRequestType',
            'ReviseFixedPriceItemResponseType' =&gt; '\\StructType\\ReviseFixedPriceItemResponseType',
            'ReviseInventoryStatusRequestType' =&gt; '\\StructType\\ReviseInventoryStatusRequestType',
            'ReviseInventoryStatusResponseType' =&gt; '\\StructType\\ReviseInventoryStatusResponseType',
            'ReviseItemRequestType' =&gt; '\\StructType\\ReviseItemRequestType',
            'ReviseItemResponseType' =&gt; '\\StructType\\ReviseItemResponseType',
            'ReviseMyMessagesRequestType' =&gt; '\\StructType\\ReviseMyMessagesRequestType',
            'ReviseMyMessagesResponseType' =&gt; '\\StructType\\ReviseMyMessagesResponseType',
            'ReviseMyMessagesFoldersRequestType' =&gt; '\\StructType\\ReviseMyMessagesFoldersRequestType',
            'ReviseMyMessagesFoldersResponseType' =&gt; '\\StructType\\ReviseMyMessagesFoldersResponseType',
            'ReviseSellingManagerInventoryFolderRequestType' =&gt; '\\StructType\\ReviseSellingManagerInventoryFolderRequestType',
            'ReviseSellingManagerInventoryFolderResponseType' =&gt; '\\StructType\\ReviseSellingManagerInventoryFolderResponseType',
            'ReviseSellingManagerProductRequestType' =&gt; '\\StructType\\ReviseSellingManagerProductRequestType',
            'ReviseSellingManagerProductResponseType' =&gt; '\\StructType\\ReviseSellingManagerProductResponseType',
            'ReviseSellingManagerSaleRecordRequestType' =&gt; '\\StructType\\ReviseSellingManagerSaleRecordRequestType',
            'ReviseSellingManagerSaleRecordResponseType' =&gt; '\\StructType\\ReviseSellingManagerSaleRecordResponseType',
            'ReviseSellingManagerTemplateRequestType' =&gt; '\\StructType\\ReviseSellingManagerTemplateRequestType',
            'ReviseSellingManagerTemplateResponseType' =&gt; '\\StructType\\ReviseSellingManagerTemplateResponseType',
            'RevokeTokenRequestType' =&gt; '\\StructType\\RevokeTokenRequestType',
            'RevokeTokenResponseType' =&gt; '\\StructType\\RevokeTokenResponseType',
            'SaveItemToSellingManagerTemplateRequestType' =&gt; '\\StructType\\SaveItemToSellingManagerTemplateRequestType',
            'SaveItemToSellingManagerTemplateResponseType' =&gt; '\\StructType\\SaveItemToSellingManagerTemplateResponseType',
            'SellerReverseDisputeRequestType' =&gt; '\\StructType\\SellerReverseDisputeRequestType',
            'SellerReverseDisputeResponseType' =&gt; '\\StructType\\SellerReverseDisputeResponseType',
            'SendInvoiceRequestType' =&gt; '\\StructType\\SendInvoiceRequestType',
            'SendInvoiceResponseType' =&gt; '\\StructType\\SendInvoiceResponseType',
            'SetMessagePreferencesRequestType' =&gt; '\\StructType\\SetMessagePreferencesRequestType',
            'SetMessagePreferencesResponseType' =&gt; '\\StructType\\SetMessagePreferencesResponseType',
            'SetNotificationPreferencesRequestType' =&gt; '\\StructType\\SetNotificationPreferencesRequestType',
            'SetNotificationPreferencesResponseType' =&gt; '\\StructType\\SetNotificationPreferencesResponseType',
            'SetPromotionalSaleRequestType' =&gt; '\\StructType\\SetPromotionalSaleRequestType',
            'SetPromotionalSaleResponseType' =&gt; '\\StructType\\SetPromotionalSaleResponseType',
            'SetPromotionalSaleListingsRequestType' =&gt; '\\StructType\\SetPromotionalSaleListingsRequestType',
            'SetPromotionalSaleListingsResponseType' =&gt; '\\StructType\\SetPromotionalSaleListingsResponseType',
            'SetSellingManagerFeedbackOptionsRequestType' =&gt; '\\StructType\\SetSellingManagerFeedbackOptionsRequestType',
            'SetSellingManagerFeedbackOptionsResponseType' =&gt; '\\StructType\\SetSellingManagerFeedbackOptionsResponseType',
            'SetSellingManagerItemAutomationRuleRequestType' =&gt; '\\StructType\\SetSellingManagerItemAutomationRuleRequestType',
            'SetSellingManagerItemAutomationRuleResponseType' =&gt; '\\StructType\\SetSellingManagerItemAutomationRuleResponseType',
            'SetSellingManagerTemplateAutomationRuleRequestType' =&gt; '\\StructType\\SetSellingManagerTemplateAutomationRuleRequestType',
            'SetSellingManagerTemplateAutomationRuleResponseType' =&gt; '\\StructType\\SetSellingManagerTemplateAutomationRuleResponseType',
            'SetShippingDiscountProfilesRequestType' =&gt; '\\StructType\\SetShippingDiscountProfilesRequestType',
            'SetShippingDiscountProfilesResponseType' =&gt; '\\StructType\\SetShippingDiscountProfilesResponseType',
            'SetStoreRequestType' =&gt; '\\StructType\\SetStoreRequestType',
            'SetStoreResponseType' =&gt; '\\StructType\\SetStoreResponseType',
            'SetStoreCategoriesRequestType' =&gt; '\\StructType\\SetStoreCategoriesRequestType',
            'SetStoreCategoriesResponseType' =&gt; '\\StructType\\SetStoreCategoriesResponseType',
            'SetStoreCustomPageRequestType' =&gt; '\\StructType\\SetStoreCustomPageRequestType',
            'SetStoreCustomPageResponseType' =&gt; '\\StructType\\SetStoreCustomPageResponseType',
            'SetStorePreferencesRequestType' =&gt; '\\StructType\\SetStorePreferencesRequestType',
            'SetStorePreferencesResponseType' =&gt; '\\StructType\\SetStorePreferencesResponseType',
            'SetTaxTableRequestType' =&gt; '\\StructType\\SetTaxTableRequestType',
            'SetTaxTableResponseType' =&gt; '\\StructType\\SetTaxTableResponseType',
            'SetUserNotesRequestType' =&gt; '\\StructType\\SetUserNotesRequestType',
            'SetUserNotesResponseType' =&gt; '\\StructType\\SetUserNotesResponseType',
            'SetUserPreferencesRequestType' =&gt; '\\StructType\\SetUserPreferencesRequestType',
            'SetUserPreferencesResponseType' =&gt; '\\StructType\\SetUserPreferencesResponseType',
            'UploadSiteHostedPicturesRequestType' =&gt; '\\StructType\\UploadSiteHostedPicturesRequestType',
            'UploadSiteHostedPicturesResponseType' =&gt; '\\StructType\\UploadSiteHostedPicturesResponseType',
            'ValidateChallengeInputRequestType' =&gt; '\\StructType\\ValidateChallengeInputRequestType',
            'ValidateChallengeInputResponseType' =&gt; '\\StructType\\ValidateChallengeInputResponseType',
            'ValidateTestUserRegistrationRequestType' =&gt; '\\StructType\\ValidateTestUserRegistrationRequestType',
            'ValidateTestUserRegistrationResponseType' =&gt; '\\StructType\\ValidateTestUserRegistrationResponseType',
            'VeROReportItemsRequestType' =&gt; '\\StructType\\VeROReportItemsRequestType',
            'VeROReportItemsResponseType' =&gt; '\\StructType\\VeROReportItemsResponseType',
            'VerifyAddFixedPriceItemRequestType' =&gt; '\\StructType\\VerifyAddFixedPriceItemRequestType',
            'VerifyAddFixedPriceItemResponseType' =&gt; '\\StructType\\VerifyAddFixedPriceItemResponseType',
            'VerifyAddItemRequestType' =&gt; '\\StructType\\VerifyAddItemRequestType',
            'VerifyAddItemResponseType' =&gt; '\\StructType\\VerifyAddItemResponseType',
            'VerifyAddSecondChanceItemRequestType' =&gt; '\\StructType\\VerifyAddSecondChanceItemRequestType',
            'VerifyAddSecondChanceItemResponseType' =&gt; '\\StructType\\VerifyAddSecondChanceItemResponseType',
            'VerifyRelistItemRequestType' =&gt; '\\StructType\\VerifyRelistItemRequestType',
            'VerifyRelistItemResponseType' =&gt; '\\StructType\\VerifyRelistItemResponseType',
            'AbstractRequestType' =&gt; '\\StructType\\AbstractRequestType',
            'AbstractResponseType' =&gt; '\\StructType\\AbstractResponseType',
            'BotBlockRequestType' =&gt; '\\StructType\\BotBlockRequestType',
            'BotBlockResponseType' =&gt; '\\StructType\\BotBlockResponseType',
            'CustomSecurityHeaderType' =&gt; '\\StructType\\CustomSecurityHeaderType',
            'DisputeFilterCountType' =&gt; '\\StructType\\DisputeFilterCountType',
            'DisputeMessageType' =&gt; '\\StructType\\DisputeMessageType',
            'DisputeResolutionType' =&gt; '\\StructType\\DisputeResolutionType',
            'DuplicateInvocationDetailsType' =&gt; '\\StructType\\DuplicateInvocationDetailsType',
            'ErrorParameterType' =&gt; '\\StructType\\ErrorParameterType',
            'ErrorType' =&gt; '\\StructType\\ErrorType',
            'FaultDetailsType' =&gt; '\\StructType\\FaultDetailsType',
            'MeasureType' =&gt; '\\StructType\\MeasureType',
            'PaginationType' =&gt; '\\StructType\\PaginationType',
            'QuantityType' =&gt; '\\StructType\\QuantityType',
            'UserIdPasswordType' =&gt; '\\StructType\\UserIdPasswordType',
            'XMLRequesterCredentialsType' =&gt; '\\StructType\\XMLRequesterCredentialsType',
            'ASQPreferencesType' =&gt; '\\StructType\\ASQPreferencesType',
            'AccountEntriesType' =&gt; '\\StructType\\AccountEntriesType',
            'AccountEntryType' =&gt; '\\StructType\\AccountEntryType',
            'AccountSummaryType' =&gt; '\\StructType\\AccountSummaryType',
            'AdFormatEnabledDefinitionType' =&gt; '\\StructType\\AdFormatEnabledDefinitionType',
            'AdFormatLeadType' =&gt; '\\StructType\\AdFormatLeadType',
            'AddItemRequestContainerType' =&gt; '\\StructType\\AddItemRequestContainerType',
            'AddItemResponseContainerType' =&gt; '\\StructType\\AddItemResponseContainerType',
            'AddMemberMessagesAAQToBidderRequestContainerType' =&gt; '\\StructType\\AddMemberMessagesAAQToBidderRequestContainerType',
            'AddMemberMessagesAAQToBidderResponseContainerType' =&gt; '\\StructType\\AddMemberMessagesAAQToBidderResponseContainerType',
            'AdditionalAccountType' =&gt; '\\StructType\\AdditionalAccountType',
            'AdditionalCompatibilityEnabledDefinitionType' =&gt; '\\StructType\\AdditionalCompatibilityEnabledDefinitionType',
            'AddressAttributeType' =&gt; '\\StructType\\AddressAttributeType',
            'AddressType' =&gt; '\\StructType\\AddressType',
            'AffiliateTrackingDetailsType' =&gt; '\\StructType\\AffiliateTrackingDetailsType',
            'AmountType' =&gt; '\\StructType\\AmountType',
            'AnnouncementMessageType' =&gt; '\\StructType\\AnnouncementMessageType',
            'ApiAccessRuleType' =&gt; '\\StructType\\ApiAccessRuleType',
            'ApplicationDeliveryPreferencesType' =&gt; '\\StructType\\ApplicationDeliveryPreferencesType',
            'AttributeArrayType' =&gt; '\\ArrayType\\AttributeArrayType',
            'AttributeConversionEnabledFeatureDefinitionType' =&gt; '\\StructType\\AttributeConversionEnabledFeatureDefinitionType',
            'AttributeRecommendationsType' =&gt; '\\StructType\\AttributeRecommendationsType',
            'AttributeSetArrayType' =&gt; '\\ArrayType\\AttributeSetArrayType',
            'AttributeSetType' =&gt; '\\StructType\\AttributeSetType',
            'AttributeType' =&gt; '\\StructType\\AttributeType',
            'AverageRatingDetailArrayType' =&gt; '\\ArrayType\\AverageRatingDetailArrayType',
            'AverageRatingDetailsType' =&gt; '\\StructType\\AverageRatingDetailsType',
            'AverageRatingSummaryType' =&gt; '\\StructType\\AverageRatingSummaryType',
            'Base64BinaryType' =&gt; '\\StructType\\Base64BinaryType',
            'BasicAmountType' =&gt; '\\StructType\\BasicAmountType',
            'BasicUpgradePackEnabledDefinitionType' =&gt; '\\StructType\\BasicUpgradePackEnabledDefinitionType',
            'BestOfferArrayType' =&gt; '\\ArrayType\\BestOfferArrayType',
            'BestOfferAutoAcceptEnabledDefinitionType' =&gt; '\\StructType\\BestOfferAutoAcceptEnabledDefinitionType',
            'BestOfferAutoDeclineEnabledDefinitionType' =&gt; '\\StructType\\BestOfferAutoDeclineEnabledDefinitionType',
            'BestOfferCounterEnabledDefinitionType' =&gt; '\\StructType\\BestOfferCounterEnabledDefinitionType',
            'BestOfferDetailsType' =&gt; '\\StructType\\BestOfferDetailsType',
            'BestOfferEnabledDefinitionType' =&gt; '\\StructType\\BestOfferEnabledDefinitionType',
            'BestOfferType' =&gt; '\\StructType\\BestOfferType',
            'BidApprovalArrayType' =&gt; '\\ArrayType\\BidApprovalArrayType',
            'BidApprovalType' =&gt; '\\StructType\\BidApprovalType',
            'BidAssistantListType' =&gt; '\\StructType\\BidAssistantListType',
            'BidGroupArrayType' =&gt; '\\ArrayType\\BidGroupArrayType',
            'BidGroupItemType' =&gt; '\\StructType\\BidGroupItemType',
            'BidGroupType' =&gt; '\\StructType\\BidGroupType',
            'BidderDetailArrayType' =&gt; '\\ArrayType\\BidderDetailArrayType',
            'BidderDetailType' =&gt; '\\StructType\\BidderDetailType',
            'BidderNoticePreferencesType' =&gt; '\\StructType\\BidderNoticePreferencesType',
            'BiddingDetailsType' =&gt; '\\StructType\\BiddingDetailsType',
            'BiddingSummaryType' =&gt; '\\StructType\\BiddingSummaryType',
            'BrandMPNIdentifierEnabledDefinitionType' =&gt; '\\StructType\\BrandMPNIdentifierEnabledDefinitionType',
            'BrandMPNType' =&gt; '\\StructType\\BrandMPNType',
            'BusinessSellerDetailsType' =&gt; '\\StructType\\BusinessSellerDetailsType',
            'BuyerGuaranteeEnabledDefinitionType' =&gt; '\\StructType\\BuyerGuaranteeEnabledDefinitionType',
            'BuyerPackageEnclosureType' =&gt; '\\StructType\\BuyerPackageEnclosureType',
            'BuyerPackageEnclosuresType' =&gt; '\\StructType\\BuyerPackageEnclosuresType',
            'BuyerProtectionDetailsType' =&gt; '\\StructType\\BuyerProtectionDetailsType',
            'BuyerRequirementDetailsType' =&gt; '\\StructType\\BuyerRequirementDetailsType',
            'BuyerRoleMetricsType' =&gt; '\\StructType\\BuyerRoleMetricsType',
            'BuyerSatisfactionDashboardType' =&gt; '\\StructType\\BuyerSatisfactionDashboardType',
            'BuyerType' =&gt; '\\StructType\\BuyerType',
            'BuyingGuideDetailsType' =&gt; '\\StructType\\BuyingGuideDetailsType',
            'BuyingGuideType' =&gt; '\\StructType\\BuyingGuideType',
            'BuyingSummaryType' =&gt; '\\StructType\\BuyingSummaryType',
            'CalculatedHandlingDiscountType' =&gt; '\\StructType\\CalculatedHandlingDiscountType',
            'CalculatedShippingDiscountType' =&gt; '\\StructType\\CalculatedShippingDiscountType',
            'CalculatedShippingPreferencesType' =&gt; '\\StructType\\CalculatedShippingPreferencesType',
            'CalculatedShippingRateType' =&gt; '\\StructType\\CalculatedShippingRateType',
            'CancelDetailType' =&gt; '\\StructType\\CancelDetailType',
            'CancelOfferArrayType' =&gt; '\\StructType\\CancelOfferArrayType',
            'CancelOfferType' =&gt; '\\StructType\\CancelOfferType',
            'CartItemType' =&gt; '\\StructType\\CartItemType',
            'CatalogProductType' =&gt; '\\StructType\\CatalogProductType',
            'CategoryArrayType' =&gt; '\\ArrayType\\CategoryArrayType',
            'CategoryFeatureType' =&gt; '\\StructType\\CategoryFeatureType',
            'CategoryGroupType' =&gt; '\\StructType\\CategoryGroupType',
            'CategoryItemSpecificsType' =&gt; '\\StructType\\CategoryItemSpecificsType',
            'CategoryMappingType' =&gt; '\\StructType\\CategoryMappingType',
            'CategoryType' =&gt; '\\StructType\\CategoryType',
            'CharacteristicSetIDsType' =&gt; '\\StructType\\CharacteristicSetIDsType',
            'CharacteristicType' =&gt; '\\StructType\\CharacteristicType',
            'CharacteristicsSetProductHistogramType' =&gt; '\\StructType\\CharacteristicsSetProductHistogramType',
            'CharacteristicsSetType' =&gt; '\\StructType\\CharacteristicsSetType',
            'CharityAffiliationDetailType' =&gt; '\\StructType\\CharityAffiliationDetailType',
            'CharityAffiliationDetailsType' =&gt; '\\StructType\\CharityAffiliationDetailsType',
            'CharityAffiliationType' =&gt; '\\StructType\\CharityAffiliationType',
            'CharityAffiliationsType' =&gt; '\\StructType\\CharityAffiliationsType',
            'CharityIDType' =&gt; '\\StructType\\CharityIDType',
            'CharityInfoType' =&gt; '\\StructType\\CharityInfoType',
            'NonProfitSocialAddressType' =&gt; '\\StructType\\NonProfitSocialAddressType',
            'CharitySellerType' =&gt; '\\StructType\\CharitySellerType',
            'CharityType' =&gt; '\\StructType\\CharityType',
            'CheckoutOrderDetailType' =&gt; '\\StructType\\CheckoutOrderDetailType',
            'CheckoutStatusType' =&gt; '\\StructType\\CheckoutStatusType',
            'ClassifiedAdAutoAcceptEnabledDefinitionType' =&gt; '\\StructType\\ClassifiedAdAutoAcceptEnabledDefinitionType',
            'ClassifiedAdAutoDeclineEnabledDefinitionType' =&gt; '\\StructType\\ClassifiedAdAutoDeclineEnabledDefinitionType',
            'ClassifiedAdBestOfferEnabledDefinitionType' =&gt; '\\StructType\\ClassifiedAdBestOfferEnabledDefinitionType',
            'ClassifiedAdCompanyNameEnabledDefinitionType' =&gt; '\\StructType\\ClassifiedAdCompanyNameEnabledDefinitionType',
            'ClassifiedAdContactByAddressEnabledDefinitionType' =&gt; '\\StructType\\ClassifiedAdContactByAddressEnabledDefinitionType',
            'ClassifiedAdContactByEmailEnabledDefintionType' =&gt; '\\StructType\\ClassifiedAdContactByEmailEnabledDefintionType',
            'ClassifiedAdContactByPhoneEnabledDefinitionType' =&gt; '\\StructType\\ClassifiedAdContactByPhoneEnabledDefinitionType',
            'ClassifiedAdCounterOfferEnabledDefinitionType' =&gt; '\\StructType\\ClassifiedAdCounterOfferEnabledDefinitionType',
            'ClassifiedAdPayPerLeadEnabledDefinitionType' =&gt; '\\StructType\\ClassifiedAdPayPerLeadEnabledDefinitionType',
            'ClassifiedAdPaymentMethodEnabledDefinitionType' =&gt; '\\StructType\\ClassifiedAdPaymentMethodEnabledDefinitionType',
            'ClassifiedAdPhoneCountDefinitionType' =&gt; '\\StructType\\ClassifiedAdPhoneCountDefinitionType',
            'ClassifiedAdShippingMethodEnabledDefinitionType' =&gt; '\\StructType\\ClassifiedAdShippingMethodEnabledDefinitionType',
            'ClassifiedAdStreetCountDefinitionType' =&gt; '\\StructType\\ClassifiedAdStreetCountDefinitionType',
            'CombinedFixedPriceTreatmentEnabledDefinitionType' =&gt; '\\StructType\\CombinedFixedPriceTreatmentEnabledDefinitionType',
            'CombinedPaymentPreferencesType' =&gt; '\\StructType\\CombinedPaymentPreferencesType',
            'CompatibleVehicleTypeDefinitionType' =&gt; '\\StructType\\CompatibleVehicleTypeDefinitionType',
            'ConditionEnabledDefinitionType' =&gt; '\\StructType\\ConditionEnabledDefinitionType',
            'ConditionType' =&gt; '\\StructType\\ConditionType',
            'ConditionValuesDefinitionType' =&gt; '\\StructType\\ConditionValuesDefinitionType',
            'ConditionValuesType' =&gt; '\\StructType\\ConditionValuesType',
            'ContactHoursDetailsType' =&gt; '\\StructType\\ContactHoursDetailsType',
            'ContextSearchAssetType' =&gt; '\\StructType\\ContextSearchAssetType',
            'CountryDetailsType' =&gt; '\\StructType\\CountryDetailsType',
            'CrossBorderTradeAustraliaEnabledDefinitionType' =&gt; '\\StructType\\CrossBorderTradeAustraliaEnabledDefinitionType',
            'CrossBorderTradeGBEnabledDefinitionType' =&gt; '\\StructType\\CrossBorderTradeGBEnabledDefinitionType',
            'CrossBorderTradeNorthAmericaEnabledDefinitionType' =&gt; '\\StructType\\CrossBorderTradeNorthAmericaEnabledDefinitionType',
            'CrossPromotionPreferencesType' =&gt; '\\StructType\\CrossPromotionPreferencesType',
            'CrossPromotionsType' =&gt; '\\StructType\\CrossPromotionsType',
            'CurrencyDetailsType' =&gt; '\\StructType\\CurrencyDetailsType',
            'DataElementSetType' =&gt; '\\StructType\\DataElementSetType',
            'DateType' =&gt; '\\StructType\\DateType',
            'DeliveryDetailsType' =&gt; '\\StructType\\DeliveryDetailsType',
            'DeliveryStatusType' =&gt; '\\StructType\\DeliveryStatusType',
            'DeliveryURLDetailType' =&gt; '\\StructType\\DeliveryURLDetailType',
            'DepositSupportedDefinitionType' =&gt; '\\StructType\\DepositSupportedDefinitionType',
            'DescriptionTemplateType' =&gt; '\\StructType\\DescriptionTemplateType',
            'DigitalDeliverySelectedType' =&gt; '\\StructType\\DigitalDeliverySelectedType',
            'DigitalDeliveryUserType' =&gt; '\\StructType\\DigitalDeliveryUserType',
            'DigitalGoodDeliveryEnabledDefinitionType' =&gt; '\\StructType\\DigitalGoodDeliveryEnabledDefinitionType',
            'DigitalGoodInfoType' =&gt; '\\StructType\\DigitalGoodInfoType',
            'DiscountPriceInfoType' =&gt; '\\StructType\\DiscountPriceInfoType',
            'DiscountProfileType' =&gt; '\\StructType\\DiscountProfileType',
            'DispatchCutoffTimePreferencesType' =&gt; '\\StructType\\DispatchCutoffTimePreferencesType',
            'DispatchTimeMaxDetailsType' =&gt; '\\StructType\\DispatchTimeMaxDetailsType',
            'DisputeArrayType' =&gt; '\\ArrayType\\DisputeArrayType',
            'DisputeType' =&gt; '\\StructType\\DisputeType',
            'DistanceType' =&gt; '\\StructType\\DistanceType',
            'DutchBINEnabledDefinitionType' =&gt; '\\StructType\\DutchBINEnabledDefinitionType',
            'EANEnabledDefinitionType' =&gt; '\\StructType\\EANEnabledDefinitionType',
            'EANIdentifierEnabledDefinitionType' =&gt; '\\StructType\\EANIdentifierEnabledDefinitionType',
            'EndItemRequestContainerType' =&gt; '\\StructType\\EndItemRequestContainerType',
            'EndItemResponseContainerType' =&gt; '\\StructType\\EndItemResponseContainerType',
            'EndOfAuctionEmailPreferencesType' =&gt; '\\StructType\\EndOfAuctionEmailPreferencesType',
            'EpidSupportedDefinitionType' =&gt; '\\StructType\\EpidSupportedDefinitionType',
            'ExcludeShippingLocationDetailsType' =&gt; '\\StructType\\ExcludeShippingLocationDetailsType',
            'ExpressConditionRequiredDefinitionType' =&gt; '\\StructType\\ExpressConditionRequiredDefinitionType',
            'ExpressEnabledDefinitionType' =&gt; '\\StructType\\ExpressEnabledDefinitionType',
            'ExpressItemRequirementsType' =&gt; '\\StructType\\ExpressItemRequirementsType',
            'ExpressPicturesRequiredDefinitionType' =&gt; '\\StructType\\ExpressPicturesRequiredDefinitionType',
            'ExtendedContactDetailsType' =&gt; '\\StructType\\ExtendedContactDetailsType',
            'ExtendedPictureDetailsType' =&gt; '\\StructType\\ExtendedPictureDetailsType',
            'ExtendedProductFinderIDType' =&gt; '\\StructType\\ExtendedProductFinderIDType',
            'ExternalAlertIDArrayType' =&gt; '\\ArrayType\\ExternalAlertIDArrayType',
            'ExternalProductIDType' =&gt; '\\StructType\\ExternalProductIDType',
            'ExternalTransactionType' =&gt; '\\StructType\\ExternalTransactionType',
            'FeatureDefinitionsType' =&gt; '\\StructType\\FeatureDefinitionsType',
            'FeatureEligibilityType' =&gt; '\\StructType\\FeatureEligibilityType',
            'FeeType' =&gt; '\\StructType\\FeeType',
            'FeedbackCommentArrayType' =&gt; '\\ArrayType\\FeedbackCommentArrayType',
            'FeedbackDetailArrayType' =&gt; '\\ArrayType\\FeedbackDetailArrayType',
            'FeedbackDetailType' =&gt; '\\StructType\\FeedbackDetailType',
            'FeedbackInfoType' =&gt; '\\StructType\\FeedbackInfoType',
            'FeedbackPeriodArrayType' =&gt; '\\ArrayType\\FeedbackPeriodArrayType',
            'FeedbackPeriodType' =&gt; '\\StructType\\FeedbackPeriodType',
            'FeedbackRequirementsType' =&gt; '\\StructType\\FeedbackRequirementsType',
            'FeedbackSummaryType' =&gt; '\\StructType\\FeedbackSummaryType',
            'FeesType' =&gt; '\\StructType\\FeesType',
            'FlatRateInsuranceRangeCostType' =&gt; '\\StructType\\FlatRateInsuranceRangeCostType',
            'FlatShippingDiscountType' =&gt; '\\StructType\\FlatShippingDiscountType',
            'FlatShippingPreferencesType' =&gt; '\\StructType\\FlatShippingPreferencesType',
            'FreeGalleryPlusEnabledDefinitionType' =&gt; '\\StructType\\FreeGalleryPlusEnabledDefinitionType',
            'FreePicturePackEnabledDefinitionType' =&gt; '\\StructType\\FreePicturePackEnabledDefinitionType',
            'GetRecommendationsRequestContainerType' =&gt; '\\StructType\\GetRecommendationsRequestContainerType',
            'GetRecommendationsResponseContainerType' =&gt; '\\StructType\\GetRecommendationsResponseContainerType',
            'GiftSummaryType' =&gt; '\\StructType\\GiftSummaryType',
            'GlobalShippingEnabledDefinitionType' =&gt; '\\StructType\\GlobalShippingEnabledDefinitionType',
            'Group1MaxFlatShippingCostDefinitionType' =&gt; '\\StructType\\Group1MaxFlatShippingCostDefinitionType',
            'Group2MaxFlatShippingCostDefinitionType' =&gt; '\\StructType\\Group2MaxFlatShippingCostDefinitionType',
            'Group3MaxFlatShippingCostDefinitionType' =&gt; '\\StructType\\Group3MaxFlatShippingCostDefinitionType',
            'GroupValidationRulesType' =&gt; '\\StructType\\GroupValidationRulesType',
            'HandlingTimeEnabledDefinitionType' =&gt; '\\StructType\\HandlingTimeEnabledDefinitionType',
            'HistogramEntryType' =&gt; '\\StructType\\HistogramEntryType',
            'HomePageFeaturedEnabledDefinitionType' =&gt; '\\StructType\\HomePageFeaturedEnabledDefinitionType',
            'INEscrowWorkflowTimelineDefinitionType' =&gt; '\\StructType\\INEscrowWorkflowTimelineDefinitionType',
            'ISBNEnabledDefinitionType' =&gt; '\\StructType\\ISBNEnabledDefinitionType',
            'ISBNIdentifierEnabledDefinitionType' =&gt; '\\StructType\\ISBNIdentifierEnabledDefinitionType',
            'InsuranceDetailsType' =&gt; '\\StructType\\InsuranceDetailsType',
            'IntegratedMerchantCreditCardInfoType' =&gt; '\\StructType\\IntegratedMerchantCreditCardInfoType',
            'InternationalShippingServiceOptionsType' =&gt; '\\StructType\\InternationalShippingServiceOptionsType',
            'InventoryFeesType' =&gt; '\\StructType\\InventoryFeesType',
            'InventoryStatusType' =&gt; '\\StructType\\InventoryStatusType',
            'ItemArrayType' =&gt; '\\ArrayType\\ItemArrayType',
            'ItemBestOffersArrayType' =&gt; '\\StructType\\ItemBestOffersArrayType',
            'ItemBestOffersType' =&gt; '\\StructType\\ItemBestOffersType',
            'ItemBidDetailsType' =&gt; '\\StructType\\ItemBidDetailsType',
            'ItemCompatibilityEnabledDefinitionType' =&gt; '\\StructType\\ItemCompatibilityEnabledDefinitionType',
            'ItemCompatibilityListType' =&gt; '\\StructType\\ItemCompatibilityListType',
            'ItemCompatibilityType' =&gt; '\\StructType\\ItemCompatibilityType',
            'ItemIDArrayType' =&gt; '\\StructType\\ItemIDArrayType',
            'ItemListCustomizationType' =&gt; '\\StructType\\ItemListCustomizationType',
            'ItemPolicyViolationType' =&gt; '\\StructType\\ItemPolicyViolationType',
            'ItemRatingDetailArrayType' =&gt; '\\ArrayType\\ItemRatingDetailArrayType',
            'ItemRatingDetailsType' =&gt; '\\StructType\\ItemRatingDetailsType',
            'ItemSpecificDetailsType' =&gt; '\\StructType\\ItemSpecificDetailsType',
            'ItemSpecificsEnabledDefinitionType' =&gt; '\\StructType\\ItemSpecificsEnabledDefinitionType',
            'ItemTotalsType' =&gt; '\\StructType\\ItemTotalsType',
            'ItemTransactionIDArrayType' =&gt; '\\ArrayType\\ItemTransactionIDArrayType',
            'ItemTransactionIDType' =&gt; '\\StructType\\ItemTransactionIDType',
            'ItemType' =&gt; '\\StructType\\ItemType',
            'ItemsCanceledEventType' =&gt; '\\StructType\\ItemsCanceledEventType',
            'KTypeSupportedDefinitionType' =&gt; '\\StructType\\KTypeSupportedDefinitionType',
            'LabelType' =&gt; '\\StructType\\LabelType',
            'LineItemType' =&gt; '\\StructType\\LineItemType',
            'ListingAnalyzerRecommendationsType' =&gt; '\\StructType\\ListingAnalyzerRecommendationsType',
            'ListingCheckoutRedirectPreferenceType' =&gt; '\\StructType\\ListingCheckoutRedirectPreferenceType',
            'ListingDesignerType' =&gt; '\\StructType\\ListingDesignerType',
            'ListingDetailsType' =&gt; '\\StructType\\ListingDetailsType',
            'ListingDurationDefinitionType' =&gt; '\\StructType\\ListingDurationDefinitionType',
            'ListingDurationDefinitionsType' =&gt; '\\StructType\\ListingDurationDefinitionsType',
            'ListingDurationReferenceType' =&gt; '\\StructType\\ListingDurationReferenceType',
            'ListingEnhancementDurationDefinitionType' =&gt; '\\StructType\\ListingEnhancementDurationDefinitionType',
            'ListingEnhancementDurationReferenceType' =&gt; '\\StructType\\ListingEnhancementDurationReferenceType',
            'ListingFeatureDetailsType' =&gt; '\\StructType\\ListingFeatureDetailsType',
            'ListingRecommendationType' =&gt; '\\StructType\\ListingRecommendationType',
            'ListingRecommendationsType' =&gt; '\\StructType\\ListingRecommendationsType',
            'ListingStartPriceDetailsType' =&gt; '\\StructType\\ListingStartPriceDetailsType',
            'ListingTipArrayType' =&gt; '\\ArrayType\\ListingTipArrayType',
            'ListingTipFieldType' =&gt; '\\StructType\\ListingTipFieldType',
            'ListingTipMessageType' =&gt; '\\StructType\\ListingTipMessageType',
            'ListingTipType' =&gt; '\\StructType\\ListingTipType',
            'LocalListingDistancesNonSubscriptionDefinitionType' =&gt; '\\StructType\\LocalListingDistancesNonSubscriptionDefinitionType',
            'LocalListingDistancesRegularDefinitionType' =&gt; '\\StructType\\LocalListingDistancesRegularDefinitionType',
            'LocalListingDistancesSpecialtyDefinitionType' =&gt; '\\StructType\\LocalListingDistancesSpecialtyDefinitionType',
            'LocalMarketAdFormatEnabledDefinitionType' =&gt; '\\StructType\\LocalMarketAdFormatEnabledDefinitionType',
            'LocalMarketAutoAcceptEnabledDefinitionType' =&gt; '\\StructType\\LocalMarketAutoAcceptEnabledDefinitionType',
            'LocalMarketAutoDeclineEnabledDefinitionType' =&gt; '\\StructType\\LocalMarketAutoDeclineEnabledDefinitionType',
            'LocalMarketBestOfferEnabledDefinitionType' =&gt; '\\StructType\\LocalMarketBestOfferEnabledDefinitionType',
            'LocalMarketCompanyNameEnabledDefinitionType' =&gt; '\\StructType\\LocalMarketCompanyNameEnabledDefinitionType',
            'LocalMarketContactByAddressEnabledDefinitionType' =&gt; '\\StructType\\LocalMarketContactByAddressEnabledDefinitionType',
            'LocalMarketContactByEmailEnabledDefinitionType' =&gt; '\\StructType\\LocalMarketContactByEmailEnabledDefinitionType',
            'LocalMarketContactByPhoneEnabledDefinitionType' =&gt; '\\StructType\\LocalMarketContactByPhoneEnabledDefinitionType',
            'LocalMarketCounterOfferEnabledDefinitionType' =&gt; '\\StructType\\LocalMarketCounterOfferEnabledDefinitionType',
            'LocalMarketNonSubscriptionDefinitionType' =&gt; '\\StructType\\LocalMarketNonSubscriptionDefinitionType',
            'LocalMarketPaymentMethodCheckOutEnabledDefinitionType' =&gt; '\\StructType\\LocalMarketPaymentMethodCheckOutEnabledDefinitionType',
            'LocalMarketPhoneCountDefinitionType' =&gt; '\\StructType\\LocalMarketPhoneCountDefinitionType',
            'LocalMarketPremiumSubscriptionDefinitionType' =&gt; '\\StructType\\LocalMarketPremiumSubscriptionDefinitionType',
            'LocalMarketRegularSubscriptionDefinitionType' =&gt; '\\StructType\\LocalMarketRegularSubscriptionDefinitionType',
            'LocalMarketSellerContactDetailsEnabledDefinitionType' =&gt; '\\StructType\\LocalMarketSellerContactDetailsEnabledDefinitionType',
            'LocalMarketShippingMethodEnabledDefinitionType' =&gt; '\\StructType\\LocalMarketShippingMethodEnabledDefinitionType',
            'LocalMarketSpecialitySubscriptionDefinitionType' =&gt; '\\StructType\\LocalMarketSpecialitySubscriptionDefinitionType',
            'LocalMarketStreetCountDefinitionType' =&gt; '\\StructType\\LocalMarketStreetCountDefinitionType',
            'LocalSearchType' =&gt; '\\StructType\\LocalSearchType',
            'LookupAttributeArrayType' =&gt; '\\ArrayType\\LookupAttributeArrayType',
            'LookupAttributeType' =&gt; '\\StructType\\LookupAttributeType',
            'MarkUpMarkDownEventType' =&gt; '\\StructType\\MarkUpMarkDownEventType',
            'MarkUpMarkDownHistoryType' =&gt; '\\StructType\\MarkUpMarkDownHistoryType',
            'MaxFlatShippingCostCBTExemptDefinitionType' =&gt; '\\StructType\\MaxFlatShippingCostCBTExemptDefinitionType',
            'MaxFlatShippingCostDefinitionType' =&gt; '\\StructType\\MaxFlatShippingCostDefinitionType',
            'MaxGranularFitmentCountDefinitionType' =&gt; '\\StructType\\MaxGranularFitmentCountDefinitionType',
            'MaxItemCompatibilityDefinitionType' =&gt; '\\StructType\\MaxItemCompatibilityDefinitionType',
            'MaximumBuyerPolicyViolationsDetailsType' =&gt; '\\StructType\\MaximumBuyerPolicyViolationsDetailsType',
            'MaximumBuyerPolicyViolationsType' =&gt; '\\StructType\\MaximumBuyerPolicyViolationsType',
            'MaximumItemRequirementsDetailsType' =&gt; '\\StructType\\MaximumItemRequirementsDetailsType',
            'MaximumItemRequirementsType' =&gt; '\\StructType\\MaximumItemRequirementsType',
            'MaximumUnpaidItemStrikesCountDetailsType' =&gt; '\\StructType\\MaximumUnpaidItemStrikesCountDetailsType',
            'MaximumUnpaidItemStrikesDurationDetailsType' =&gt; '\\StructType\\MaximumUnpaidItemStrikesDurationDetailsType',
            'MaximumUnpaidItemStrikesInfoDetailsType' =&gt; '\\StructType\\MaximumUnpaidItemStrikesInfoDetailsType',
            'MaximumUnpaidItemStrikesInfoType' =&gt; '\\StructType\\MaximumUnpaidItemStrikesInfoType',
            'MemberMessageExchangeArrayType' =&gt; '\\ArrayType\\MemberMessageExchangeArrayType',
            'MemberMessageExchangeType' =&gt; '\\StructType\\MemberMessageExchangeType',
            'MemberMessageType' =&gt; '\\StructType\\MemberMessageType',
            'MessageMediaType' =&gt; '\\StructType\\MessageMediaType',
            'MetadataType' =&gt; '\\StructType\\MetadataType',
            'MinItemCompatibilityDefinitionType' =&gt; '\\StructType\\MinItemCompatibilityDefinitionType',
            'MinimumFeedbackScoreDetailsType' =&gt; '\\StructType\\MinimumFeedbackScoreDetailsType',
            'MinimumReservePriceDefinitionType' =&gt; '\\StructType\\MinimumReservePriceDefinitionType',
            'ModifyNameArrayType' =&gt; '\\ArrayType\\ModifyNameArrayType',
            'ModifyNameType' =&gt; '\\StructType\\ModifyNameType',
            'MotorsLocalMarketEnabledDefinitionType' =&gt; '\\StructType\\MotorsLocalMarketEnabledDefinitionType',
            'MultiLegShipmentType' =&gt; '\\StructType\\MultiLegShipmentType',
            'MultiLegShippingDetailsType' =&gt; '\\StructType\\MultiLegShippingDetailsType',
            'MultiLegShippingServiceType' =&gt; '\\StructType\\MultiLegShippingServiceType',
            'MyMessagesAlertArrayType' =&gt; '\\ArrayType\\MyMessagesAlertArrayType',
            'MyMessagesAlertIDArrayType' =&gt; '\\ArrayType\\MyMessagesAlertIDArrayType',
            'MyMessagesAlertType' =&gt; '\\StructType\\MyMessagesAlertType',
            'MyMessagesExternalMessageIDArrayType' =&gt; '\\ArrayType\\MyMessagesExternalMessageIDArrayType',
            'MyMessagesFolderSummaryType' =&gt; '\\StructType\\MyMessagesFolderSummaryType',
            'MyMessagesFolderType' =&gt; '\\StructType\\MyMessagesFolderType',
            'MyMessagesForwardDetailsType' =&gt; '\\StructType\\MyMessagesForwardDetailsType',
            'MyMessagesMessageArrayType' =&gt; '\\ArrayType\\MyMessagesMessageArrayType',
            'MyMessagesMessageIDArrayType' =&gt; '\\ArrayType\\MyMessagesMessageIDArrayType',
            'MyMessagesMessageType' =&gt; '\\StructType\\MyMessagesMessageType',
            'MyMessagesResponseDetailsType' =&gt; '\\StructType\\MyMessagesResponseDetailsType',
            'MyMessagesSummaryType' =&gt; '\\StructType\\MyMessagesSummaryType',
            'MyeBayFavoriteSearchListType' =&gt; '\\StructType\\MyeBayFavoriteSearchListType',
            'MyeBayFavoriteSearchType' =&gt; '\\StructType\\MyeBayFavoriteSearchType',
            'MyeBayFavoriteSellerListType' =&gt; '\\StructType\\MyeBayFavoriteSellerListType',
            'MyeBayFavoriteSellerType' =&gt; '\\StructType\\MyeBayFavoriteSellerType',
            'MyeBaySecondChanceOfferListType' =&gt; '\\StructType\\MyeBaySecondChanceOfferListType',
            'MyeBaySelectionType' =&gt; '\\StructType\\MyeBaySelectionType',
            'MyeBaySellingSummaryType' =&gt; '\\StructType\\MyeBaySellingSummaryType',
            'NameRecommendationType' =&gt; '\\StructType\\NameRecommendationType',
            'NameValueListArrayType' =&gt; '\\ArrayType\\NameValueListArrayType',
            'NameValueListType' =&gt; '\\StructType\\NameValueListType',
            'NameValueRelationshipType' =&gt; '\\StructType\\NameValueRelationshipType',
            'NonProfitAddressType' =&gt; '\\StructType\\NonProfitAddressType',
            'NonSubscriptionDefinitionType' =&gt; '\\StructType\\NonSubscriptionDefinitionType',
            'NotificationDetailsArrayType' =&gt; '\\ArrayType\\NotificationDetailsArrayType',
            'NotificationDetailsType' =&gt; '\\StructType\\NotificationDetailsType',
            'NotificationEnableArrayType' =&gt; '\\ArrayType\\NotificationEnableArrayType',
            'NotificationEnableType' =&gt; '\\StructType\\NotificationEnableType',
            'NotificationEventPropertyType' =&gt; '\\StructType\\NotificationEventPropertyType',
            'NotificationMessageType' =&gt; '\\StructType\\NotificationMessageType',
            'NotificationStatisticsType' =&gt; '\\StructType\\NotificationStatisticsType',
            'NotificationUserDataType' =&gt; '\\StructType\\NotificationUserDataType',
            'NumberOfPolicyViolationsDetailsType' =&gt; '\\StructType\\NumberOfPolicyViolationsDetailsType',
            'OfferArrayType' =&gt; '\\ArrayType\\OfferArrayType',
            'OfferType' =&gt; '\\StructType\\OfferType',
            'OrderArrayType' =&gt; '\\ArrayType\\OrderArrayType',
            'OrderIDArrayType' =&gt; '\\ArrayType\\OrderIDArrayType',
            'OrderTransactionArrayType' =&gt; '\\ArrayType\\OrderTransactionArrayType',
            'OrderTransactionType' =&gt; '\\StructType\\OrderTransactionType',
            'OrderType' =&gt; '\\StructType\\OrderType',
            'PaginatedItemArrayType' =&gt; '\\StructType\\PaginatedItemArrayType',
            'PaginatedOrderTransactionArrayType' =&gt; '\\StructType\\PaginatedOrderTransactionArrayType',
            'PaginatedTransactionArrayType' =&gt; '\\StructType\\PaginatedTransactionArrayType',
            'PaginationResultType' =&gt; '\\StructType\\PaginationResultType',
            'PaisaPayFullEscrowEnabledDefinitionType' =&gt; '\\StructType\\PaisaPayFullEscrowEnabledDefinitionType',
            'PayPalBuyerProtectionEnabledDefinitionType' =&gt; '\\StructType\\PayPalBuyerProtectionEnabledDefinitionType',
            'PayPalRequiredDefinitionType' =&gt; '\\StructType\\PayPalRequiredDefinitionType',
            'PayPalRequiredForStoreOwnerDefinitionType' =&gt; '\\StructType\\PayPalRequiredForStoreOwnerDefinitionType',
            'PaymentDetailsType' =&gt; '\\StructType\\PaymentDetailsType',
            'PaymentHoldDetailType' =&gt; '\\StructType\\PaymentHoldDetailType',
            'PaymentInformationCodeType' =&gt; '\\StructType\\PaymentInformationCodeType',
            'PaymentInformationType' =&gt; '\\StructType\\PaymentInformationType',
            'PaymentMethodDefinitionType' =&gt; '\\StructType\\PaymentMethodDefinitionType',
            'PaymentOptionDetailsType' =&gt; '\\StructType\\PaymentOptionDetailsType',
            'PaymentOptionsGroupEnabledDefinitionType' =&gt; '\\StructType\\PaymentOptionsGroupEnabledDefinitionType',
            'PaymentTransactionCodeType' =&gt; '\\StructType\\PaymentTransactionCodeType',
            'PaymentTransactionType' =&gt; '\\StructType\\PaymentTransactionType',
            'PaymentsInformationCodeType' =&gt; '\\StructType\\PaymentsInformationCodeType',
            'PaymentsInformationType' =&gt; '\\StructType\\PaymentsInformationType',
            'PerformanceDashboardType' =&gt; '\\StructType\\PerformanceDashboardType',
            'PickupDetailsType' =&gt; '\\StructType\\PickupDetailsType',
            'PickupDropOffEnabledDefinitionType' =&gt; '\\StructType\\PickupDropOffEnabledDefinitionType',
            'PickupInStoreDetailsType' =&gt; '\\StructType\\PickupInStoreDetailsType',
            'PickupMethodSelectedType' =&gt; '\\StructType\\PickupMethodSelectedType',
            'PickupOptionsType' =&gt; '\\StructType\\PickupOptionsType',
            'PictureDetailsType' =&gt; '\\StructType\\PictureDetailsType',
            'PictureManagerDetailsType' =&gt; '\\StructType\\PictureManagerDetailsType',
            'PictureManagerFolderType' =&gt; '\\StructType\\PictureManagerFolderType',
            'PictureManagerPictureDisplayType' =&gt; '\\StructType\\PictureManagerPictureDisplayType',
            'PictureManagerPictureType' =&gt; '\\StructType\\PictureManagerPictureType',
            'PictureManagerSubscriptionType' =&gt; '\\StructType\\PictureManagerSubscriptionType',
            'PictureSetMemberType' =&gt; '\\StructType\\PictureSetMemberType',
            'PictureURLsType' =&gt; '\\StructType\\PictureURLsType',
            'PicturesType' =&gt; '\\StructType\\PicturesType',
            'PolicyComplianceDashboardType' =&gt; '\\StructType\\PolicyComplianceDashboardType',
            'PolicyViolationDurationDetailsType' =&gt; '\\StructType\\PolicyViolationDurationDetailsType',
            'PowerSellerDashboardType' =&gt; '\\StructType\\PowerSellerDashboardType',
            'PremiumSubscriptionDefinitionType' =&gt; '\\StructType\\PremiumSubscriptionDefinitionType',
            'PricingRecommendationsType' =&gt; '\\StructType\\PricingRecommendationsType',
            'ProPackEnabledDefinitionType' =&gt; '\\StructType\\ProPackEnabledDefinitionType',
            'ProPackPlusEnabledDefinitionType' =&gt; '\\StructType\\ProPackPlusEnabledDefinitionType',
            'ProStoresCheckoutPreferenceType' =&gt; '\\StructType\\ProStoresCheckoutPreferenceType',
            'ProStoresDetailsType' =&gt; '\\StructType\\ProStoresDetailsType',
            'ProductCreationEnabledDefinitionType' =&gt; '\\StructType\\ProductCreationEnabledDefinitionType',
            'ProductDetailsType' =&gt; '\\StructType\\ProductDetailsType',
            'ProductFamilyType' =&gt; '\\StructType\\ProductFamilyType',
            'ProductFinderConstraintType' =&gt; '\\StructType\\ProductFinderConstraintType',
            'ProductIdentifiersType' =&gt; '\\StructType\\ProductIdentifiersType',
            'ProductInfoType' =&gt; '\\StructType\\ProductInfoType',
            'ProductListingDetailsType' =&gt; '\\StructType\\ProductListingDetailsType',
            'ProductRecommendationsType' =&gt; '\\StructType\\ProductRecommendationsType',
            'ProductSearchPageType' =&gt; '\\StructType\\ProductSearchPageType',
            'ProductSearchResultType' =&gt; '\\StructType\\ProductSearchResultType',
            'ProductSearchType' =&gt; '\\StructType\\ProductSearchType',
            'ProductSuggestionType' =&gt; '\\StructType\\ProductSuggestionType',
            'ProductSuggestionsType' =&gt; '\\StructType\\ProductSuggestionsType',
            'ProductType' =&gt; '\\StructType\\ProductType',
            'ProfileCategoryGroupDefinitionType' =&gt; '\\StructType\\ProfileCategoryGroupDefinitionType',
            'PromotedItemType' =&gt; '\\StructType\\PromotedItemType',
            'PromotionDetailsType' =&gt; '\\StructType\\PromotionDetailsType',
            'PromotionRuleArrayType' =&gt; '\\ArrayType\\PromotionRuleArrayType',
            'PromotionRuleType' =&gt; '\\StructType\\PromotionRuleType',
            'PromotionalSaleArrayType' =&gt; '\\ArrayType\\PromotionalSaleArrayType',
            'PromotionalSaleDetailsType' =&gt; '\\StructType\\PromotionalSaleDetailsType',
            'PromotionalSaleType' =&gt; '\\StructType\\PromotionalSaleType',
            'PromotionalShippingDiscountDetailsType' =&gt; '\\StructType\\PromotionalShippingDiscountDetailsType',
            'PurchaseReminderEmailPreferencesType' =&gt; '\\StructType\\PurchaseReminderEmailPreferencesType',
            'QuantityInfoType' =&gt; '\\StructType\\QuantityInfoType',
            'QuantityRestrictionPerBuyerInfoType' =&gt; '\\StructType\\QuantityRestrictionPerBuyerInfoType',
            'RateTableDetailsType' =&gt; '\\StructType\\RateTableDetailsType',
            'ReasonCodeDetailType' =&gt; '\\StructType\\ReasonCodeDetailType',
            'RecommendationType' =&gt; '\\StructType\\RecommendationType',
            'RecommendationValidationRulesType' =&gt; '\\StructType\\RecommendationValidationRulesType',
            'RecommendationsType' =&gt; '\\StructType\\RecommendationsType',
            'RecoupmentPolicyConsentType' =&gt; '\\StructType\\RecoupmentPolicyConsentType',
            'RefundArrayType' =&gt; '\\ArrayType\\RefundArrayType',
            'RefundDetailsType' =&gt; '\\StructType\\RefundDetailsType',
            'RefundFailureReasonType' =&gt; '\\StructType\\RefundFailureReasonType',
            'RefundFundingSourceArrayType' =&gt; '\\StructType\\RefundFundingSourceArrayType',
            'RefundFundingSourceType' =&gt; '\\StructType\\RefundFundingSourceType',
            'RefundInformationType' =&gt; '\\StructType\\RefundInformationType',
            'RefundLineArrayType' =&gt; '\\StructType\\RefundLineArrayType',
            'RefundLineType' =&gt; '\\StructType\\RefundLineType',
            'RefundTransactionArrayType' =&gt; '\\StructType\\RefundTransactionArrayType',
            'RefundTransactionInfoType' =&gt; '\\StructType\\RefundTransactionInfoType',
            'RefundTransactionType' =&gt; '\\StructType\\RefundTransactionType',
            'RefundType' =&gt; '\\StructType\\RefundType',
            'RegionDetailsType' =&gt; '\\StructType\\RegionDetailsType',
            'RegionOfOriginDetailsType' =&gt; '\\StructType\\RegionOfOriginDetailsType',
            'RegularSubscriptionDefinitionType' =&gt; '\\StructType\\RegularSubscriptionDefinitionType',
            'ReminderCustomizationType' =&gt; '\\StructType\\ReminderCustomizationType',
            'RemindersType' =&gt; '\\StructType\\RemindersType',
            'RequiredSellerActionArrayType' =&gt; '\\ArrayType\\RequiredSellerActionArrayType',
            'ResponseAttributeSetType' =&gt; '\\StructType\\ResponseAttributeSetType',
            'RestockingFeeValueDetailsType' =&gt; '\\StructType\\RestockingFeeValueDetailsType',
            'ReturnPolicyDetailsType' =&gt; '\\StructType\\ReturnPolicyDetailsType',
            'ReturnPolicyEnabledDefinitionType' =&gt; '\\StructType\\ReturnPolicyEnabledDefinitionType',
            'ReturnPolicyType' =&gt; '\\StructType\\ReturnPolicyType',
            'ReturnsAcceptedDetailsType' =&gt; '\\StructType\\ReturnsAcceptedDetailsType',
            'ReturnsWithinDetailsType' =&gt; '\\StructType\\ReturnsWithinDetailsType',
            'ReviewDetailsType' =&gt; '\\StructType\\ReviewDetailsType',
            'ReviewType' =&gt; '\\StructType\\ReviewType',
            'RevisePriceAllowedDefinitionType' =&gt; '\\StructType\\RevisePriceAllowedDefinitionType',
            'ReviseQuantityAllowedDefinitionType' =&gt; '\\StructType\\ReviseQuantityAllowedDefinitionType',
            'ReviseStatusType' =&gt; '\\StructType\\ReviseStatusType',
            'SIFFTASRecommendationsType' =&gt; '\\StructType\\SIFFTASRecommendationsType',
            'SKUArrayType' =&gt; '\\ArrayType\\SKUArrayType',
            'SMSSubscriptionType' =&gt; '\\StructType\\SMSSubscriptionType',
            'SafePaymentRequiredDefinitionType' =&gt; '\\StructType\\SafePaymentRequiredDefinitionType',
            'SalesTaxType' =&gt; '\\StructType\\SalesTaxType',
            'ScheduleType' =&gt; '\\StructType\\ScheduleType',
            'SchedulingInfoType' =&gt; '\\StructType\\SchedulingInfoType',
            'SearchAttributesType' =&gt; '\\StructType\\SearchAttributesType',
            'SearchDetailsType' =&gt; '\\StructType\\SearchDetailsType',
            'SearchStandingDashboardType' =&gt; '\\StructType\\SearchStandingDashboardType',
            'SellerAccountDashboardType' =&gt; '\\StructType\\SellerAccountDashboardType',
            'SellerContactDetailsEnabledDefinitionType' =&gt; '\\StructType\\SellerContactDetailsEnabledDefinitionType',
            'SellerDashboardAlertType' =&gt; '\\StructType\\SellerDashboardAlertType',
            'SellerDiscountsType' =&gt; '\\StructType\\SellerDiscountsType',
            'SellerDiscountType' =&gt; '\\StructType\\SellerDiscountType',
            'SellerExcludeShipToLocationPreferencesType' =&gt; '\\StructType\\SellerExcludeShipToLocationPreferencesType',
            'SellerFavoriteItemPreferencesType' =&gt; '\\StructType\\SellerFavoriteItemPreferencesType',
            'SellerFeeDiscountDashboardType' =&gt; '\\StructType\\SellerFeeDiscountDashboardType',
            'SellerPaymentPreferencesType' =&gt; '\\StructType\\SellerPaymentPreferencesType',
            'SellerPaymentProfileType' =&gt; '\\StructType\\SellerPaymentProfileType',
            'SellerPaymentType' =&gt; '\\StructType\\SellerPaymentType',
            'SellerProfilePreferencesType' =&gt; '\\StructType\\SellerProfilePreferencesType',
            'SellerProfilesType' =&gt; '\\StructType\\SellerProfilesType',
            'SellerProvidedTitleSupportedDefinitionType' =&gt; '\\StructType\\SellerProvidedTitleSupportedDefinitionType',
            'SellerRatingSummaryArrayType' =&gt; '\\ArrayType\\SellerRatingSummaryArrayType',
            'RecoupmentPolicyDetailsType' =&gt; '\\StructType\\RecoupmentPolicyDetailsType',
            'SellerReturnPreferencesType' =&gt; '\\StructType\\SellerReturnPreferencesType',
            'SellerReturnProfileType' =&gt; '\\StructType\\SellerReturnProfileType',
            'SellerRoleMetricsType' =&gt; '\\StructType\\SellerRoleMetricsType',
            'SellerShippingProfileType' =&gt; '\\StructType\\SellerShippingProfileType',
            'SellerType' =&gt; '\\StructType\\SellerType',
            'SellereBayPaymentProcessConsentCodeType' =&gt; '\\StructType\\SellereBayPaymentProcessConsentCodeType',
            'SellingManagerAlertType' =&gt; '\\StructType\\SellingManagerAlertType',
            'SellingManagerAutoListAccordingToScheduleType' =&gt; '\\StructType\\SellingManagerAutoListAccordingToScheduleType',
            'SellingManagerAutoListMinActiveItemsType' =&gt; '\\StructType\\SellingManagerAutoListMinActiveItemsType',
            'SellingManagerAutoListType' =&gt; '\\StructType\\SellingManagerAutoListType',
            'SellingManagerAutoRelistType' =&gt; '\\StructType\\SellingManagerAutoRelistType',
            'SellingManagerAutoSecondChanceOfferType' =&gt; '\\StructType\\SellingManagerAutoSecondChanceOfferType',
            'SellingManagerEmailLogType' =&gt; '\\StructType\\SellingManagerEmailLogType',
            'SellingManagerFolderDetailsType' =&gt; '\\StructType\\SellingManagerFolderDetailsType',
            'SellingManagerOrderStatusType' =&gt; '\\StructType\\SellingManagerOrderStatusType',
            'SellingManagerProductDetailsType' =&gt; '\\StructType\\SellingManagerProductDetailsType',
            'SellingManagerProductInventoryStatusType' =&gt; '\\StructType\\SellingManagerProductInventoryStatusType',
            'SellingManagerProductSpecificsType' =&gt; '\\StructType\\SellingManagerProductSpecificsType',
            'SellingManagerProductType' =&gt; '\\StructType\\SellingManagerProductType',
            'SellingManagerSearchType' =&gt; '\\StructType\\SellingManagerSearchType',
            'SellingManagerSoldOrderType' =&gt; '\\StructType\\SellingManagerSoldOrderType',
            'SellingManagerSoldTransactionType' =&gt; '\\StructType\\SellingManagerSoldTransactionType',
            'SellingManagerTemplateDetailsArrayType' =&gt; '\\ArrayType\\SellingManagerTemplateDetailsArrayType',
            'SellingManagerTemplateDetailsType' =&gt; '\\StructType\\SellingManagerTemplateDetailsType',
            'SellingManagerVendorDetailsType' =&gt; '\\StructType\\SellingManagerVendorDetailsType',
            'SellingStatusType' =&gt; '\\StructType\\SellingStatusType',
            'SellingSummaryType' =&gt; '\\StructType\\SellingSummaryType',
            'ShipPackageDetailsType' =&gt; '\\StructType\\ShipPackageDetailsType',
            'ShipmentLineItemType' =&gt; '\\StructType\\ShipmentLineItemType',
            'ShipmentTrackingDetailsType' =&gt; '\\StructType\\ShipmentTrackingDetailsType',
            'ShipmentType' =&gt; '\\StructType\\ShipmentType',
            'ShippingCarrierDetailsType' =&gt; '\\StructType\\ShippingCarrierDetailsType',
            'ShippingCategoryDetailsType' =&gt; '\\StructType\\ShippingCategoryDetailsType',
            'ShippingCostPaidByDetailsType' =&gt; '\\StructType\\ShippingCostPaidByDetailsType',
            'ShippingDetailsType' =&gt; '\\StructType\\ShippingDetailsType',
            'ShippingEstimatedDeliveryInfoType' =&gt; '\\StructType\\ShippingEstimatedDeliveryInfoType',
            'ShippingInsuranceType' =&gt; '\\StructType\\ShippingInsuranceType',
            'ShippingLocationDetailsType' =&gt; '\\StructType\\ShippingLocationDetailsType',
            'ShippingOverrideType' =&gt; '\\StructType\\ShippingOverrideType',
            'ShippingPackageDetailsType' =&gt; '\\StructType\\ShippingPackageDetailsType',
            'ShippingPackageInfoType' =&gt; '\\StructType\\ShippingPackageInfoType',
            'ShippingServiceCostOverrideListType' =&gt; '\\StructType\\ShippingServiceCostOverrideListType',
            'ShippingServiceCostOverrideType' =&gt; '\\StructType\\ShippingServiceCostOverrideType',
            'ShippingServiceDetailsType' =&gt; '\\StructType\\ShippingServiceDetailsType',
            'ShippingServiceOptionsType' =&gt; '\\StructType\\ShippingServiceOptionsType',
            'ShippingServicePackageDetailsType' =&gt; '\\StructType\\ShippingServicePackageDetailsType',
            'ShippingTermRequiredDefinitionType' =&gt; '\\StructType\\ShippingTermRequiredDefinitionType',
            'SiteBuyerRequirementDetailsType' =&gt; '\\StructType\\SiteBuyerRequirementDetailsType',
            'SiteDefaultsType' =&gt; '\\StructType\\SiteDefaultsType',
            'SiteDetailsType' =&gt; '\\StructType\\SiteDetailsType',
            'SiteHostedPictureDetailsType' =&gt; '\\StructType\\SiteHostedPictureDetailsType',
            'SiteLocationType' =&gt; '\\StructType\\SiteLocationType',
            'SiteWideCharacteristicsType' =&gt; '\\StructType\\SiteWideCharacteristicsType',
            'SkypeMeNonTransactionalEnabledDefinitionType' =&gt; '\\StructType\\SkypeMeNonTransactionalEnabledDefinitionType',
            'SkypeMeTransactionalEnabledDefinitionType' =&gt; '\\StructType\\SkypeMeTransactionalEnabledDefinitionType',
            'SpecialitySubscriptionDefinitionType' =&gt; '\\StructType\\SpecialitySubscriptionDefinitionType',
            'StoreColorSchemeArrayType' =&gt; '\\ArrayType\\StoreColorSchemeArrayType',
            'StoreColorSchemeType' =&gt; '\\StructType\\StoreColorSchemeType',
            'StoreColorType' =&gt; '\\StructType\\StoreColorType',
            'StoreCustomCategoryArrayType' =&gt; '\\ArrayType\\StoreCustomCategoryArrayType',
            'StoreCustomCategoryType' =&gt; '\\StructType\\StoreCustomCategoryType',
            'StoreCustomListingHeaderLinkType' =&gt; '\\StructType\\StoreCustomListingHeaderLinkType',
            'StoreCustomListingHeaderType' =&gt; '\\StructType\\StoreCustomListingHeaderType',
            'StoreCustomPageArrayType' =&gt; '\\ArrayType\\StoreCustomPageArrayType',
            'StoreCustomPageType' =&gt; '\\StructType\\StoreCustomPageType',
            'StoreFontType' =&gt; '\\StructType\\StoreFontType',
            'StoreInventoryEnabledDefinitionType' =&gt; '\\StructType\\StoreInventoryEnabledDefinitionType',
            'StoreLogoArrayType' =&gt; '\\ArrayType\\StoreLogoArrayType',
            'StoreLogoType' =&gt; '\\StructType\\StoreLogoType',
            'StoreOwnerExtendedListingDurationsDefinitionType' =&gt; '\\StructType\\StoreOwnerExtendedListingDurationsDefinitionType',
            'StoreOwnerExtendedListingDurationsEnabledDefinitionType' =&gt; '\\StructType\\StoreOwnerExtendedListingDurationsEnabledDefinitionType',
            'StoreOwnerExtendedListingDurationsType' =&gt; '\\StructType\\StoreOwnerExtendedListingDurationsType',
            'StorePreferencesType' =&gt; '\\StructType\\StorePreferencesType',
            'StoreSubscriptionArrayType' =&gt; '\\ArrayType\\StoreSubscriptionArrayType',
            'StoreSubscriptionType' =&gt; '\\StructType\\StoreSubscriptionType',
            'StoreThemeArrayType' =&gt; '\\StructType\\StoreThemeArrayType',
            'StoreThemeType' =&gt; '\\StructType\\StoreThemeType',
            'StoreType' =&gt; '\\StructType\\StoreType',
            'StoreVacationPreferencesType' =&gt; '\\StructType\\StoreVacationPreferencesType',
            'StorefrontType' =&gt; '\\StructType\\StorefrontType',
            'SubscriptionType' =&gt; '\\StructType\\SubscriptionType',
            'SuggestedBidValueType' =&gt; '\\StructType\\SuggestedBidValueType',
            'SuggestedCategoryArrayType' =&gt; '\\StructType\\SuggestedCategoryArrayType',
            'SuggestedCategoryType' =&gt; '\\StructType\\SuggestedCategoryType',
            'SummaryEventScheduleType' =&gt; '\\StructType\\SummaryEventScheduleType',
            'SupportedEventTypesArrayType' =&gt; '\\ArrayType\\SupportedEventTypesArrayType',
            'SupportedSellerProfileType' =&gt; '\\StructType\\SupportedSellerProfileType',
            'SupportedSellerProfilesType' =&gt; '\\StructType\\SupportedSellerProfilesType',
            'TCREnabledDefinitionType' =&gt; '\\StructType\\TCREnabledDefinitionType',
            'TaxDetailsType' =&gt; '\\StructType\\TaxDetailsType',
            'TaxIdentifierAttributeType' =&gt; '\\StructType\\TaxIdentifierAttributeType',
            'TaxIdentifierType' =&gt; '\\StructType\\TaxIdentifierType',
            'TaxJurisdictionType' =&gt; '\\StructType\\TaxJurisdictionType',
            'TaxTableType' =&gt; '\\StructType\\TaxTableType',
            'TaxesType' =&gt; '\\StructType\\TaxesType',
            'ThemeGroupType' =&gt; '\\StructType\\ThemeGroupType',
            'TicketListingDetailsType' =&gt; '\\StructType\\TicketListingDetailsType',
            'TimeRangeType' =&gt; '\\StructType\\TimeRangeType',
            'TimeZoneDetailsType' =&gt; '\\StructType\\TimeZoneDetailsType',
            'TokenStatusType' =&gt; '\\StructType\\TokenStatusType',
            'TopRatedSellerDetailsType' =&gt; '\\StructType\\TopRatedSellerDetailsType',
            'TransactionArrayType' =&gt; '\\ArrayType\\TransactionArrayType',
            'TransactionReferenceType' =&gt; '\\StructType\\TransactionReferenceType',
            'TransactionStatusType' =&gt; '\\StructType\\TransactionStatusType',
            'TransactionType' =&gt; '\\StructType\\TransactionType',
            'UPCEnabledDefinitionType' =&gt; '\\StructType\\UPCEnabledDefinitionType',
            'UPCIdentifierEnabledDefinitionType' =&gt; '\\StructType\\UPCIdentifierEnabledDefinitionType',
            'URLDetailsType' =&gt; '\\StructType\\URLDetailsType',
            'UnitInfoType' =&gt; '\\StructType\\UnitInfoType',
            'UnitOfMeasurementDetailsType' =&gt; '\\StructType\\UnitOfMeasurementDetailsType',
            'UnitOfMeasurementType' =&gt; '\\StructType\\UnitOfMeasurementType',
            'UnpaidItemAssistancePreferencesType' =&gt; '\\StructType\\UnpaidItemAssistancePreferencesType',
            'UnpaidItemType' =&gt; '\\StructType\\UnpaidItemType',
            'UserAgreementInfoType' =&gt; '\\StructType\\UserAgreementInfoType',
            'UserConsentRequiredDefinitionType' =&gt; '\\StructType\\UserConsentRequiredDefinitionType',
            'UserDefinedListType' =&gt; '\\StructType\\UserDefinedListType',
            'UserIDArrayType' =&gt; '\\StructType\\UserIDArrayType',
            'UserIdentityType' =&gt; '\\StructType\\UserIdentityType',
            'UserType' =&gt; '\\StructType\\UserType',
            'VATDetailsType' =&gt; '\\StructType\\VATDetailsType',
            'VATRateType' =&gt; '\\StructType\\VATRateType',
            'VINSupportedDefinitionType' =&gt; '\\StructType\\VINSupportedDefinitionType',
            'VRMSupportedDefinitionType' =&gt; '\\StructType\\VRMSupportedDefinitionType',
            'ValType' =&gt; '\\StructType\\ValType',
            'ValueCategoryDefinitionType' =&gt; '\\StructType\\ValueCategoryDefinitionType',
            'ValuePackEnabledDefinitionType' =&gt; '\\StructType\\ValuePackEnabledDefinitionType',
            'ValueRecommendationType' =&gt; '\\StructType\\ValueRecommendationType',
            'VariationDetailsType' =&gt; '\\StructType\\VariationDetailsType',
            'VariationKeyType' =&gt; '\\StructType\\VariationKeyType',
            'VariationProductListingDetailsType' =&gt; '\\StructType\\VariationProductListingDetailsType',
            'VariationSpecificPictureSetType' =&gt; '\\StructType\\VariationSpecificPictureSetType',
            'VariationType' =&gt; '\\StructType\\VariationType',
            'VariationsEnabledDefinitionType' =&gt; '\\StructType\\VariationsEnabledDefinitionType',
            'VariationsType' =&gt; '\\StructType\\VariationsType',
            'VeROReasonCodeDetailsType' =&gt; '\\StructType\\VeROReasonCodeDetailsType',
            'VeROReportItemType' =&gt; '\\StructType\\VeROReportItemType',
            'VeROReportItemsType' =&gt; '\\StructType\\VeROReportItemsType',
            'VeROReportedItemDetailsType' =&gt; '\\StructType\\VeROReportedItemDetailsType',
            'VeROReportedItemType' =&gt; '\\StructType\\VeROReportedItemType',
            'VeROSiteDetailType' =&gt; '\\StructType\\VeROSiteDetailType',
            'VerifiedUserRequirementsDetailsType' =&gt; '\\StructType\\VerifiedUserRequirementsDetailsType',
            'VerifiedUserRequirementsType' =&gt; '\\StructType\\VerifiedUserRequirementsType',
            'WantItNowPostArrayType' =&gt; '\\ArrayType\\WantItNowPostArrayType',
            'WantItNowPostType' =&gt; '\\StructType\\WantItNowPostType',
            'WarrantyDurationDetailsType' =&gt; '\\StructType\\WarrantyDurationDetailsType',
            'WarrantyOfferedDetailsType' =&gt; '\\StructType\\WarrantyOfferedDetailsType',
            'WarrantyTypeDetailsType' =&gt; '\\StructType\\WarrantyTypeDetailsType',
            'XSLFileType' =&gt; '\\StructType\\XSLFileType',
            'eBayMotorsProAdFormatEnabledDefinitionType' =&gt; '\\StructType\\EBayMotorsProAdFormatEnabledDefinitionType',
            'eBayMotorsProAutoAcceptEnabledDefinitionType' =&gt; '\\StructType\\EBayMotorsProAutoAcceptEnabledDefinitionType',
            'eBayMotorsProAutoDeclineEnabledDefinitionType' =&gt; '\\StructType\\EBayMotorsProAutoDeclineEnabledDefinitionType',
            'eBayMotorsProBestOfferEnabledDefinitionType' =&gt; '\\StructType\\EBayMotorsProBestOfferEnabledDefinitionType',
            'eBayMotorsProCompanyNameEnabledDefinitionType' =&gt; '\\StructType\\EBayMotorsProCompanyNameEnabledDefinitionType',
            'eBayMotorsProContactByAddressEnabledDefinitionType' =&gt; '\\StructType\\EBayMotorsProContactByAddressEnabledDefinitionType',
            'eBayMotorsProContactByEmailEnabledDefinitionType' =&gt; '\\StructType\\EBayMotorsProContactByEmailEnabledDefinitionType',
            'eBayMotorsProContactByPhoneEnabledDefinitionType' =&gt; '\\StructType\\EBayMotorsProContactByPhoneEnabledDefinitionType',
            'eBayMotorsProCounterOfferEnabledDefinitionType' =&gt; '\\StructType\\EBayMotorsProCounterOfferEnabledDefinitionType',
            'eBayMotorsProPaymentMethodCheckOutEnabledDefinitionType' =&gt; '\\StructType\\EBayMotorsProPaymentMethodCheckOutEnabledDefinitionType',
            'eBayMotorsProPhoneCountDefinitionType' =&gt; '\\StructType\\EBayMotorsProPhoneCountDefinitionType',
            'eBayMotorsProSellerContactDetailsEnabledDefinitionType' =&gt; '\\StructType\\EBayMotorsProSellerContactDetailsEnabledDefinitionType',
            'eBayMotorsProShippingMethodEnabledDefinitionType' =&gt; '\\StructType\\EBayMotorsProShippingMethodEnabledDefinitionType',
            'eBayMotorsProStreetCountDefinitionType' =&gt; '\\StructType\\EBayMotorsProStreetCountDefinitionType',
            'eBayPLUSPreferenceType' =&gt; '\\StructType\\EBayPLUSPreferenceType',
            'eBayPaymentMismatchDetailsType' =&gt; '\\StructType\\EBayPaymentMismatchDetailsType',
        );
    }
}
</pre></body></html>