public virtual bool IncludesAddress( string countryCode, int provinceId, string postalCode )
Parameters
- countryCode
- The country code to test against the zone criteria
- provinceId
- The provinceId to test against the zone criteria
- postalCode
- The postal code to test against the zone criteria
Return Value
True if the address is included in the zone, false otherwise.