E-Payment Integrator 2020 Python Edition

Questions / Feedback?

shipping_zip Property

Customer's shipping zip code (or postal code if outside of the USA).

Syntax

def get_shipping_zip() -> str: ...
def set_shipping_zip(value: str) -> None: ...

shipping_zip = property(get_shipping_zip, set_shipping_zip)

Default Value

""

Remarks

Customer's shipping zip code (or postal code if outside of the USA).

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