Click or drag to resize
PortalAddressingEnabled Method
Returns true if Zip Addressing is enabled for the postalCode and countryCode sent in.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public bool AddressingEnabled(
	bool allowAnyAddress,
	string state,
	string postalCode,
	string countryCode
)

Parameters

allowAnyAddress
Type: SystemBoolean
KampData.TaxEngine.API.Portal
state
Type: SystemString
State
postalCode
Type: SystemString
Postal Code
countryCode
Type: SystemString
Country Code

Return Value

Type: Boolean

[Missing <returns> documentation for "M:KampData.TaxEngine.API.Portal.AddressingEnabled(System.Boolean,System.String,System.String,System.String)"]

See Also