stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetIssuingSettlementsSettlement

Description

Contains the different functions to run the operation getIssuingSettlementsSettlement

Synopsis

Documentation

getIssuingSettlementsSettlement Source #

Arguments

:: (MonadHTTP m, SecurityScheme s) 
=> Configuration s

The configuration to use in the request

-> Maybe Text

expand: Specifies which fields in the response should be expanded.

-> Text

settlement | Constraints: Maximum length of 5000

-> Maybe GetIssuingSettlementsSettlementRequestBody

The request body to send

-> m (Either HttpException (Response GetIssuingSettlementsSettlementResponse))

Monad containing the result of the operation

GET /v1/issuing/settlements/{settlement}

<p>Retrieves an Issuing <code>Settlement</code> object.</p>

data GetIssuingSettlementsSettlementRequestBody Source #

Defines the data type for the schema getIssuingSettlementsSettlementRequestBody