Tiger.Structs.Token (tiger v0.1.1)

Struct to represent a Stripe Token object

Link to this section Summary

Link to this section Types

Specs

t() :: %Tiger.Structs.Token{
  card: map(),
  client_ip: String.t() | nil,
  created: number(),
  id: String.t(),
  livemode: boolean(),
  object: String.t(),
  type: String.t(),
  used: boolean()
}