Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 929 Bytes

AutopaySchedule.md

File metadata and controls

12 lines (8 loc) · 929 Bytes

AutopaySchedule

Properties

Name Type Description Notes
frequency_type string Defines how often clients are charged. Possible values are: * SetNumberOfAutopays * MonthToMonth [optional]
frequency_value int The interval of AutoPay frequency, combined with `FrequencyTimeUnit`. This value is null if `FrequencyType` is `MonthToMonth`. [optional]
frequency_time_unit string Defines the time unit that sets how often to run the AutoPay, combined with `FrequencyValue`. This value is null if `FrequencyType` is `MonthToMonth`. Possible values are: * Weekly * Monthly * Yearly [optional]

[Back to Model list] [Back to API list] [Back to README]