E-Payment Integrator 2020 Python Edition

Questions / Feedback?

customer_email Property

Customer's email address.

Syntax

def get_customer_email() -> str: ...
def set_customer_email(value: str) -> None: ...

customer_email = property(get_customer_email, set_customer_email)

Default Value

""

Remarks

Customer's email address. This optional property contains the customer's email address.

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