DiscountTypeEnum ( token )

Enumerated type that controls whether the discount type is a fixed amount or a percentage value of the order total.

Types that use DiscountTypeEnum:

Enumeration Values

Value Description Which calls use this value *
Amount Specifies discount type as a fixed amount. Discount will be in the currency of the original listing. createBundles, findBundles, getBundles, updateBundles
Percentage This enumeration value indicates that the discount type is a percentage value of the related product value. createBundles, findBundles, getBundles, updateBundles
  * See the Enumeration Index to see exact use of each enumeration value in the API.

Copyright © 2011–2012 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developer Network and API License Agreement.