Click or drag to resize
PortalDocSaleOrPurchase Property
Gets or sets the DocTransactionType. Sale will use the sales tax rate and link to the customer table while Purchase will use the purchase tax rate and link to the vendor table.

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

Property Value

Type: SalesOrPurchases
Exceptions
ExceptionCondition
ReadOnlyException Thrown if this value is modified after the document has been created.
See Also