Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the different functions to run the operation getAccountsAccountExternalAccountsId
Synopsis
- getAccountsAccountExternalAccountsId :: forall m. MonadHTTP m => GetAccountsAccountExternalAccountsIdParameters -> ClientT m (Response GetAccountsAccountExternalAccountsIdResponse)
- data GetAccountsAccountExternalAccountsIdParameters = GetAccountsAccountExternalAccountsIdParameters {}
- mkGetAccountsAccountExternalAccountsIdParameters :: Text -> Text -> GetAccountsAccountExternalAccountsIdParameters
- data GetAccountsAccountExternalAccountsIdResponse
Documentation
getAccountsAccountExternalAccountsId Source #
:: forall m. MonadHTTP m | |
=> GetAccountsAccountExternalAccountsIdParameters | Contains all available parameters of this operation (query and path parameters) |
-> ClientT m (Response GetAccountsAccountExternalAccountsIdResponse) | Monadic computation which returns the result of the operation |
GET /v1/accounts/{account}/external_accounts/{id}
<p>Retrieve a specified external account for a given account.</p>
data GetAccountsAccountExternalAccountsIdParameters Source #
Defines the object schema located at paths./v1/accounts/{account}/external_accounts/{id}.GET.parameters
in the specification.
GetAccountsAccountExternalAccountsIdParameters | |
|
Instances
mkGetAccountsAccountExternalAccountsIdParameters Source #
Create a new GetAccountsAccountExternalAccountsIdParameters
with all required fields.
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. |