/n software 3-D Secure V2 Python Edition

Questions / Feedback?

shipping_address_city Property

The city of the address.

Syntax

def get_shipping_address_city() -> str: ...
def set_shipping_address_city(value: str) -> None: ...

shipping_address_city = property(get_shipping_address_city, set_shipping_address_city)

Default Value

""

Remarks

The city of the address. The maximum length is 50 characters.

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