Stripe 添加一次订阅服务(默认关闭自动续订功能)

This commit is contained in:
2025-02-17 17:14:30 +08:00
parent d2d5eebe12
commit 37ff60fcfb
12 changed files with 207 additions and 68 deletions

View File

@@ -42,6 +42,8 @@ public class SubscriptionEmailParamsDTO {
// 订阅开始时间
private String startDate;
private String endDate;
// 下一个支付日期
private String nextPayDate;