/n software 3-D Secure V2 Python Edition

Questions / Feedback?

billing_address_line1 Property

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

Syntax

def get_billing_address_line1() -> str: ...
def set_billing_address_line1(value: str) -> None: ...

billing_address_line1 = property(get_billing_address_line1, set_billing_address_line1)

Default Value

""

Remarks

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