stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetPayouts

Description

Contains the different functions to run the operation getPayouts

Synopsis

Documentation

getPayouts Source #

Arguments

:: forall m. MonadHTTP m 
=> GetPayoutsParameters

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

-> ClientT m (Response GetPayoutsResponse)

Monadic computation which returns the result of the operation

GET /v1/payouts

<p>Returns a list of existing payouts sent to third-party bank accounts or that Stripe has sent you. The payouts are returned in sorted order, with the most recently created payouts appearing first.</p>

data GetPayoutsParameters Source #

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

Constructors

GetPayoutsParameters 

Fields

data GetPayoutsParametersQueryArrivalDate'OneOf1 Source #

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

data GetPayoutsParametersQueryArrivalDate'Variants Source #

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

Represents the parameter named 'arrival_date'

data GetPayoutsParametersQueryCreated'OneOf1 Source #

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

data GetPayoutsParametersQueryCreated'Variants Source #

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

Represents the parameter named 'created'

data GetPayoutsResponse Source #

Represents a response of the operation getPayouts.

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

Constructors

GetPayoutsResponseError String

Means either no matching case available or a parse error

GetPayoutsResponse200 GetPayoutsResponseBody200

Successful response.

GetPayoutsResponseDefault Error

Error response.

data GetPayoutsResponseBody200 Source #

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

Constructors

GetPayoutsResponseBody200 

Fields