stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetPaymentMethodsPaymentMethod

Description

Contains the different functions to run the operation getPaymentMethodsPaymentMethod

Synopsis

Documentation

getPaymentMethodsPaymentMethod Source #

Arguments

:: forall m. MonadHTTP m 
=> GetPaymentMethodsPaymentMethodParameters

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

-> StripeT m (Response GetPaymentMethodsPaymentMethodResponse)

Monadic computation which returns the result of the operation

GET /v1/payment_methods/{payment_method}

<p>Retrieves a PaymentMethod object.</p>

data GetPaymentMethodsPaymentMethodParameters Source #

Defines the object schema located at paths./v1/payment_methods/{payment_method}.GET.parameters in the specification.

Constructors

GetPaymentMethodsPaymentMethodParameters 

Fields