/n software 3-D Secure V2 Python Edition

Questions / Feedback?

billing_address_postal_code Property

The ZIP or other postal code of the address.

Syntax

def get_billing_address_postal_code() -> str: ...
def set_billing_address_postal_code(value: str) -> None: ...

billing_address_postal_code = property(get_billing_address_postal_code, set_billing_address_postal_code)

Default Value

""

Remarks

The ZIP or other postal code of the address. The maximum length is 16 characters.

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