E-Payment Integrator 2020 Python Edition

Questions / Feedback?

subscription_desc Property

Description of recurring subscription.

Syntax

def get_subscription_desc() -> str: ...
def set_subscription_desc(value: str) -> None: ...

subscription_desc = property(get_subscription_desc, set_subscription_desc)

Default Value

""

Remarks

This field contains a description of the recurring subscription. Please see the RecurringBilling Gateway Setup and Required Properties page to determine if this is a required or optional field for the gateway you are using.

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