PortalLineUseExemptSchedules Property |
If LineUseExemptSchedules is true, the TaxEngine will
assign a DynamicZip Exempt Schedule ID to exempt customers
and/or items.
If LineUseExemptSchedules is false, the TaxEngine will
assign a normal taxable Schedule ID but set the taxable amount
to zero for exempt customers and/or items.
Namespace: KampData.TaxEngine.APIAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic bool LineUseExemptSchedules { get; set; }
Public Property LineUseExemptSchedules As Boolean
Get
Set
public:
property bool LineUseExemptSchedules {
bool get ();
void set (bool value);
}
member LineUseExemptSchedules : bool with get, set
Property Value
Type:
Boolean
See Also