Skip to content

@line/bot-sdkDocs


@line/bot-sdk / messagingApi / SubscribedMembershipPlan

Type Alias: SubscribedMembershipPlan

SubscribedMembershipPlan: object

Object containing information about the membership plan.

Type declaration

benefits

benefits: string[]

List of membership plan perks.

currency

currency: CurrencyEnum

The currency of membership.price.

description

description: string

Membership plan description.

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/subscribedMembershipPlan.ts:16