E-Payment Integrator 2020 Python Edition

Questions / Feedback?

shipping_last_name Property

Customer's last name.

Syntax

def get_shipping_last_name() -> str: ...
def set_shipping_last_name(value: str) -> None: ...

shipping_last_name = property(get_shipping_last_name, set_shipping_last_name)

Default Value

""

Remarks

Customer's last name.

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