E-Payment Integrator 2020 Python Edition

Questions / Feedback?

customer_address2 Property

A specific detail on the customer's shipping address (such as building, suite, apartment, floor number etc.

Syntax

def get_customer_address2() -> str: ...
def set_customer_address2(value: str) -> None: ...

customer_address2 = property(get_customer_address2, set_customer_address2)

Default Value

""

Remarks

A specific detail on the customer's shipping address (such as building, suite, apartment, floor number etc.).

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