StringMatchCodeType ( token )
(in) Indicates the type of string matching to use when a value is submitted in CharityName. If no value is specified, default behavior is "StartsWith." Does not apply to Query.

Types that use StringMatchCodeType:

Enumeration Values
Value Description Which calls use this value *
Contains Matches strings that contain the submitted value. For example, submitting a CharityName value of "heart" matches both "Heart of Gold" and "Open Hearts." GetCharities
CustomCode Reserved for internal or future use. GetCharities
StartsWith Matches strings that begin with the submitted value. For example, submitting a CharityName value of "heart" matches "Heart of Gold," but not "Open Hearts." Default behavior if no value is specified. GetCharities
  * See the Enumeration Index to see exact use of each enumeration value in the API.

This document was generated with a customized version of the apireferencedocs tool.

© 2005–2010 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.