E-Payment Integrator 2020 Python Edition

Questions / Feedback?

subscription_details_frequency Property

The frequency in which payments will occur.

Syntax

def get_subscription_details_frequency() -> str: ...

subscription_details_frequency = property(get_subscription_details_frequency, None)

Default Value

""

Remarks

The frequency in which payments will occur.

If subscription_details_frequency_unit is applicable, this property will contain the length of the corresponding subscription_details_frequency_unit in which payments will occur.

This component uses pre-defined Frequency values which are listed below. If a gateway returns any value not contained within the pre-defined list, the raw value will be returned.

  • None
  • Daily
  • Weekly
  • BiWeekly
  • FourWeeks
  • SemiMonthly
  • Monthly
  • BiMonthly
  • Quarterly
  • SemiAnnually
  • Annually

This property is read-only.

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