Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the different functions to run the operation getApplicationFeesFeeRefundsId
Synopsis
- getApplicationFeesFeeRefundsId :: forall m s. (MonadHTTP m, SecurityScheme s) => Configuration s -> Maybe String -> String -> String -> GetApplicationFeesFeeRefundsIdRequestBody -> m (Either HttpException (Response GetApplicationFeesFeeRefundsIdResponse))
- getApplicationFeesFeeRefundsIdRaw :: forall m s. (MonadHTTP m, SecurityScheme s) => Configuration s -> Maybe String -> String -> String -> GetApplicationFeesFeeRefundsIdRequestBody -> m (Either HttpException (Response ByteString))
- getApplicationFeesFeeRefundsIdM :: forall m s. (MonadHTTP m, SecurityScheme s) => Maybe String -> String -> String -> GetApplicationFeesFeeRefundsIdRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response GetApplicationFeesFeeRefundsIdResponse))
- getApplicationFeesFeeRefundsIdRawM :: forall m s. (MonadHTTP m, SecurityScheme s) => Maybe String -> String -> String -> GetApplicationFeesFeeRefundsIdRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response ByteString))
- data GetApplicationFeesFeeRefundsIdRequestBody = GetApplicationFeesFeeRefundsIdRequestBody {
- data GetApplicationFeesFeeRefundsIdResponse
Documentation
getApplicationFeesFeeRefundsId Source #
:: (MonadHTTP m, SecurityScheme s) | |
=> Configuration s | The configuration to use in the request |
-> Maybe String | expand: Specifies which fields in the response should be expanded. |
-> String | fee | Constraints: Maximum length of 5000 |
-> String | id | Constraints: Maximum length of 5000 |
-> GetApplicationFeesFeeRefundsIdRequestBody | The request body to send |
-> m (Either HttpException (Response GetApplicationFeesFeeRefundsIdResponse)) | Monad containing the result of the operation |
GET /v1/application_fees/{fee}/refunds/{id}
<p>By default, you can see the 10 most recent refunds stored directly on the application fee object, but you can also retrieve details about a specific refund stored on the application fee.</p>
getApplicationFeesFeeRefundsIdRaw :: forall m s. (MonadHTTP m, SecurityScheme s) => Configuration s -> Maybe String -> String -> String -> GetApplicationFeesFeeRefundsIdRequestBody -> m (Either HttpException (Response ByteString)) Source #
GET /v1/application_fees/{fee}/refunds/{id}
The same as getApplicationFeesFeeRefundsId
but returns the raw ByteString
getApplicationFeesFeeRefundsIdM :: forall m s. (MonadHTTP m, SecurityScheme s) => Maybe String -> String -> String -> GetApplicationFeesFeeRefundsIdRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response GetApplicationFeesFeeRefundsIdResponse)) Source #
GET /v1/application_fees/{fee}/refunds/{id}
Monadic version of getApplicationFeesFeeRefundsId
(use with runWithConfiguration
)
getApplicationFeesFeeRefundsIdRawM :: forall m s. (MonadHTTP m, SecurityScheme s) => Maybe String -> String -> String -> GetApplicationFeesFeeRefundsIdRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response ByteString)) Source #
GET /v1/application_fees/{fee}/refunds/{id}
Monadic version of getApplicationFeesFeeRefundsIdRaw
(use with runWithConfiguration
)
data GetApplicationFeesFeeRefundsIdRequestBody Source #
Defines the data type for the schema getApplicationFeesFeeRefundsIdRequestBody
Instances
data GetApplicationFeesFeeRefundsIdResponse Source #
Represents a response of the operation getApplicationFeesFeeRefundsId
.
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), GetApplicationFeesFeeRefundsIdResponseError
is used.
GetApplicationFeesFeeRefundsIdResponseError String | Means either no matching case available or a parse error |
GetApplicationFeesFeeRefundsIdResponse200 FeeRefund | Successful response. |
GetApplicationFeesFeeRefundsIdResponseDefault Error | Error response. |