LINE.Bot.MessagingApi.Model.CashBackFixedPriceInfoResponse (line_bot_sdk v0.2.0)

Copy Markdown

Summary

Types

t()

@type t() :: %LINE.Bot.MessagingApi.Model.CashBackFixedPriceInfoResponse{
  currency: String.t() | nil,
  fixedAmount: integer() | nil,
  type: String.t()
}

Functions

decode(value)