stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetAccountsAccountBankAccountsId

Description

Contains the different functions to run the operation getAccountsAccountBankAccountsId

Synopsis

Documentation

getAccountsAccountBankAccountsId Source #

Arguments

:: forall m. MonadHTTP m 
=> GetAccountsAccountBankAccountsIdParameters

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

-> StripeT m (Response GetAccountsAccountBankAccountsIdResponse)

Monadic computation which returns the result of the operation

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

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

data GetAccountsAccountBankAccountsIdParameters Source #

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

Constructors

GetAccountsAccountBankAccountsIdParameters 

Fields