stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetIssuingCardholdersCardholder

Description

Contains the different functions to run the operation getIssuingCardholdersCardholder

Synopsis

Documentation

getIssuingCardholdersCardholder Source #

Arguments

:: forall m. MonadHTTP m 
=> GetIssuingCardholdersCardholderParameters

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

-> StripeT m (Response GetIssuingCardholdersCardholderResponse)

Monadic computation which returns the result of the operation

GET /v1/issuing/cardholders/{cardholder}

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

data GetIssuingCardholdersCardholderParameters Source #

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

Constructors

GetIssuingCardholdersCardholderParameters 

Fields