SurchargeSearchResult

Description

The SurchargeSearchResult object includes metadata about the search (such as start, limit, and count) along with the resulting Surcharge objects.

Properties

TypeNameDescription
Surcharge[]SurchargesSurcharge objects that match the searched fields.
intStartIndex of the first object to return in the Surcharge array.
intLimitMaximum number of Surcharge objects to return.
intCountNumber of Surcharge objects in the list.