E-Payment Integrator 2020 Python Edition

Questions / Feedback?

payment_schedule_initial_amount Property

The initial amount to be charged (such as a trial period or setup fee).

Syntax

def get_payment_schedule_initial_amount() -> str: ...
def set_payment_schedule_initial_amount(value: str) -> None: ...

payment_schedule_initial_amount = property(get_payment_schedule_initial_amount, set_payment_schedule_initial_amount)

Default Value

""

Remarks

The initial amount to be charged (such as a trial period or setup fee). This amount can vary from payment_schedule_recur_amount.

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