stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetTaxCodesId

Description

Contains the different functions to run the operation getTaxCodesId

Synopsis

Documentation

getTaxCodesId Source #

Arguments

:: forall m. MonadHTTP m 
=> GetTaxCodesIdParameters

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

-> ClientT m (Response GetTaxCodesIdResponse)

Monadic computation which returns the result of the operation

GET /v1/tax_codes/{id}

<p>Retrieves the details of an existing tax code. Supply the unique tax code ID and Stripe will return the corresponding tax code information.</p>

data GetTaxCodesIdParameters Source #

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

Constructors

GetTaxCodesIdParameters 

Fields

data GetTaxCodesIdResponse Source #

Represents a response of the operation getTaxCodesId.

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

Constructors

GetTaxCodesIdResponseError String

Means either no matching case available or a parse error

GetTaxCodesIdResponse200 TaxCode

Successful response.

GetTaxCodesIdResponseDefault Error

Error response.