stripeapi-0.1.0.0: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteApplePayDomainsDomain

Description

Contains the different functions to run the operation deleteApplePayDomainsDomain

Synopsis

Documentation

deleteApplePayDomainsDomain Source #

Arguments

:: (MonadHTTP m, SecurityScheme s) 
=> Configuration s

The configuration to use in the request

-> String

domain | Constraints: Maximum length of 5000

-> DeleteApplePayDomainsDomainRequestBody

The request body to send

-> m (Either HttpException (Response DeleteApplePayDomainsDomainResponse))

Monad containing the result of the operation

DELETE /v1/apple_pay/domains/{domain}

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

data DeleteApplePayDomainsDomainRequestBody Source #

Defines the data type for the schema deleteApplePayDomainsDomainRequestBody