Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the different functions to run the operation getAccountsAccountBankAccountsId
Synopsis
- getAccountsAccountBankAccountsId :: forall m s. (MonadHTTP m, SecurityScheme s) => Configuration s -> String -> Maybe String -> String -> GetAccountsAccountBankAccountsIdRequestBody -> m (Either HttpException (Response GetAccountsAccountBankAccountsIdResponse))
- getAccountsAccountBankAccountsIdRaw :: forall m s. (MonadHTTP m, SecurityScheme s) => Configuration s -> String -> Maybe String -> String -> GetAccountsAccountBankAccountsIdRequestBody -> m (Either HttpException (Response ByteString))
- getAccountsAccountBankAccountsIdM :: forall m s. (MonadHTTP m, SecurityScheme s) => String -> Maybe String -> String -> GetAccountsAccountBankAccountsIdRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response GetAccountsAccountBankAccountsIdResponse))
- getAccountsAccountBankAccountsIdRawM :: forall m s. (MonadHTTP m, SecurityScheme s) => String -> Maybe String -> String -> GetAccountsAccountBankAccountsIdRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response ByteString))
- data GetAccountsAccountBankAccountsIdRequestBody = GetAccountsAccountBankAccountsIdRequestBody {
- data GetAccountsAccountBankAccountsIdResponse
Documentation
getAccountsAccountBankAccountsId Source #
:: (MonadHTTP m, SecurityScheme s) | |
=> Configuration s | The configuration to use in the request |
-> String | account | Constraints: Maximum length of 5000 |
-> Maybe String | expand: Specifies which fields in the response should be expanded. |
-> String | id |
-> GetAccountsAccountBankAccountsIdRequestBody | The request body to send |
-> m (Either HttpException (Response GetAccountsAccountBankAccountsIdResponse)) | Monad containing the result of the operation |
GET /v1/accounts/{account}/bank_accounts/{id}
<p>Retrieve a specified external account for a given account.</p>
getAccountsAccountBankAccountsIdRaw :: forall m s. (MonadHTTP m, SecurityScheme s) => Configuration s -> String -> Maybe String -> String -> GetAccountsAccountBankAccountsIdRequestBody -> m (Either HttpException (Response ByteString)) Source #
GET /v1/accounts/{account}/bank_accounts/{id}
The same as getAccountsAccountBankAccountsId
but returns the raw ByteString
getAccountsAccountBankAccountsIdM :: forall m s. (MonadHTTP m, SecurityScheme s) => String -> Maybe String -> String -> GetAccountsAccountBankAccountsIdRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response GetAccountsAccountBankAccountsIdResponse)) Source #
GET /v1/accounts/{account}/bank_accounts/{id}
Monadic version of getAccountsAccountBankAccountsId
(use with runWithConfiguration
)
getAccountsAccountBankAccountsIdRawM :: forall m s. (MonadHTTP m, SecurityScheme s) => String -> Maybe String -> String -> GetAccountsAccountBankAccountsIdRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response ByteString)) Source #
GET /v1/accounts/{account}/bank_accounts/{id}
Monadic version of getAccountsAccountBankAccountsIdRaw
(use with runWithConfiguration
)
data GetAccountsAccountBankAccountsIdRequestBody Source #
Defines the data type for the schema getAccountsAccountBankAccountsIdRequestBody
Instances
data GetAccountsAccountBankAccountsIdResponse Source #
Represents a response of the operation getAccountsAccountBankAccountsId
.
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), GetAccountsAccountBankAccountsIdResponseError
is used.
GetAccountsAccountBankAccountsIdResponseError String | Means either no matching case available or a parse error |
GetAccountsAccountBankAccountsIdResponse200 ExternalAccount | Successful response. |
GetAccountsAccountBankAccountsIdResponseDefault Error | Error response. |