stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostApplePayDomains

Description

Contains the different functions to run the operation postApplePayDomains

Synopsis

Documentation

postApplePayDomains Source #

Arguments

:: forall m. MonadHTTP m 
=> PostApplePayDomainsRequestBody

The request body to send

-> ClientT m (Response PostApplePayDomainsResponse)

Monadic computation which returns the result of the operation

POST /v1/apple_pay/domains

<p>Create an apple pay domain.</p>

data PostApplePayDomainsRequestBody Source #

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

Constructors

PostApplePayDomainsRequestBody 

Fields

data PostApplePayDomainsResponse Source #

Represents a response of the operation postApplePayDomains.

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

Constructors

PostApplePayDomainsResponseError String

Means either no matching case available or a parse error

PostApplePayDomainsResponse200 ApplePayDomain

Successful response.

PostApplePayDomainsResponseDefault Error

Error response.