stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostIssuingSettlementsSettlement

Description

Contains the different functions to run the operation postIssuingSettlementsSettlement

Synopsis

Documentation

postIssuingSettlementsSettlement Source #

Arguments

:: forall m. MonadHTTP m 
=> Text

settlement | Constraints: Maximum length of 5000

-> Maybe PostIssuingSettlementsSettlementRequestBody

The request body to send

-> ClientT m (Response PostIssuingSettlementsSettlementResponse)

Monadic computation which returns the result of the operation

POST /v1/issuing/settlements/{settlement}

<p>Updates the specified Issuing <code>Settlement</code> object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.</p>

data PostIssuingSettlementsSettlementRequestBody Source #

Defines the object schema located at paths./v1/issuing/settlements/{settlement}.POST.requestBody.content.application/x-www-form-urlencoded.schema in the specification.

Constructors

PostIssuingSettlementsSettlementRequestBody 

Fields