Click or drag to resize
PortalLineCountryCode Property
Gets or sets the tax location country code.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public string LineCountryCode { get; set; }

Property Value

Type: String
Exceptions
ExceptionCondition
RecordMissingException Thrown if the country code does not exist in the VAT Country Code MSTR table (VAT10001).
See Also