E-Payment Integrator 2020 Python Edition

Questions / Feedback?

ship_from_zip Property

Zip code the goods are being shipped from.

Syntax

def get_ship_from_zip() -> str: ...
def set_ship_from_zip(value: str) -> None: ...

ship_from_zip = property(get_ship_from_zip, set_ship_from_zip)

Default Value

""

Remarks

This property contains the Postal/Zip code of the address from where the purchased goods are being shipped.

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