stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetAccountExternalAccountsId

Description

Contains the different functions to run the operation getAccountExternalAccountsId

Synopsis

Documentation

getAccountExternalAccountsId Source #

Arguments

:: forall m. MonadHTTP m 
=> GetAccountExternalAccountsIdParameters

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

-> ClientT m (Response GetAccountExternalAccountsIdResponse)

Monadic computation which returns the result of the operation

GET /v1/account/external_accounts/{id}

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

data GetAccountExternalAccountsIdParameters Source #

Defines the object schema located at paths./v1/account/external_accounts/{id}.GET.parameters in the specification.

Constructors

GetAccountExternalAccountsIdParameters 

Fields