E-Payment Integrator 2020 macOS Edition

Questions / Feedback?

TaxExempt Property

Specifies the tax exempt status of the transaction.

Syntax

public var taxExempt: Level2TaxExempts {
get {...}
set {...} }

public enum Level2TaxExempts: Int32 { case teNotProvided = 0 case teTrue = 1 case teFalse = 2 }

Default Value

0

Remarks

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

The available values are:

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

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