stripeapi-0.1.0.0: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetApplePayDomainsDomain

Description

Contains the different functions to run the operation getApplePayDomainsDomain

Synopsis

Documentation

getApplePayDomainsDomain Source #

Arguments

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

The configuration to use in the request

-> String

domain | Constraints: Maximum length of 5000

-> Maybe String

expand: Specifies which fields in the response should be expanded.

-> GetApplePayDomainsDomainRequestBody

The request body to send

-> m (Either HttpException (Response GetApplePayDomainsDomainResponse))

Monad containing the result of the operation

GET /v1/apple_pay/domains/{domain}

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

data GetApplePayDomainsDomainResponse Source #

Represents a response of the operation getApplePayDomainsDomain.

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

Constructors

GetApplePayDomainsDomainResponseError String

Means either no matching case available or a parse error

GetApplePayDomainsDomainResponse200 ApplePayDomain

Successful response.

GetApplePayDomainsDomainResponseDefault Error

Error response.