The amount from the financial transaction that generated this Activity that is taxable.

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public decimal TaxableValue { get; set; }
Visual Basic (Declaration)
Public Property TaxableValue As Decimal
Visual C++
public:
property Decimal TaxableValue {
	Decimal get ();
	void set (Decimal value);
}

See Also