Struct to represent a Stripe Token object
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() }