stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetCustomersCustomerSourcesId

Description

Contains the different functions to run the operation getCustomersCustomerSourcesId

Synopsis

Documentation

getCustomersCustomerSourcesId Source #

Arguments

:: forall m. MonadHTTP m 
=> GetCustomersCustomerSourcesIdParameters

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

-> StripeT m (Response GetCustomersCustomerSourcesIdResponse)

Monadic computation which returns the result of the operation

GET /v1/customers/{customer}/sources/{id}

<p>Retrieve a specified source for a given customer.</p>

data GetCustomersCustomerSourcesIdParameters Source #

Defines the object schema located at paths./v1/customers/{customer}/sources/{id}.GET.parameters in the specification.

Constructors

GetCustomersCustomerSourcesIdParameters 

Fields