/n software 3-D Secure V2 Python Edition

Questions / Feedback?

merchant_url Property

Merchant's URL.

Syntax

def get_merchant_url() -> str: ...
def set_merchant_url(value: str) -> None: ...

merchant_url = property(get_merchant_url, set_merchant_url)

Default Value

""

Remarks

This field contains the fully qualified URL of the merchant site.

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