Stripe.LoginLink (stripity_stripe v2.17.3) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Stripe.LoginLink{
  created: Stripe.timestamp(),
  object: String.t(),
  url: String.t()
}

Link to this section Functions

Link to this function

create(id, params, opts \\ [])

View Source

Specs

create(Stripe.id() | Stripe.Account.t(), map(), Stripe.options()) ::
  {:ok, t()} | {:error, Stripe.Error.t()}