stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetCreditNotesCreditNoteLines

Description

Contains the different functions to run the operation getCreditNotesCreditNoteLines

Synopsis

Documentation

getCreditNotesCreditNoteLines Source #

Arguments

:: forall m. MonadHTTP m 
=> GetCreditNotesCreditNoteLinesParameters

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

-> StripeT m (Response GetCreditNotesCreditNoteLinesResponse)

Monadic computation which returns the result of the operation

GET /v1/credit_notes/{credit_note}/lines

<p>When retrieving a credit note, you’ll get a <strong>lines</strong> property containing the the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.</p>

data GetCreditNotesCreditNoteLinesParameters Source #

Defines the object schema located at paths./v1/credit_notes/{credit_note}/lines.GET.parameters in the specification.

Constructors

GetCreditNotesCreditNoteLinesParameters 

Fields

data GetCreditNotesCreditNoteLinesResponseBody200 Source #

Defines the object schema located at paths./v1/credit_notes/{credit_note}/lines.GET.responses.200.content.application/json.schema in the specification.

Constructors

GetCreditNotesCreditNoteLinesResponseBody200 

Fields