E-Payment Integrator 2020 Python Edition

Questions / Feedback?

payer_status Property

Indicates whether the payer is verified or not.

Syntax

def get_payer_status() -> str: ...
def set_payer_status(value: str) -> None: ...

payer_status = property(get_payer_status, set_payer_status)

Default Value

""

Remarks

Indicates whether the payer is verified or not.

Valid values for this property are "verified" or "unverified".

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