stripeapi-0.1.0.0: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostIssuingSettlementsSettlement

Description

Contains the different functions to run the operation postIssuingSettlementsSettlement

Synopsis

Documentation

postIssuingSettlementsSettlement Source #

Arguments

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

The configuration to use in the request

-> String

settlement | Constraints: Maximum length of 5000

-> PostIssuingSettlementsSettlementRequestBody

The request body to send

-> m (Either HttpException (Response PostIssuingSettlementsSettlementResponse))

Monad containing 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 data type for the schema postIssuingSettlementsSettlementRequestBody

Constructors

PostIssuingSettlementsSettlementRequestBody 

Fields

data PostIssuingSettlementsSettlementRequestBodyMetadata' Source #

Defines the data type for the schema postIssuingSettlementsSettlementRequestBodyMetadata'

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.

Instances
Eq PostIssuingSettlementsSettlementRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingSettlementsSettlement

Show PostIssuingSettlementsSettlementRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingSettlementsSettlement

ToJSON PostIssuingSettlementsSettlementRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingSettlementsSettlement

FromJSON PostIssuingSettlementsSettlementRequestBodyMetadata' Source # 
Instance details

Defined in StripeAPI.Operations.PostIssuingSettlementsSettlement