E-Payment Integrator 2020 Python Edition

Questions / Feedback?

contact_phone Property

Payer's contact telephone number.

Syntax

def get_contact_phone() -> str: ...

contact_phone = property(get_contact_phone, None)

Default Value

""

Remarks

PayPal returns a contact telephone number only if your Merchant account profile settings require that the buyer enter one.

This property is returned after a call to the get_checkout_details method.

This property is read-only.

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