View Source ExOAPI.Stripe.SDK.Mandates (exoapi_stripe v0.1.4)

Link to this section Summary

Functions

description: <p>Retrieves a Mandate object.</p>

Link to this section Types

Link to this type

get_mandates_mandate_opts()

View Source
@type get_mandates_mandate_opts() :: {:expand, String.t()}

Link to this section Functions

Link to this function

get_mandates_mandate(client, mandate, opts \\ [])

View Source
@spec get_mandates_mandate(
  client :: ExOAPI.Client.t(),
  mandate :: String.t(),
  [get_mandates_mandate_opts()]
) ::
  {:ok,
   ExOAPI.Stripe.Schemas.Error.t() | ExOAPI.Stripe.Schemas.Mandate.t() | map()}
  | {:error, any()}

description: <p>Retrieves a Mandate object.</p>