E-Payment Integrator 2020 Python Edition

Questions / Feedback?

shipping_phone Property

Customer's phone number.

Syntax

def get_shipping_phone() -> str: ...
def set_shipping_phone(value: str) -> None: ...

shipping_phone = property(get_shipping_phone, set_shipping_phone)

Default Value

""

Remarks

Customer's phone number.

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