E-Payment Integrator 2020 Python Edition

Questions / Feedback?

shipping_state Property

Customer's shipping state.

Syntax

def get_shipping_state() -> str: ...
def set_shipping_state(value: str) -> None: ...

shipping_state = property(get_shipping_state, set_shipping_state)

Default Value

""

Remarks

Customer's shipping state.

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