stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetFileLinks

Description

Contains the different functions to run the operation getFileLinks

Synopsis

Documentation

getFileLinks Source #

Arguments

:: forall m. MonadHTTP m 
=> GetFileLinksParameters

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

-> StripeT m (Response GetFileLinksResponse)

Monadic computation which returns the result of the operation

GET /v1/file_links

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

data GetFileLinksParameters Source #

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

Constructors

GetFileLinksParameters 

Fields

data GetFileLinksParametersQueryCreated'OneOf1 Source #

Defines the object schema located at paths./v1/file_links.GET.parameters.properties.queryCreated.anyOf in the specification.

data GetFileLinksParametersQueryCreated'Variants Source #

Defines the oneOf schema located at paths./v1/file_links.GET.parameters.properties.queryCreated.anyOf in the specification.

Represents the parameter named 'created'

data GetFileLinksResponse Source #

Represents a response of the operation getFileLinks.

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), GetFileLinksResponseError is used.

Constructors

GetFileLinksResponseError String

Means either no matching case available or a parse error

GetFileLinksResponse200 GetFileLinksResponseBody200

Successful response.

GetFileLinksResponseDefault Error

Error response.

data GetFileLinksResponseBody200 Source #

Defines the object schema located at paths./v1/file_links.GET.responses.200.content.application/json.schema in the specification.

Constructors

GetFileLinksResponseBody200 

Fields