Parameters
- serialNumber
- Serial Number to load the GiftCertificate object for
- firstName
- The first name to match, by default a begins with match or use * wildcard to alter behavior.
- lastName
- The last name to match, by default a begins with match or use * wildcard to alter behavior.
- The email name to match, by default a begins with match or use * wildcard to alter behavior.
- expirationStart
- Specifies to match gift certificates that expire on or after this date. Pass DateTime.MinValue for no start date.
- expirationEnd
- Specifies to match gift certificates that expire on or before this date. Pass DateTime.MaxValue for no end date.
- orderRange
- Order number or range of orders to show.
- status
- The status filter to apply to the gift certificate results - active, inactive, or all
- sortExpression
- The sort expression to use for sorting the loaded objects.
- maximumRows
- Maximum number of rows to retrieve.
- startRowIndex
- Starting index from where to start retrieving.
Return Value
A collection of GiftCertificate objects