Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the different functions to run the operation getAccountsAccountExternalAccountsId
Synopsis
- getAccountsAccountExternalAccountsId :: forall m s. (MonadHTTP m, SecurityScheme s) => Configuration s -> String -> Maybe String -> String -> GetAccountsAccountExternalAccountsIdRequestBody -> m (Either HttpException (Response GetAccountsAccountExternalAccountsIdResponse))
- getAccountsAccountExternalAccountsIdRaw :: forall m s. (MonadHTTP m, SecurityScheme s) => Configuration s -> String -> Maybe String -> String -> GetAccountsAccountExternalAccountsIdRequestBody -> m (Either HttpException (Response ByteString))
- getAccountsAccountExternalAccountsIdM :: forall m s. (MonadHTTP m, SecurityScheme s) => String -> Maybe String -> String -> GetAccountsAccountExternalAccountsIdRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response GetAccountsAccountExternalAccountsIdResponse))
- getAccountsAccountExternalAccountsIdRawM :: forall m s. (MonadHTTP m, SecurityScheme s) => String -> Maybe String -> String -> GetAccountsAccountExternalAccountsIdRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response ByteString))
- data GetAccountsAccountExternalAccountsIdRequestBody = GetAccountsAccountExternalAccountsIdRequestBody {
- data GetAccountsAccountExternalAccountsIdResponse
Documentation
getAccountsAccountExternalAccountsId 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 |
-> 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>
getAccountsAccountExternalAccountsIdRaw :: forall m s. (MonadHTTP m, SecurityScheme s) => Configuration s -> String -> Maybe String -> String -> GetAccountsAccountExternalAccountsIdRequestBody -> m (Either HttpException (Response ByteString)) Source #
GET /v1/accounts/{account}/external_accounts/{id}
The same as getAccountsAccountExternalAccountsId
but returns the raw ByteString
getAccountsAccountExternalAccountsIdM :: forall m s. (MonadHTTP m, SecurityScheme s) => String -> Maybe String -> String -> GetAccountsAccountExternalAccountsIdRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response GetAccountsAccountExternalAccountsIdResponse)) Source #
GET /v1/accounts/{account}/external_accounts/{id}
Monadic version of getAccountsAccountExternalAccountsId
(use with runWithConfiguration
)
getAccountsAccountExternalAccountsIdRawM :: forall m s. (MonadHTTP m, SecurityScheme s) => String -> Maybe String -> String -> GetAccountsAccountExternalAccountsIdRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response ByteString)) Source #
GET /v1/accounts/{account}/external_accounts/{id}
Monadic version of getAccountsAccountExternalAccountsIdRaw
(use with runWithConfiguration
)
data GetAccountsAccountExternalAccountsIdRequestBody Source #
Defines the data type for the schema getAccountsAccountExternalAccountsIdRequestBody
Instances
data GetAccountsAccountExternalAccountsIdResponse Source #
Represents a response of the operation getAccountsAccountExternalAccountsId
.
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), GetAccountsAccountExternalAccountsIdResponseError
is used.
GetAccountsAccountExternalAccountsIdResponseError String | Means either no matching case available or a parse error |
GetAccountsAccountExternalAccountsIdResponse200 ExternalAccount | Successful response. |
GetAccountsAccountExternalAccountsIdResponseDefault Error | Error response. |