Looking for ePay classic docs? Go to docs.epay.dk
ePay documentationDocsePay documentation

MultiLinkSubscriptionInterval

The fixed interval between charges for a scheduled subscription.

periodstring
Required

The unit used to calculate the charge interval.

Possible values:
"DAY""WEEK""MONTH""YEAR"
Example:
"MONTH"
frequencyinteger
Required

The number of period units between charges.

Range:
1 <= value <= 31
Example:
1
MultiLinkSubscriptionInterval
{  "period": "MONTH",  "frequency": 1}