E-Payment Integrator 2020 Python Edition

Questions / Feedback?

customer_full_name Property

Customer's full name.

Syntax

def get_customer_full_name() -> str: ...
def set_customer_full_name(value: str) -> None: ...

customer_full_name = property(get_customer_full_name, set_customer_full_name)

Default Value

""

Remarks

Customer's full name. This property contains the customer's full name as it appears on the credit card or bank account. Many gateways use this property in addition to, or instead of, the customer_first_name and customer_last_name properties. If a gateway requires a customer_full_name and the property is empty, customer_full_name will be constructed using the contents of customer_first_name and customer_last_name.

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