stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetCustomersCustomerTaxIdsId

Description

Contains the different functions to run the operation getCustomersCustomerTaxIdsId

Synopsis

Documentation

getCustomersCustomerTaxIdsId Source #

Arguments

:: (MonadHTTP m, SecurityScheme s) 
=> Configuration s

The configuration to use in the request

-> Text

customer | Constraints: Maximum length of 5000

-> Maybe Text

expand: Specifies which fields in the response should be expanded.

-> Text

id

-> Maybe GetCustomersCustomerTaxIdsIdRequestBody

The request body to send

-> m (Either HttpException (Response GetCustomersCustomerTaxIdsIdResponse))

Monad containing 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 GetCustomersCustomerTaxIdsIdRequestBody Source #

Defines the data type for the schema getCustomersCustomerTaxIdsIdRequestBody