stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetApplePayDomainsDomain

Description

Contains the different functions to run the operation getApplePayDomainsDomain

Synopsis

Documentation

getApplePayDomainsDomain Source #

Arguments

:: forall m. MonadHTTP m 
=> GetApplePayDomainsDomainParameters

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

-> ClientT m (Response GetApplePayDomainsDomainResponse)

Monadic computation which returns the result of the operation

GET /v1/apple_pay/domains/{domain}

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

data GetApplePayDomainsDomainParameters Source #

Defines the object schema located at paths./v1/apple_pay/domains/{domain}.GET.parameters in the specification.

Constructors

GetApplePayDomainsDomainParameters 

Fields

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.