View Source WeChat.CardSignature (elixir_wechat v0.4.6)

A WeChat Card signature expression.

Link to this section Summary

Link to this section Types

@type t() :: %WeChat.CardSignature{
  noncestr: String.t(),
  timestamp: integer(),
  value: String.t()
}