stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostInvoicesInvoiceFinalize

Description

Contains the different functions to run the operation postInvoicesInvoiceFinalize

Synopsis

Documentation

postInvoicesInvoiceFinalize Source #

Arguments

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

The configuration to use in the request

-> Text

invoice | Constraints: Maximum length of 5000

-> Maybe PostInvoicesInvoiceFinalizeRequestBody

The request body to send

-> m (Either HttpException (Response PostInvoicesInvoiceFinalizeResponse))

Monad containing the result of the operation

POST /v1/invoices/{invoice}/finalize

<p>Stripe automatically finalizes drafts before sending and attempting payment on invoices. However, if you’d like to finalize a draft invoice manually, you can do so using this method.</p>

data PostInvoicesInvoiceFinalizeRequestBody Source #

Defines the data type for the schema postInvoicesInvoiceFinalizeRequestBody

Constructors

PostInvoicesInvoiceFinalizeRequestBody 

Fields