E-Payment Integrator 2020 Python Edition

Questions / Feedback?

payer_country_code Property

Payer's country code.

Syntax

def get_payer_country_code() -> str: ...
def set_payer_country_code(value: str) -> None: ...

payer_country_code = property(get_payer_country_code, set_payer_country_code)

Default Value

"US"

Remarks

Payer's country code.

Payer's country of residence in the form of ISO standard 3166 two-character country codes.

This property is required.

Character limit: Two single-byte characters.

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