/n software 3-D Secure V2 Python Edition

Questions / Feedback?

billing_address_country Property

The country of the address.

Syntax

def get_billing_address_country() -> str: ...
def set_billing_address_country(value: str) -> None: ...

billing_address_country = property(get_billing_address_country, set_billing_address_country)

Default Value

""

Remarks

The country of the address. The format is a 3 digit country code as defined in ISO 3166-1.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 Python Edition - Version 2.2 [Build 8318]