E-Payment Integrator 2020 Python Edition

Questions / Feedback?

payer_country_code Property

Payer's country code.

Syntax

def get_payer_country_code() -> str: ...

payer_country_code = property(get_payer_country_code, None)

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.

This property is read-only.

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