E-Payment Integrator 2020 Python Edition

Questions / Feedback?

tax_id Property

Company's Tax Id or a Customer's Social Security Number.

Syntax

def get_tax_id() -> str: ...
def set_tax_id(value: str) -> None: ...

tax_id = property(get_tax_id, set_tax_id)

Default Value

""

Remarks

This property contains a Company's Tax Id or a Customer's Social Security Number. In the absence of driver's license information, this property may be used by the gateway for fraud screening.

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