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

simpleType "ns:RestockingFeeCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
never
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"NoRestockingFee"
 - 
This value indicates that the seller will not charge a restocking fee to the buyer if the item is returned.
"Percent_10"
 - 
This value indicates that the seller charges the buyer a restocking fee of 10 percent of the item's purchase price if the item is returned.
"Percent_15"
 - 
This value indicates that the seller charges the buyer a restocking fee of 15 percent of the item's purchase price if the item is returned.
"Percent_20"
 - 
This value indicates that the seller charges the buyer a restocking fee of up to 20 percent of the item's purchase price if the item is returned.
"Percent_25"
 - 
This is no longer a valid value.
"CustomCode"
 - 
(out) Reserved for internal or future use.
Annotation
This type is deprecated, as sellers are no longer allowed to set a restocking fee through a listings's return policy.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:RestockingFeeCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (7); see within schema source)
<xs:simpleType name="RestockingFeeCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="NoRestockingFee"/>
<xs:enumeration value="Percent_10"/>
<xs:enumeration value="Percent_15"/>
<xs:enumeration value="Percent_20"/>
<xs:enumeration value="Percent_25"/>
<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.