E-Payment Integrator 2020 Python Edition

Questions / Feedback?

tax_amount Property

Sales tax charged in addition to the original TransactionAmount.

Syntax

def get_tax_amount() -> str: ...
def set_tax_amount(value: str) -> None: ...

tax_amount = property(get_tax_amount, set_tax_amount)

Default Value

""

Remarks

This property contains the amount of state or provincial (or VAT) tax included in the transaction amount.

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