stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostCreditNotesId

Description

Contains the different functions to run the operation postCreditNotesId

Synopsis

Documentation

postCreditNotesId Source #

Arguments

:: forall m. MonadHTTP m 
=> Text

id | Constraints: Maximum length of 5000

-> Maybe PostCreditNotesIdRequestBody

The request body to send

-> ClientT m (Response PostCreditNotesIdResponse)

Monadic computation which returns the result of the operation

POST /v1/credit_notes/{id}

<p>Updates an existing credit note.</p>

data PostCreditNotesIdRequestBody Source #

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

Constructors

PostCreditNotesIdRequestBody 

Fields

data PostCreditNotesIdResponse Source #

Represents a response of the operation postCreditNotesId.

The response constructor is chosen by the status code of the response. If no case matches (no specific case for the response code, no range case, no default case), PostCreditNotesIdResponseError is used.

Constructors

PostCreditNotesIdResponseError String

Means either no matching case available or a parse error

PostCreditNotesIdResponse200 CreditNote

Successful response.

PostCreditNotesIdResponseDefault Error

Error response.