E-Payment Integrator 2020 Python Edition

Questions / Feedback?

customer_first_name Property

Customer's first name.

Syntax

def get_customer_first_name() -> str: ...
def set_customer_first_name(value: str) -> None: ...

customer_first_name = property(get_customer_first_name, set_customer_first_name)

Default Value

""

Remarks

Customer's first name. This property contains the customer's first name.

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