E-Payment Integrator 2020 Python Edition

Questions / Feedback?

buyer_email Property

Buyer's email address.

Syntax

def get_buyer_email() -> str: ...
def set_buyer_email(value: str) -> None: ...

buyer_email = property(get_buyer_email, set_buyer_email)

Default Value

""

Remarks

Email address of the buyer as entered during checkout. PayPal uses this value to pre-fill the PayPal membership sign-up portion of the PayPal login page.

This property is optional when calling the set_checkout method.

Character length and limit: 127 single-byte alphanumeric characters.

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