stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostTerminalLocations

Description

Contains the different functions to run the operation postTerminalLocations

Synopsis

Documentation

postTerminalLocations Source #

Arguments

:: forall m. MonadHTTP m 
=> PostTerminalLocationsRequestBody

The request body to send

-> StripeT m (Response PostTerminalLocationsResponse)

Monadic computation which returns the result of the operation

POST /v1/terminal/locations

<p>Creates a new <code>Location</code> object.</p>

data PostTerminalLocationsRequestBody Source #

Defines the object schema located at paths./v1/terminal/locations.POST.requestBody.content.application/x-www-form-urlencoded.schema in the specification.

Constructors

PostTerminalLocationsRequestBody 

Fields

data PostTerminalLocationsRequestBodyAddress' Source #

Defines the object schema located at paths./v1/terminal/locations.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.address in the specification.

The full address of the location.

Constructors

PostTerminalLocationsRequestBodyAddress' 

Fields

data PostTerminalLocationsRequestBodyMetadata'Variants Source #

Defines the oneOf schema located at paths./v1/terminal/locations.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.metadata.anyOf in the specification.

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

Instances details
Eq PostTerminalLocationsRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostTerminalLocations

Show PostTerminalLocationsRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostTerminalLocations

ToJSON PostTerminalLocationsRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostTerminalLocations

FromJSON PostTerminalLocationsRequestBodyMetadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostTerminalLocations

data PostTerminalLocationsResponse Source #

Represents a response of the operation postTerminalLocations.

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), PostTerminalLocationsResponseError is used.

Constructors

PostTerminalLocationsResponseError String

Means either no matching case available or a parse error

PostTerminalLocationsResponse200 Terminal'location

Successful response.

PostTerminalLocationsResponseDefault Error

Error response.