E-Payment Integrator 2020 Python Edition

Questions / Feedback?

shipping_first_name Property

Customer's first name.

Syntax

def get_shipping_first_name() -> str: ...
def set_shipping_first_name(value: str) -> None: ...

shipping_first_name = property(get_shipping_first_name, set_shipping_first_name)

Default Value

""

Remarks

Customer's first name.

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