Taxable Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
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);
}

Field Value

true if taxable; otherwise, false.

See Also