我对定期付款和它的生命周期有点困惑。我想弄清楚在那一年过去后我是否必须以某种方式更新定期付款资料。我正在阅读https://www.x.com/developers/paypal/documentation-tools/api/createrecurringpaymentsprofile-api-operation-nvp#id09BNA01I0E9以下内容:
The combination of BillingPeriod and BillingFrequency cannot exceed one year.
但是还有一个 TOTALBILLINGCYCLES 参数说明
For the regular payment period, if no value is specified or
the value is 0, the regular payment period continues until the
profile is canceled or deactivated.
它表明如果我设置为零,我不需要对配置文件做任何事情。我对吗?