stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetAccountsAccountExternalAccountsId

Description

Contains the different functions to run the operation getAccountsAccountExternalAccountsId

Synopsis

Documentation

getAccountsAccountExternalAccountsId Source #

Arguments

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

The configuration to use in the request

-> Text

account | Constraints: Maximum length of 5000

-> Maybe Text

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

-> Text

id

-> Maybe GetAccountsAccountExternalAccountsIdRequestBody

The request body to send

-> m (Either HttpException (Response GetAccountsAccountExternalAccountsIdResponse))

Monad containing the result of the operation

GET /v1/accounts/{account}/external_accounts/{id}

<p>Retrieve a specified external account for a given account.</p>

data GetAccountsAccountExternalAccountsIdRequestBody Source #

Defines the data type for the schema getAccountsAccountExternalAccountsIdRequestBody

Instances
Eq GetAccountsAccountExternalAccountsIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountsAccountExternalAccountsId

Show GetAccountsAccountExternalAccountsIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountsAccountExternalAccountsId

ToJSON GetAccountsAccountExternalAccountsIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountsAccountExternalAccountsId

FromJSON GetAccountsAccountExternalAccountsIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountsAccountExternalAccountsId