Tim Keefer > eBay-API > eBay::API::XML::DataType::Enum::StringMatchCodeType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

NAME ^

eBay::API::XML::DataType::Enum::StringMatchCodeType

DESCRIPTION ^

(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.

SYNOPSIS ^

Enums: ^

CustomCode

(in) Reserved for internal or future use.

StartsWith

(in) 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.

Contains

(in) Matches strings that contain the submitted value. For example, submitting a CharityName value of "heart" matches both "Heart of Gold" and "Open Hearts."

syntax highlighting: