Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

simpleType "ns:MinimumAdvertisedPriceExposureCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"PreCheckout"
 - 
This enumeration value indicates that the buyer must add the item to his/her cart before the discounted price can be displayed. To enable this pricing treatment when adding/revising/relisting an item, include the DiscountPriceInfo.MinimumAdvertisedPriceExposure field in an Add/Revise/Relist calls and set its value to PreCheckout.
"DuringCheckout"
 - 
This enumeration value indicates that the discounted price will only be shown to the buyer once the buyer reaches the eBay Checkout page. To enable this pricing treatment when adding/revising/relisting an item, include the DiscountPriceInfo.MinimumAdvertisedPriceExposure field in an Add/Revise/Relist calls and set its value to DuringCheckout.
"None"
 - 
The value None is no longer valid. If provided in the request, it will be mapped to PreCheckout.
"CustomCode"
 - 
Reserved for future use.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This enumerated type defines the special price treatments that can be set up for listings enabled with the Minimum Advertised Price feature. The Minimum Advertised Price (MAP) feature is only supported on the eBay US site.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:MinimumAdvertisedPriceExposureCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="MinimumAdvertisedPriceExposureCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="PreCheckout"/>
<xs:enumeration value="DuringCheckout"/>
<xs:enumeration value="None"/>
<xs:enumeration value="CustomCode"/>
</xs:restriction>
</xs:simpleType>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.