E-Payment Integrator 2020 Python Edition

Questions / Feedback?

customer_state Property

Customer's state.

Syntax

def get_customer_state() -> str: ...
def set_customer_state(value: str) -> None: ...

customer_state = property(get_customer_state, set_customer_state)

Default Value

""

Remarks

Customer's state. This property is used as part of the Address Verification Service (AVS) and contains the two character postal abbreviation of the customer's state as it appears on their monthly statement. Other AVS properties include customer_address, customer_city, and customer_zip.

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