UNPKG

1.11 kBTypeScriptView Raw
1/**
2 * LINE Messaging API
3 * This document describes LINE Messaging API.
4 *
5 * The version of the OpenAPI document: 0.0.1
6 *
7 *
8 * 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 * Object containing user membership subscription information.
14 */
15export type SubscribedMembershipUser = {
16 /**
17 * The user\'s member number in the membership plan.
18 */
19 membershipNo: number;
20 /**
21 * UNIX timestamp at which the user subscribed to the membership.
22 */
23 joinedTime: number;
24 /**
25 * Next payment date for membership plan. - Format: yyyy-MM-dd (e.g. 2024-02-08) - Timezone: UTC+9
26 */
27 nextBillingDate: string;
28 /**
29 * 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.
30 */
31 totalSubscriptionMonths: number;
32};
33//# sourceMappingURL=subscribedMembershipUser.d.ts.map
\No newline at end of file