/n software 3-D Secure V2 Python Edition

Questions / Feedback?

serial_number Property

Serial number indicating the state of the current card range cache.

Syntax

def get_serial_number() -> str: ...
def set_serial_number(value: str) -> None: ...

serial_number = property(get_serial_number, set_serial_number)

Default Value

""

Remarks

If this element is present when submitting a Card Range Request (CRReq) with the request_card_ranges method, the Directory Server returns card ranges that have been updated since the time of the response which returned this serial number. If the element is not present, the Directory Server returns all participating card ranges. This field is updated with a new serial number after each call to request_card_ranges.

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