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

simpleType "ns:WarrantyDurationOptionsCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
never
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"Months_1"
 - 
This value indicates that the duration of the warranty will be one month from time of purchase. If this value is returned in the ReturnPolicyDetails.WarrantyDuration container of the GeteBayDetails response, the seller may offer this warranty duration to the buyer. The warranty duration value is specified through the ReturnPolicy.WarrantyDurationOption field in an add/revise/relist API call.
"Months_3"
 - 
This value indicates that the duration of the warranty will be three months from time of purchase. If this value is returned in the ReturnPolicyDetails.WarrantyDuration container of the GeteBayDetails response, the seller may offer this warranty duration to the buyer. The warranty duration value is specified through the ReturnPolicy.WarrantyDurationOption field in an add/revise/relist API call.
"Months_6"
 - 
This value indicates that the duration of the warranty will be six months from time of purchase. If this value is returned in the ReturnPolicyDetails.WarrantyDuration container of the GeteBayDetails response, the seller may offer this warranty duration to the buyer. The warranty duration value is specified through the ReturnPolicy.WarrantyDurationOption field in an add/revise/relist API call.
"Years_1"
 - 
This value indicates that the duration of the warranty will be one year from time of purchase. If this value is returned in the ReturnPolicyDetails.WarrantyDuration container of the GeteBayDetails response, the seller may offer this warranty duration to the buyer. The warranty duration value is specified through the ReturnPolicy.WarrantyDurationOption field in an add/revise/relist API call.
"Years_2"
 - 
This value indicates that the duration of the warranty will be two years from time of purchase. If this value is returned in the ReturnPolicyDetails.WarrantyDuration container of the GeteBayDetails response, the seller may offer this warranty duration to the buyer. The warranty duration value is specified through the ReturnPolicy.WarrantyDurationOption field in an add/revise/relist API call.
"Years_3"
 - 
This value indicates that the duration of the warranty will be three years from time of purchase. If this value is returned in the ReturnPolicyDetails.WarrantyDuration container of the GeteBayDetails response, the seller may offer this warranty duration to the buyer. The warranty duration value is specified through the ReturnPolicy.WarrantyDurationOption field in an add/revise/relist API call.
"Years_MoreThan3"
 - 
This value indicates that the duration of the warranty is longer than three years from time of purchase. If this value is returned in the ReturnPolicyDetails.WarrantyDuration container of the GeteBayDetails response, the seller may offer this warranty duration to the buyer. The warranty duration value is specified through the ReturnPolicy.WarrantyDurationOption field in an add/revise/relist API call.
"CustomCode"
 - 
This value is reserved for internal or future use.
Annotation
This type is deprecated, as product warranties are no longer applicable or supported in eBay APIs.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:WarrantyDurationOptionsCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (9); see within schema source)
<xs:simpleType name="WarrantyDurationOptionsCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Months_1"/>
<xs:enumeration value="Months_3"/>
<xs:enumeration value="Months_6"/>
<xs:enumeration value="Years_1"/>
<xs:enumeration value="Years_2"/>
<xs:enumeration value="Years_3"/>
<xs:enumeration value="Years_MoreThan3"/>
<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.