/n software 3-D Secure V2 Python Edition

Questions / Feedback?

billing_address_line3 Property

The third line of the street address or equivalent local portion of the address.

Syntax

def get_billing_address_line3() -> str: ...
def set_billing_address_line3(value: str) -> None: ...

billing_address_line3 = property(get_billing_address_line3, set_billing_address_line3)

Default Value

""

Remarks

The third line of the street address or equivalent local portion of the address. The maximum length is 50 characters.

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