stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetAccountCapabilitiesCapability

Description

Contains the different functions to run the operation getAccountCapabilitiesCapability

Synopsis

Documentation

getAccountCapabilitiesCapability Source #

Arguments

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

The configuration to use in the request

-> Text

capability

-> Maybe Text

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

-> Maybe GetAccountCapabilitiesCapabilityRequestBody

The request body to send

-> m (Either HttpException (Response GetAccountCapabilitiesCapabilityResponse))

Monad containing the result of the operation

GET /v1/account/capabilities/{capability}

<p>Retrieves information about the specified Account Capability.</p>

data GetAccountCapabilitiesCapabilityRequestBody Source #

Defines the data type for the schema getAccountCapabilitiesCapabilityRequestBody