







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
LineItem..::..Taxable Property |
LineItem Class See Also Send Feedback |
Gets or sets a value indicating whether this LineItem is taxable.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
public bool Taxable { get; set; } |
Visual Basic |
---|
Public Property Taxable As Boolean Get Set |
Visual C++ |
---|
public: property bool Taxable { bool get (); void set (bool value); } |