E-Payment Integrator 2020 Python Edition

Questions / Feedback?

shipping_address Property

Customer's shipping street address.

Syntax

def get_shipping_address() -> str: ...
def set_shipping_address(value: str) -> None: ...

shipping_address = property(get_shipping_address, set_shipping_address)

Default Value

""

Remarks

Customer's shipping street address.

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