E-Payment Integrator 2020 Python Edition

Questions / Feedback?

tax_exempt Property

Specifies the tax exempt status of the transaction.

Syntax

def get_tax_exempt() -> int: ...
def set_tax_exempt(value: int) -> None: ...

tax_exempt = property(get_tax_exempt, set_tax_exempt)

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 Python Edition - Version 20.0 [Build 7941]