LINE.Bot.MessagingApi.Model.SubscribedMembershipPlan (line_bot_sdk v0.1.0)

Copy Markdown

Object containing information about the membership plan.

Summary

Types

t()

@type t() :: %LINE.Bot.MessagingApi.Model.SubscribedMembershipPlan{
  benefits: [String.t()],
  currency: String.t(),
  description: String.t(),
  membershipId: integer(),
  price: float(),
  title: String.t()
}

Functions

decode(value)