stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetCustomersCustomerTaxIdsId

Description

Contains the different functions to run the operation getCustomersCustomerTaxIdsId

Synopsis

Documentation

getCustomersCustomerTaxIdsId Source #

Arguments

:: forall m. MonadHTTP m 
=> GetCustomersCustomerTaxIdsIdParameters

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

-> StripeT m (Response GetCustomersCustomerTaxIdsIdResponse)

Monadic computation which returns the result of the operation

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

<p>Retrieves the <code>TaxID</code> object with the given identifier.</p>

data GetCustomersCustomerTaxIdsIdParameters Source #

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

Constructors

GetCustomersCustomerTaxIdsIdParameters 

Fields