E-Payment Integrator 2020 Python Edition

Questions / Feedback?

shipping_email Property

Customer's email address.

Syntax

def get_shipping_email() -> str: ...
def set_shipping_email(value: str) -> None: ...

shipping_email = property(get_shipping_email, set_shipping_email)

Default Value

""

Remarks

Customer's email address.

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