/n software 3-D Secure V2 Python Edition

Questions / Feedback?

billing_address_line2 Property

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

Syntax

def get_billing_address_line2() -> str: ...
def set_billing_address_line2(value: str) -> None: ...

billing_address_line2 = property(get_billing_address_line2, set_billing_address_line2)

Default Value

""

Remarks

The second 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]