[DataObjectMethod(DataObjectMethodType.Select)] IList<ShipZone> LoadForAddress( string countryCode, int provinceId, string postalCode )
Parameters
- countryCode
- The country code; this value is required
- provinceId
- The ID for the province, or 0 if none
- postalCode
- The postal code or empty string if none
Return Value
A collection of ShipZone objects for the given address