E-Payment Integrator 2020 Python Edition

Questions / Feedback?

subscription_details_frequency_unit Property

The unit frequency in which the payments will be processed.

Syntax

def get_subscription_details_frequency_unit() -> str: ...

subscription_details_frequency_unit = property(get_subscription_details_frequency_unit, None)

Default Value

""

Remarks

The unit frequency in which the payments will be processed.

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

  • Days
  • Weeks
  • Months
  • Years

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]