E-Payment Integrator 2020 Python Edition

Questions / Feedback?

payment_schedule_recur_amount Property

The amount to be charged on a recurring basis.

Syntax

def get_payment_schedule_recur_amount() -> str: ...
def set_payment_schedule_recur_amount(value: str) -> None: ...

payment_schedule_recur_amount = property(get_payment_schedule_recur_amount, set_payment_schedule_recur_amount)

Default Value

""

Remarks

The amount to be charged on a recurring basis. This amount can vary from payment_schedule_initial_amount.

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