View Source ExOAPI.Stripe.SDK.FileLinks (exoapi_stripe v0.1.1)

Link to this section Summary

Functions

description: <p>Returns a list of file links.</p>

description: <p>Retrieves the file link with the given ID.</p>

description: <p>Creates a new file link object.</p>

description: <p>Updates an existing file link object. Expired links can no longer be updated.</p>

Link to this section Types

Link to this section Functions

Link to this function

get_file_links(client, opts \\ [])

View Source
@spec get_file_links(client :: ExOAPI.Client.t(), [get_file_links_opts()]) ::
  {:ok, any()} | {:error, any()}

description: <p>Returns a list of file links.</p>

Link to this function

post_file_links(client, body)

View Source
@spec post_file_links(client :: ExOAPI.Client.t(), body :: map()) ::
  {:ok, any()} | {:error, any()}

description: <p>Creates a new file link object.</p>

Link to this function

post_file_links_link(client, body, link)

View Source
@spec post_file_links_link(
  client :: ExOAPI.Client.t(),
  body :: map(),
  link :: String.t()
) ::
  {:ok, any()} | {:error, any()}

description: <p>Updates an existing file link object. Expired links can no longer be updated.</p>