stripeapi-0.1.0.0: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetAccountCapabilities

Description

Contains the different functions to run the operation getAccountCapabilities

Synopsis

Documentation

getAccountCapabilities Source #

Arguments

:: (MonadHTTP m, SecurityScheme s) 
=> Configuration s

The configuration to use in the request

-> Maybe String

expand: Specifies which fields in the response should be expanded.

-> GetAccountCapabilitiesRequestBody

The request body to send

-> m (Either HttpException (Response GetAccountCapabilitiesResponse))

Monad containing the result of the operation

GET /v1/account/capabilities

<p>Returns a list of capabilities associated with the account. The capabilities are returned sorted by creation date, with the most recent capability appearing first.</p>

data GetAccountCapabilitiesResponse Source #

Represents a response of the operation getAccountCapabilities.

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

Constructors

GetAccountCapabilitiesResponseError String

Means either no matching case available or a parse error

GetAccountCapabilitiesResponse200 GetAccountCapabilitiesResponseBody200

Successful response.

GetAccountCapabilitiesResponseDefault Error

Error response.

data GetAccountCapabilitiesResponseBody200 Source #

Defines the data type for the schema GetAccountCapabilitiesResponseBody200

Constructors

GetAccountCapabilitiesResponseBody200 

Fields

data GetAccountCapabilitiesResponseBody200Object' Source #

Defines the enum schema GetAccountCapabilitiesResponseBody200Object'

String representing the object's type. Objects of the same type share the same value. Always has the value `list`.