E-Payment Integrator 2020 C++ Builder Edition

Questions / Feedback?

TaxExempt Property

Specifies the tax exempt status of the transaction.

Syntax

__property TibpLevel2TaxExempts TaxExempt = { read=FTaxExempt, write=FSetTaxExempt };
enum TibpLevel2TaxExempts { teNotProvided=0, teTrue=1, teFalse=2 };

Default Value

teNotProvided

Remarks

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

The available values are:

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

Data Type

Integer

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 C++ Builder Edition - Version 20.0 [Build 7941]