stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostCustomersCustomerTaxIds

Description

Contains the different functions to run the operation postCustomersCustomerTaxIds

Synopsis

Documentation

postCustomersCustomerTaxIds Source #

Arguments

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

The configuration to use in the request

-> Text

customer | Constraints: Maximum length of 5000

-> PostCustomersCustomerTaxIdsRequestBody

The request body to send

-> m (Either HttpException (Response PostCustomersCustomerTaxIdsResponse))

Monad containing the result of the operation

POST /v1/customers/{customer}/tax_ids

<p>Creates a new <code>TaxID</code> object for a customer.</p>

data PostCustomersCustomerTaxIdsRequestBody Source #

Defines the data type for the schema postCustomersCustomerTaxIdsRequestBody

Constructors

PostCustomersCustomerTaxIdsRequestBody 

Fields

data PostCustomersCustomerTaxIdsRequestBodyType' Source #

Defines the enum schema postCustomersCustomerTaxIdsRequestBodyType'

Type of the tax ID, one of `eu_vat`, `nz_gst`, `au_abn`, `in_gst`, `no_vat`, `za_vat`, `ch_vat`, `mx_rfc`, `sg_uen`, `ru_inn`, `ca_bn`, `hk_br`, `es_cif`, `tw_vat`, `th_vat`, `jp_cn`, `li_uid`, `my_itn`, `us_ein`, `kr_brn`, `ca_qst`, or `my_sst`