Skip to content

@line/bot-sdkDocs


@line/bot-sdk / messagingApi / Membership

Type Alias: Membership

Membership: object

LINE Messaging API This document describes LINE Messaging API.

The version of the OpenAPI document: 0.0.1

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Type declaration

benefits

benefits: string[]

List of membership plan perks.

currency

currency: CurrencyEnum

The currency of membership.price.

description

description: string

Membership plan description.

isInAppPurchase

isInAppPurchase: boolean

Payment method for users who subscribe to a membership plan.

isPublished

isPublished: boolean

Membership plan status.

memberCount

memberCount: number

Number of members subscribed to the membership plan.

memberLimit

memberLimit: number | null

The upper limit of members who can subscribe. If no upper limit is set, it will be null.

membershipId

membershipId: number

Membership plan ID.

price

price: number

Monthly fee for membership plan. (e.g. 1500.00)

title

title: string

Membership plan name.

Defined in

lib/messaging-api/model/membership.ts:13