E-Payment Integrator 2020 Python Edition

Questions / Feedback?

payment_type Property

Indicates whether the payment is instant or delayed.

Syntax

def get_payment_type() -> str: ...

payment_type = property(get_payment_type, None)

Default Value

""

Remarks

Indicates whether the payment is instant or delayed.

Current list of return values: none, echeck, instant.

This property is read-only.

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