stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetIssuingSettlementsSettlement

Description

Contains the different functions to run the operation getIssuingSettlementsSettlement

Synopsis

Documentation

getIssuingSettlementsSettlement Source #

Arguments

:: forall m. MonadHTTP m 
=> GetIssuingSettlementsSettlementParameters

Contains all available parameters of this operation (query and path parameters)

-> ClientT m (Response GetIssuingSettlementsSettlementResponse)

Monadic computation which returns the result of the operation

GET /v1/issuing/settlements/{settlement}

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

data GetIssuingSettlementsSettlementParameters Source #

Defines the object schema located at paths./v1/issuing/settlements/{settlement}.GET.parameters in the specification.

Constructors

GetIssuingSettlementsSettlementParameters 

Fields