stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetFileLinksLink

Description

Contains the different functions to run the operation getFileLinksLink

Synopsis

Documentation

getFileLinksLink Source #

Arguments

:: forall m. MonadHTTP m 
=> GetFileLinksLinkParameters

Contains all available parameters of this operation (query and path parameters)

-> ClientT m (Response GetFileLinksLinkResponse)

Monadic computation which returns the result of the operation

GET /v1/file_links/{link}

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

data GetFileLinksLinkParameters Source #

Defines the object schema located at paths./v1/file_links/{link}.GET.parameters in the specification.

Constructors

GetFileLinksLinkParameters 

Fields

data GetFileLinksLinkResponse Source #

Represents a response of the operation getFileLinksLink.

The response constructor is chosen by the status code of the response. If no case matches (no specific case for the response code, no range case, no default case), GetFileLinksLinkResponseError is used.

Constructors

GetFileLinksLinkResponseError String

Means either no matching case available or a parse error

GetFileLinksLinkResponse200 FileLink

Successful response.

GetFileLinksLinkResponseDefault Error

Error response.