Gets an indicator of whether or not this COrder should be taxed.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public bool IsOrderTaxable { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IsOrderTaxable As Boolean |
| Visual C++ |
|---|
public: property bool IsOrderTaxable { bool get (); } |