Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the different functions to run the operation deleteAccountsAccountBankAccountsId
Synopsis
- deleteAccountsAccountBankAccountsId :: forall m s. (MonadHTTP m, SecurityScheme s) => Configuration s -> String -> String -> DeleteAccountsAccountBankAccountsIdRequestBody -> m (Either HttpException (Response DeleteAccountsAccountBankAccountsIdResponse))
- deleteAccountsAccountBankAccountsIdRaw :: forall m s. (MonadHTTP m, SecurityScheme s) => Configuration s -> String -> String -> DeleteAccountsAccountBankAccountsIdRequestBody -> m (Either HttpException (Response ByteString))
- deleteAccountsAccountBankAccountsIdM :: forall m s. (MonadHTTP m, SecurityScheme s) => String -> String -> DeleteAccountsAccountBankAccountsIdRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response DeleteAccountsAccountBankAccountsIdResponse))
- deleteAccountsAccountBankAccountsIdRawM :: forall m s. (MonadHTTP m, SecurityScheme s) => String -> String -> DeleteAccountsAccountBankAccountsIdRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response ByteString))
- data DeleteAccountsAccountBankAccountsIdRequestBody = DeleteAccountsAccountBankAccountsIdRequestBody {
- data DeleteAccountsAccountBankAccountsIdResponse
Documentation
deleteAccountsAccountBankAccountsId Source #
:: (MonadHTTP m, SecurityScheme s) | |
=> Configuration s | The configuration to use in the request |
-> String | account | Constraints: Maximum length of 5000 |
-> String | id |
-> DeleteAccountsAccountBankAccountsIdRequestBody | The request body to send |
-> m (Either HttpException (Response DeleteAccountsAccountBankAccountsIdResponse)) | Monad containing the result of the operation |
DELETE /v1/accounts/{account}/bank_accounts/{id}
<p>Delete a specified external account for a given account.</p>
deleteAccountsAccountBankAccountsIdRaw :: forall m s. (MonadHTTP m, SecurityScheme s) => Configuration s -> String -> String -> DeleteAccountsAccountBankAccountsIdRequestBody -> m (Either HttpException (Response ByteString)) Source #
DELETE /v1/accounts/{account}/bank_accounts/{id}
The same as deleteAccountsAccountBankAccountsId
but returns the raw ByteString
deleteAccountsAccountBankAccountsIdM :: forall m s. (MonadHTTP m, SecurityScheme s) => String -> String -> DeleteAccountsAccountBankAccountsIdRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response DeleteAccountsAccountBankAccountsIdResponse)) Source #
DELETE /v1/accounts/{account}/bank_accounts/{id}
Monadic version of deleteAccountsAccountBankAccountsId
(use with runWithConfiguration
)
deleteAccountsAccountBankAccountsIdRawM :: forall m s. (MonadHTTP m, SecurityScheme s) => String -> String -> DeleteAccountsAccountBankAccountsIdRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response ByteString)) Source #
DELETE /v1/accounts/{account}/bank_accounts/{id}
Monadic version of deleteAccountsAccountBankAccountsIdRaw
(use with runWithConfiguration
)
data DeleteAccountsAccountBankAccountsIdRequestBody Source #
Defines the data type for the schema deleteAccountsAccountBankAccountsIdRequestBody
Instances
data DeleteAccountsAccountBankAccountsIdResponse Source #
Represents a response of the operation deleteAccountsAccountBankAccountsId
.
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), DeleteAccountsAccountBankAccountsIdResponseError
is used.
DeleteAccountsAccountBankAccountsIdResponseError String | Means either no matching case available or a parse error |
DeleteAccountsAccountBankAccountsIdResponse200 DeletedExternalAccount | Successful response. |
DeleteAccountsAccountBankAccountsIdResponseDefault Error | Error response. |