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

Copy Markdown

Paginated response object containing a list of coupons.

Summary

Types

t()

@type t() :: %LINE.Bot.MessagingApi.Model.MessagingApiPagerCouponListResponse{
  items: [LINE.Bot.Model.CouponListResponse.t()],
  next: String.t() | nil
}

Functions

decode(value)