/n software 3-D Secure V2 Python Edition

Questions / Feedback?

billing_address_state Property

The state or province of the address.

Syntax

def get_billing_address_state() -> str: ...
def set_billing_address_state(value: str) -> None: ...

billing_address_state = property(get_billing_address_state, set_billing_address_state)

Default Value

""

Remarks

The state or province of the address. The maximum length is 3 characters and should be the country subdivision code defined in ISO 3166-2.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 Python Edition - Version 2.2 [Build 8318]