stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetApplicationFees

Description

Contains the different functions to run the operation getApplicationFees

Synopsis

Documentation

getApplicationFees Source #

Arguments

:: forall m. MonadHTTP m 
=> GetApplicationFeesParameters

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

-> ClientT m (Response GetApplicationFeesResponse)

Monadic computation which returns the result of the operation

GET /v1/application_fees

<p>Returns a list of application fees you’ve previously collected. The application fees are returned in sorted order, with the most recent fees appearing first.</p>

data GetApplicationFeesParameters Source #

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

Constructors

GetApplicationFeesParameters 

Fields

data GetApplicationFeesParametersQueryCreated'OneOf1 Source #

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

data GetApplicationFeesParametersQueryCreated'Variants Source #

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

Represents the parameter named 'created'

Instances

Instances details
Eq GetApplicationFeesParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetApplicationFees

Show GetApplicationFeesParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetApplicationFees

ToJSON GetApplicationFeesParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetApplicationFees

FromJSON GetApplicationFeesParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetApplicationFees

data GetApplicationFeesResponse Source #

Represents a response of the operation getApplicationFees.

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

Constructors

GetApplicationFeesResponseError String

Means either no matching case available or a parse error

GetApplicationFeesResponse200 GetApplicationFeesResponseBody200

Successful response.

GetApplicationFeesResponseDefault Error

Error response.

data GetApplicationFeesResponseBody200 Source #

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

Constructors

GetApplicationFeesResponseBody200 

Fields