E-Payment Integrator 2020 Python Edition

Questions / Feedback?

customer_last_name Property

Customer's last name.

Syntax

def get_customer_last_name() -> str: ...
def set_customer_last_name(value: str) -> None: ...

customer_last_name = property(get_customer_last_name, set_customer_last_name)

Default Value

""

Remarks

Customer's last name. This property contains the customer's last name as it appears on their credit card.

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