You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+
* https://openapi-generator.tech
10
+
* Do not edit the class manually.
11
+
*/
12
+
13
+
/**
14
+
* Object containing user membership subscription information.
15
+
*/
16
+
exporttypeSubscribedMembershipUser={
17
+
/**
18
+
* The user\'s member number in the membership plan.
19
+
*/
20
+
membershipNo: number/**/;
21
+
/**
22
+
* UNIX timestamp at which the user subscribed to the membership.
23
+
*/
24
+
joinedTime: number/**/;
25
+
/**
26
+
* Next payment date for membership plan. - Format: yyyy-MM-dd (e.g. 2024-02-08) - Timezone: UTC+9
27
+
*/
28
+
nextBillingDate: string/**/;
29
+
/**
30
+
* The period of time in months that the user has been subscribed to a membership plan. If a user previously canceled and then re-subscribed to the same membership plan, only the period after the re-subscription will be counted.
0 commit comments