E-Payment Integrator 2020 Python Edition

Questions / Feedback?

payment_schedule_total_payments Property

The total number of payments.

Syntax

def get_payment_schedule_total_payments() -> int: ...
def set_payment_schedule_total_payments(value: int) -> None: ...

payment_schedule_total_payments = property(get_payment_schedule_total_payments, set_payment_schedule_total_payments)

Default Value

0

Remarks

The total number of payments. Valid values differ between gateways. See RecurringBilling Gateway Setup and Required Properties for details.

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