Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the different functions to run the operation getIssuingSettlements
Synopsis
- getIssuingSettlements :: forall m. MonadHTTP m => GetIssuingSettlementsParameters -> StripeT m (Response GetIssuingSettlementsResponse)
- data GetIssuingSettlementsParameters = GetIssuingSettlementsParameters {
- getIssuingSettlementsParametersQueryCreated :: Maybe GetIssuingSettlementsParametersQueryCreated'Variants
- getIssuingSettlementsParametersQueryEndingBefore :: Maybe Text
- getIssuingSettlementsParametersQueryExpand :: Maybe [Text]
- getIssuingSettlementsParametersQueryLimit :: Maybe Int
- getIssuingSettlementsParametersQueryStartingAfter :: Maybe Text
- mkGetIssuingSettlementsParameters :: GetIssuingSettlementsParameters
- data GetIssuingSettlementsParametersQueryCreated'OneOf1 = GetIssuingSettlementsParametersQueryCreated'OneOf1 {}
- mkGetIssuingSettlementsParametersQueryCreated'OneOf1 :: GetIssuingSettlementsParametersQueryCreated'OneOf1
- data GetIssuingSettlementsParametersQueryCreated'Variants
- data GetIssuingSettlementsResponse
- data GetIssuingSettlementsResponseBody200 = GetIssuingSettlementsResponseBody200 {}
- mkGetIssuingSettlementsResponseBody200 :: [Issuing'settlement] -> Bool -> Text -> GetIssuingSettlementsResponseBody200
Documentation
getIssuingSettlements Source #
:: forall m. MonadHTTP m | |
=> GetIssuingSettlementsParameters | Contains all available parameters of this operation (query and path parameters) |
-> StripeT m (Response GetIssuingSettlementsResponse) | Monadic computation which returns the result of the operation |
GET /v1/issuing/settlements
<p>Returns a list of Issuing <code>Settlement</code> objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.</p>
data GetIssuingSettlementsParameters Source #
Defines the object schema located at paths./v1/issuing/settlements.GET.parameters
in the specification.
GetIssuingSettlementsParameters | |
|
mkGetIssuingSettlementsParameters :: GetIssuingSettlementsParameters Source #
Create a new GetIssuingSettlementsParameters
with all required fields.
data GetIssuingSettlementsParametersQueryCreated'OneOf1 Source #
Defines the object schema located at paths./v1/issuing/settlements.GET.parameters.properties.queryCreated.anyOf
in the specification.
Instances
mkGetIssuingSettlementsParametersQueryCreated'OneOf1 :: GetIssuingSettlementsParametersQueryCreated'OneOf1 Source #
Create a new GetIssuingSettlementsParametersQueryCreated'OneOf1
with all required fields.
data GetIssuingSettlementsParametersQueryCreated'Variants Source #
Defines the oneOf schema located at paths./v1/issuing/settlements.GET.parameters.properties.queryCreated.anyOf
in the specification.
Represents the parameter named 'created'
Only return issuing settlements that were created during the given date interval.
GetIssuingSettlementsParametersQueryCreated'GetIssuingSettlementsParametersQueryCreated'OneOf1 GetIssuingSettlementsParametersQueryCreated'OneOf1 | |
GetIssuingSettlementsParametersQueryCreated'Int Int |
Instances
data GetIssuingSettlementsResponse Source #
Represents a response of the operation getIssuingSettlements
.
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), GetIssuingSettlementsResponseError
is used.
GetIssuingSettlementsResponseError String | Means either no matching case available or a parse error |
GetIssuingSettlementsResponse200 GetIssuingSettlementsResponseBody200 | Successful response. |
GetIssuingSettlementsResponseDefault Error | Error response. |
Instances
data GetIssuingSettlementsResponseBody200 Source #
Defines the object schema located at paths./v1/issuing/settlements.GET.responses.200.content.application/json.schema
in the specification.
GetIssuingSettlementsResponseBody200 | |
|
mkGetIssuingSettlementsResponseBody200 Source #
Create a new GetIssuingSettlementsResponseBody200
with all required fields.