stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetIssuingCardsCard

Description

Contains the different functions to run the operation getIssuingCardsCard

Synopsis

Documentation

getIssuingCardsCard Source #

Arguments

:: forall m. MonadHTTP m 
=> GetIssuingCardsCardParameters

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

-> ClientT m (Response GetIssuingCardsCardResponse)

Monadic computation which returns the result of the operation

GET /v1/issuing/cards/{card}

<p>Retrieves an Issuing <code>Card</code> object.</p>

data GetIssuingCardsCardParameters Source #

Defines the object schema located at paths./v1/issuing/cards/{card}.GET.parameters in the specification.

Constructors

GetIssuingCardsCardParameters 

Fields

data GetIssuingCardsCardResponse Source #

Represents a response of the operation getIssuingCardsCard.

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

Constructors

GetIssuingCardsCardResponseError String

Means either no matching case available or a parse error

GetIssuingCardsCardResponse200 Issuing'card

Successful response.

GetIssuingCardsCardResponseDefault Error

Error response.