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

simpleType "ns:RefundOptionsCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
never
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"MoneyBack"
 - 
This value indicates that the seller will refund the buyer the cost of the item, excluding shipping and handling costs and any restocking fee (US only).

The seller should use the ReturnPolicy.Description field in the Add API call to explain how the refund will be handled (such as whether the refund will occur via PayPal).
"Exchange"
 - 
Note: This value is deprecated on the US site, and all listings attempting to use this value will be blocked. This value indicates that the seller will exchange the returned item for another item. The seller should use the ReturnPolicy.Description field in the Add API call to explain how this will occur (such as whether the seller will send an identical item in place of the returned item).
"MerchandiseCredit"
 - 
Note: This value is deprecated on the US site, and all listings attempting to use this value are blocked. The seller will give the buyer a credit toward the purchase of another item. The seller should use the ReturnPolicy.Description field in the Add API call to explain how the buyer can redeem this credit.
"MoneyBackOrExchange"
 - 
Note: This value has been deprecated and US sellers that are willing to refund buyers or offer an identical replacement item should use the MoneyBackOrReplacement value instead. This value indicates that the seller will refund the buyer the cost of the item, excluding shipping and handling costs and any restocking fee (US only), or the seller will exchange the returned item for another identical item.

The seller should use the ReturnPolicy.Description field in the Add API call to explain how the refund will be handled, such as whether the refund will occur via PayPal, or how the exchange will occur, such as whether the seller will send an identical item in place of the returned item.
"MoneyBackOrReplacement"
 - 
Note: This value is only available on the US site. US sellers should use this value if they are willing to refund buyers or offer an identical replacement item. This value indicates that the seller will refund the buyer the cost of the item (excluding shipping and handling costs and any restocking fee) through eBay returns, or the seller will replace the returned item with another identical item.

The seller should use the ReturnPolicy.Description field in the Add API call to explain to buyer that are refunds and replacements will be handled through the eBay returns process.
"CustomCode"
 - 
Reserved for internal or future use.
Annotation
This enumerated type contains the possible refund, exchange, or store credit options that a seller may offer a buyer when the buyer wants to return the item.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:RefundOptionsCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (7); see within schema source)
<xs:simpleType name="RefundOptionsCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="MoneyBack"/>
<xs:enumeration value="Exchange"/>
<xs:enumeration value="MerchandiseCredit"/>
<xs:enumeration value="MoneyBackOrExchange"/>
<xs:enumeration value="MoneyBackOrReplacement"/>
<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.