stripity_stripe v2.7.0 Stripe.LoginLink View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Stripe.LoginLink{
created: Stripe.timestamp(),
object: String.t(),
url: String.t()
}
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
create(id, params, opts \\ [])
View Source
create(Stripe.id() | Stripe.Account.t(), map(), Stripe.options()) ::
{:ok, t()} | {:error, Stripe.Error.t()}
create(Stripe.id() | Stripe.Account.t(), map(), Stripe.options()) :: {:ok, t()} | {:error, Stripe.Error.t()}