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.APIAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic string DocCustomerID { get; set; }
Public Property DocCustomerID As String
Get
Set
public:
property String^ DocCustomerID {
String^ get ();
void set (String^ value);
}
member DocCustomerID : string with get, set
Property Value
Type:
String
See Also