E-Payment Integrator 2020 Python Edition

Questions / Feedback?

payment_schedule_end_date Property

The end date of the subscription.

Syntax

def get_payment_schedule_end_date() -> str: ...
def set_payment_schedule_end_date(value: str) -> None: ...

payment_schedule_end_date = property(get_payment_schedule_end_date, set_payment_schedule_end_date)

Default Value

""

Remarks

The end date of the subscription.

The default format is "MM/dd/yyyy" and is controlled by DateFormat, or get_subscription_status.

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