E-Payment Integrator 2016 .NET Edition
E-Payment Integrator 2016 .NET Edition
Questions / Feedback?

TaxExempt Property

Specifies the tax exempt status of the transaction.

Syntax

[VB.NET]
Public Property TaxExempt As Level2TaxExempts

[C#]
public Level2TaxExempts TaxExempt {get; set;}

enum Level2TaxExempts { teNotProvided, teTrue, teFalse }

Remarks

This property is used to specify whether the transaction is tax exempt.

The available values are:

  • teNotProvided (0) (default)
  • teTrue (1)
  • teFalse (2)

Default Value

0

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
E-Payment Integrator 2016 .NET Edition - Version 16.0 [Build 7354]