E-Payment Integrator 2020 Python Edition

Questions / Feedback?

shipping_country Property

Customer's shipping country.

Syntax

def get_shipping_country() -> str: ...
def set_shipping_country(value: str) -> None: ...

shipping_country = property(get_shipping_country, set_shipping_country)

Default Value

""

Remarks

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

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