E-Payment Integrator 2020 Python Edition

Questions / Feedback?

shipping_city Property

Customer's shipping city.

Syntax

def get_shipping_city() -> str: ...
def set_shipping_city(value: str) -> None: ...

shipping_city = property(get_shipping_city, set_shipping_city)

Default Value

""

Remarks

Customer's shipping city.

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