







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