E-Payment Integrator 2020 Python Edition

Questions / Feedback?

license_dob Property

Customer's Date of Birth as indicated on his driver's license.

Syntax

def get_license_dob() -> str: ...
def set_license_dob(value: str) -> None: ...

license_dob = property(get_license_dob, set_license_dob)

Default Value

""

Remarks

This property contains the customer's date of birth as it appears on his driver's license. The format varies between gateways, so please see the specifications for correct formatting. This property may be used by the gateway for fraud screening.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Python Edition - Version 20.0 [Build 7941]