E-Payment Integrator 2020 Python Edition

Questions / Feedback?

customer_country Property

Customer's country.

Syntax

def get_customer_country() -> str: ...
def set_customer_country(value: str) -> None: ...

customer_country = property(get_customer_country, set_customer_country)

Default Value

""

Remarks

Customer's country. This property contains the country in which the customer is located. Most gateways use a two-letter country code, specified in ISO-3166.

Note: If using this property with the PayFuse gateway, this property should contain the ISO-3166 numeric code instead of the standard two-letter code. For example, the ISO code for the US is "840".

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