Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the different functions to run the operation getCustomersCustomerTaxIdsId
Synopsis
- getCustomersCustomerTaxIdsId :: forall m. MonadHTTP m => GetCustomersCustomerTaxIdsIdParameters -> ClientT m (Response GetCustomersCustomerTaxIdsIdResponse)
- data GetCustomersCustomerTaxIdsIdParameters = GetCustomersCustomerTaxIdsIdParameters {}
- mkGetCustomersCustomerTaxIdsIdParameters :: Text -> Text -> GetCustomersCustomerTaxIdsIdParameters
- data GetCustomersCustomerTaxIdsIdResponse
Documentation
getCustomersCustomerTaxIdsId Source #
:: forall m. MonadHTTP m | |
=> GetCustomersCustomerTaxIdsIdParameters | Contains all available parameters of this operation (query and path parameters) |
-> ClientT m (Response GetCustomersCustomerTaxIdsIdResponse) | Monadic computation which returns the result of the operation |
GET /v1/customers/{customer}/tax_ids/{id}
<p>Retrieves the <code>TaxID</code> object with the given identifier.</p>
data GetCustomersCustomerTaxIdsIdParameters Source #
Defines the object schema located at paths./v1/customers/{customer}/tax_ids/{id}.GET.parameters
in the specification.
GetCustomersCustomerTaxIdsIdParameters | |
|
mkGetCustomersCustomerTaxIdsIdParameters Source #
Create a new GetCustomersCustomerTaxIdsIdParameters
with all required fields.
data GetCustomersCustomerTaxIdsIdResponse Source #
Represents a response of the operation getCustomersCustomerTaxIdsId
.
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), GetCustomersCustomerTaxIdsIdResponseError
is used.
GetCustomersCustomerTaxIdsIdResponseError String | Means either no matching case available or a parse error |
GetCustomersCustomerTaxIdsIdResponse200 TaxId | Successful response. |
GetCustomersCustomerTaxIdsIdResponseDefault Error | Error response. |