stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetCheckoutSessionsSessionLineItems

Description

Contains the different functions to run the operation getCheckoutSessionsSessionLineItems

Synopsis

Documentation

getCheckoutSessionsSessionLineItems Source #

Arguments

:: forall m. MonadHTTP m 
=> GetCheckoutSessionsSessionLineItemsParameters

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

-> ClientT m (Response GetCheckoutSessionsSessionLineItemsResponse)

Monadic computation which returns the result of the operation

GET /v1/checkout/sessions/{session}/line_items

<p>When retrieving a Checkout Session, there is an includable <strong>line_items</strong> property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.</p>

data GetCheckoutSessionsSessionLineItemsParameters Source #

Defines the object schema located at paths./v1/checkout/sessions/{session}/line_items.GET.parameters in the specification.

Constructors

GetCheckoutSessionsSessionLineItemsParameters 

Fields

Instances

Instances details
Eq GetCheckoutSessionsSessionLineItemsParameters Source # 
Instance details

Defined in StripeAPI.Operations.GetCheckoutSessionsSessionLineItems

Show GetCheckoutSessionsSessionLineItemsParameters Source # 
Instance details

Defined in StripeAPI.Operations.GetCheckoutSessionsSessionLineItems

ToJSON GetCheckoutSessionsSessionLineItemsParameters Source # 
Instance details

Defined in StripeAPI.Operations.GetCheckoutSessionsSessionLineItems

FromJSON GetCheckoutSessionsSessionLineItemsParameters Source # 
Instance details

Defined in StripeAPI.Operations.GetCheckoutSessionsSessionLineItems

data GetCheckoutSessionsSessionLineItemsResponseBody200 Source #

Defines the object schema located at paths./v1/checkout/sessions/{session}/line_items.GET.responses.200.content.application/json.schema in the specification.

Constructors

GetCheckoutSessionsSessionLineItemsResponseBody200 

Fields

Instances

Instances details
Eq GetCheckoutSessionsSessionLineItemsResponseBody200 Source # 
Instance details

Defined in StripeAPI.Operations.GetCheckoutSessionsSessionLineItems

Show GetCheckoutSessionsSessionLineItemsResponseBody200 Source # 
Instance details

Defined in StripeAPI.Operations.GetCheckoutSessionsSessionLineItems

ToJSON GetCheckoutSessionsSessionLineItemsResponseBody200 Source # 
Instance details

Defined in StripeAPI.Operations.GetCheckoutSessionsSessionLineItems

FromJSON GetCheckoutSessionsSessionLineItemsResponseBody200 Source # 
Instance details

Defined in StripeAPI.Operations.GetCheckoutSessionsSessionLineItems