Click or drag to resize
PortalDocCustomerID Property
Gets or sets the DocCustomerID. This is a required field. The TaxEngine uses the customer info as the source for the default shipping method, ship-to destination and tax schedule. The TaxEngine also uses the customer ID to determine the customer's taxability.

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

Property Value

Type: String
See Also