View Source ExTier.Api.Whois (ex_tier v0.11.1)
Link to this section Summary
Functions
Get Stripe's customer id from an organization
Link to this section Types
@type whois_params() :: %{org: String.t()}
Link to this section Functions
@spec whois(whois_params()) :: {:ok, ExTier.Whois.t()} | {:error, ExTier.Error.t()}
Get Stripe's customer id from an organization
{:ok, %ExTier.Whois{}} = ExTier.whois(%{org: "org:org_id"})